Commit 9d4af2c3 authored by fangxinjiang's avatar fangxinjiang

派单分项目派单状态处理

parent 36bd6552
......@@ -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));
errorMessages.add(new ErrorMessage(line + 2, CommonConstants.UPDATE_SUCCESS,CommonConstants.GREEN));
} 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