Commit 609a1ec1 authored by hongguangwu's avatar hongguangwu

MVP1.7.10-批量审核,提醒单个

parent 520000af
...@@ -3548,6 +3548,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3548,6 +3548,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
&& CommonConstants.THREE_STRING.equals(auditStatus) && CommonConstants.THREE_STRING.equals(auditStatus)
&& null != socialInfo) { && null != socialInfo) {
// 自动忽略这种社保,要单个审核并选择上传附件才行 // 自动忽略这种社保,要单个审核并选择上传附件才行
errorList.add(new ErrorMessage(-1, "户配置为单个推送,已跳过此条,请单个审核:" + dis.getEmpName()));
continue; continue;
} }
if (null != socialInfo) { if (null != socialInfo) {
......
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