Commit 395aef13 authored by fangxinjiang's avatar fangxinjiang

商险消息提醒忽略增加备注且必填-fxj

parent ac6c5d01
......@@ -7998,7 +7998,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
@Override
public R<Object> expireIgnore(TBusinessInsuranceVo vo) {
if (Common.isEmpty(vo.getId()) || Common.isEmpty(vo.getExpireRemark())) {
return R.failed(InsurancesConstants.UPLOAD_PARAM_CHECK_FAIL);
return R.failed(CommonConstants.PARAM_IS_NOT_ERROR);
}
TInsuranceDetail entity = baseMapper.selectById(vo.getId());
if (entity == null) {
......
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