|
|
@@ -68,15 +68,6 @@ public class UserApiController {
|
|
|
|
|
|
JobInformationInfo jobInformationInfo = jobInformationInfoService.findByPersonId(regUser.getId());
|
|
|
|
|
|
- PersonLoginLog personLoginLog = new PersonLoginLog();
|
|
|
- personLoginLog.setId(UUID.randomUUID().toString());
|
|
|
- personLoginLog.setDelFlag(false);
|
|
|
- personLoginLog.setCreateBy(regUser.getId());
|
|
|
- personLoginLog.setCreateTime(new Date());
|
|
|
- personLoginLog.setPersonId(regUser.getId());
|
|
|
-
|
|
|
- personLoginLogService.insert(personLoginLog);
|
|
|
-
|
|
|
Map<String, Object> dataMap = new HashMap<String, Object>();
|
|
|
dataMap.put("regUser", regUser);
|
|
|
dataMap.put("enterpriseInfo", enterpriseInfo);
|