Commit 5eaa7e25 by qwmqiuwenmin

fix

parent fef953de
......@@ -25,7 +25,7 @@ public class UserLoginLogServiceImpl implements UserLoginLogService {
userLoginLogDTO.setUpdateTime(userLoginLogDTO.getCreateTime());
userLoginLogDTO.setStatus(1);
userLoginLogDTO.setUserLoginLog(userLoginLog);
mapper.insert(EntityUtil.changeEntityByJSON(TabUserLoginLog.class, userLoginLog));
mapper.insert(EntityUtil.changeEntityByJSON(TabUserLoginLog.class, userLoginLogDTO));
return userLoginLog;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment