server/service/src/main/java/com/doumee/service/business/impl/InsuranceApplyServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
server/service/src/main/java/com/doumee/service/business/impl/InsuranceApplyServiceImpl.java
@@ -2687,7 +2687,7 @@ Constants.ApplyLogType applyLogType = null; String info = ""; //如果是驳回,只能可驳回已签章状态下的退回申请状态进行操作 if(!Constants.equalsInteger(model.getStatus(),Constants.InsuranceApplyStatus.WTB_UPLOAD.getKey())){ if(!Constants.equalsInteger(model.getStatus(),Constants.InsuranceApplyStatus.WTB_TOUBAOING.getKey())){ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"对不起,该申请状态已流转,当前不支持该操作~"); } Company company = user.getCompany();