소스 검색

申请入党信息导入限制

pengjing 2 달 전
부모
커밋
07a948d235
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/java/com/ghsc/partybuild/service/impl/PartyUserAdmitServiceImpl.java

+ 4 - 4
src/main/java/com/ghsc/partybuild/service/impl/PartyUserAdmitServiceImpl.java

@@ -205,16 +205,16 @@ public class PartyUserAdmitServiceImpl implements PartyUserAdmitService {
 
             if (stringUtils.IsNullOrEmpty(item.getIsStudent()))
                 errorInfo += "请填写是否学生身份!";
-            if (!stringUtils.IsNullOrEmpty(item.getIsStudent()) && (stringUtils.IsNullOrEmpty(item.getUserName())
+            /*if (!stringUtils.IsNullOrEmpty(item.getIsStudent()) && (stringUtils.IsNullOrEmpty(item.getUserName())
                     || stringUtils.IsNullOrEmpty(item.getUserCode()) || stringUtils.IsNullOrEmpty(item.getPartyName()) || stringUtils.IsNullOrEmpty(item.getBirthDate()) || stringUtils.IsNullOrEmpty(item.getApplyDate())
                     || stringUtils.IsNullOrEmpty(item.getSex()) || stringUtils.IsNullOrEmpty(item.getNational()) || stringUtils.IsNullOrEmpty(item.getNativePlace()) || stringUtils.IsNullOrEmpty(item.getIdCard())
                     || stringUtils.IsNullOrEmpty(item.getEnrollmentDate())
                     || stringUtils.IsNullOrEmpty(item.getGraduateDate()) || stringUtils.IsNullOrEmpty(item.getEducation()) || stringUtils.IsNullOrEmpty(item.getContactMobile())
                     && item.getIsStudent().equals("是") && (stringUtils.IsNullOrEmpty(item.getClassName()) || stringUtils.IsNullOrEmpty(item.getGradeName()))
             ))
-                errorInfo += "信息不全无法导入!";
+                errorInfo += "信息不全无法导入!";*/
 
-            /*if (stringUtils.IsNullOrEmpty(item.getUserName()))
+            if (stringUtils.IsNullOrEmpty(item.getUserName()))
                 errorInfo += "请填写姓名!";
             if (stringUtils.IsNullOrEmpty(item.getUserCode()))
                 errorInfo += "请填写学号/工号!";
@@ -223,7 +223,7 @@ public class PartyUserAdmitServiceImpl implements PartyUserAdmitService {
             if (stringUtils.IsNullOrEmpty(item.getBirthDate()))
                 errorInfo += "请填写出生日期!";
             if (stringUtils.IsNullOrEmpty(item.getApplyDate()))
-                errorInfo += "请填写申请入党时间!";*/
+                errorInfo += "请填写申请入党时间!";
             if (party == null)
                 errorInfo += "所属党支部名称匹配失败!";
             if (!stringUtils.IsNullOrEmpty(item.getBirthDate()) && birthDate == null)