Commit 7e265cac authored by hongguangwu's avatar hongguangwu

MVP1.7.17-商险待续签

parent 8300edc3
......@@ -1349,5 +1349,5 @@ public class InsurancesConstants {
public static final String INSURANCE_AUTO_FLAG_IS_ENABLE = "该项目已纳入自动化,请至作业自动化模块入职登记-接收确认后自动派单";
// 0待确认1待派单 可忽略
public static final Set<String> ALERT_IGNORE_STATUS = new HashSet<>(Arrays.asList("0", "1"));
public static final Set<String> ALERT_IGNORE_STATUS = new HashSet<>(Arrays.asList("0", "1", "2", "5"));
}
......@@ -8211,9 +8211,11 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
successNum++;
}
}
baseMapper.batchexpireIgnore(successList,remark);
//更新商险到期提醒表
baseMapper.batchexpireAlertIgnore(successList,remark);
if (!successList.isEmpty()) {
baseMapper.batchexpireIgnore(successList, remark);
//更新商险到期提醒表
baseMapper.batchexpireAlertIgnore(successList, remark);
}
if (successNum == ids.size()) {
return R.ok();
} else {
......
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