|
@@ -442,8 +442,9 @@ public class UserService extends ServiceImpl <UserMapper, User> {
|
|
|
if(StringUtils.isNotBlank(userDTO.getIdCard())){
|
|
|
temporaryOtherInfo.setIdCard(userDTO.getIdCard());
|
|
|
temporaryOtherInfo.setCertificatesType("1");//类型调整为身份证
|
|
|
+ temporaryOtherInfo.setWorkerType("1");//员工类型默认正式
|
|
|
}
|
|
|
- temporaryOtherInfo.setWorkerType("1");//员工类型默认正式
|
|
|
+
|
|
|
|
|
|
if(null != userDTO.getOnboardingDate()) {
|
|
|
SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd");
|