Commit 25226f47 authored by tangfang's avatar tangfang

修改审核bug

parent fdc5e8cd
...@@ -1525,11 +1525,11 @@ public class CompanyServiceImpl implements CompanyService { ...@@ -1525,11 +1525,11 @@ public class CompanyServiceImpl implements CompanyService {
throw new CodeException("102", "该公司已停用,如有疑问,请联系管理员。"); throw new CodeException("102", "该公司已停用,如有疑问,请联系管理员。");
} }
// 来源于扫码牌 // // 来源于扫码牌
if (StringHelper.isEmpty(req.getTollPoint()) && companyResVo.getScanCodePayStatus() == 1) { // if (StringHelper.isEmpty(req.getTollPoint()) && companyResVo.getScanCodePayStatus() == 1) {
// 无消费点 关闭主二维码支付 // // 无消费点 关闭主二维码支付
throw new CodeException("100", "该功能已经关闭,如需开通请联系管理员。"); // throw new CodeException("100", "该功能已经关闭,如需开通请联系管理员。");
} // }
if (!StringHelper.isEmpty(req.getTollPoint())) { // if (!StringHelper.isEmpty(req.getTollPoint())) { //
CompanyTollPointReqVo companyTollPointReqVo = new CompanyTollPointReqVo(); CompanyTollPointReqVo companyTollPointReqVo = new CompanyTollPointReqVo();
companyTollPointReqVo.setCompanyId(req.getId()); companyTollPointReqVo.setCompanyId(req.getId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment