Commit 393ed42d authored by fangxinjiang's avatar fangxinjiang

派单分项目派单状态处理

parent 9d4af2c3
......@@ -7510,7 +7510,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
}
boolean isTrue = true;
for (ErrorMessage message : errorMessageList) {
if (!CommonConstants.SAVE_SUCCESS.equals(message.getMessage())) {
if (!CommonConstants.UPDATE_SUCCESS.equals(message.getMessage())) {
isTrue = false;
break;
}
......@@ -7626,7 +7626,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
detail.setExpireIgnoreFlag(expireIgnoreFlag);
detail.setExpireRemark(vo.getExpireRemark());
this.updateById(detail);
errorMessages.add(new ErrorMessage(line + 2, CommonConstants.UPDATE_SUCCESS,CommonConstants.GREEN));
errorMessages.add(new ErrorMessage(line + 2, CommonConstants.UPDATE_SUCCESS));
} catch (Exception e) {
log.error("商险批量备注执行异常", e);
errorMessages.add(new ErrorMessage(i + 2, CommonConstants.UPDATE_DATA_FAIL));
......
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