|
@@ -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)
|