|
@@ -29,7 +29,6 @@ import com.jeeplus.human.enrollment.enrollmentRegistration.utils.SnowFlake;
|
|
|
import com.jeeplus.sys.domain.WorkAttachmentInfo;
|
|
|
import com.jeeplus.sys.feign.*;
|
|
|
import com.jeeplus.sys.service.dto.*;
|
|
|
-import com.jeeplus.sys.utils.UserUtils;
|
|
|
import com.taobao.api.ApiException;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
@@ -40,7 +39,6 @@ import javax.annotation.Resource;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.*;
|
|
|
import java.util.concurrent.atomic.AtomicInteger;
|
|
|
-import java.util.stream.Collectors;
|
|
|
|
|
|
/**
|
|
|
* @author 王强
|
|
@@ -882,13 +880,13 @@ public class EnrollmentRegistrationService extends ServiceImpl<EnrollmentRegistr
|
|
|
report.setUpdateById(userDTO.getId());
|
|
|
report.setUpdateTime(new Date());
|
|
|
|
|
|
- if (StringUtils.isBlank(reportData.getJoinIndustryDate())) {
|
|
|
- reportData.setJoinIndustryDate(null);
|
|
|
- }
|
|
|
-
|
|
|
- if (StringUtils.isBlank(reportData.getJoinWorkDate())) {
|
|
|
- reportData.setJoinWorkDate(null);
|
|
|
- }
|
|
|
+ //if (StringUtils.isBlank(reportData.getJoinIndustryDate())) {
|
|
|
+ // reportData.setJoinIndustryDate(null);
|
|
|
+ //}
|
|
|
+ //reportData.getJoinWorkDate()
|
|
|
+ //if () {
|
|
|
+ // reportData.setJoinWorkDate(null);
|
|
|
+ //}
|
|
|
|
|
|
updateIdCard(reportData);
|
|
|
|