| | |
| | | if (bo.getCheckStatus()== -1){ |
| | | company.setCheckStatus(-1); |
| | | companyBo.setCompanyStatus(1); |
| | | smsService.sendCompanyCheckMsg(company.getCompanyPhone(), -1); |
| | | } else { |
| | | company.setCheckStatus(2); |
| | | companyBo.setCompanyStatus(0); |
| | | smsService.sendCompanyCheckMsg(company.getCompanyPhone(), 2); |
| | | } |
| | | addCheckLog(company, bo); |
| | | company.setCheckReason(bo.getCheckReason()); |
| | |
| | | if (StringUtils.isNotEmpty(phones)){ |
| | | int checkLevel = Integer.parseInt(phones.get(0)); |
| | | order.setCheckLevel(checkLevel); |
| | | phones.remove(0); |
| | | phones.remove(0); |
| | | order.setCheckStatus(1); |
| | | //给下一级审批人发送短信 |