Commit ab574c0c authored by hezhen's avatar hezhen

123

parent 3329cd46
...@@ -68,7 +68,7 @@ public class AppUserDetailBiz extends BaseBiz<AppUserDetailMapper, AppUserDetail ...@@ -68,7 +68,7 @@ public class AppUserDetailBiz extends BaseBiz<AppUserDetailMapper, AppUserDetail
BeanUtils.copyProperties(entity,userVo); BeanUtils.copyProperties(entity,userVo);
if(entity!=null){ if(entity!=null){
entity.setUpdHost(AppPermissionService.getIp()); entity.setUpdHost(AppPermissionService.getIp());
entity.setUpdatetime(Instant.now().toEpochMilli()); entity.setUpdatetime(Instant.now().toEpochMilli()/1000L);
super.updateSelectiveById(entity); super.updateSelectiveById(entity);
} }
} catch (Exception e) { } catch (Exception e) {
......
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