Compare commits

..

No commits in common. "1a238fcf42cfd49bd04744e1ccdd9281a051740b" and "01494a09d3640dca212e859a2c3e386beb7392d1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class PoliceLeaveApprovalController extends BaseController {
gwglLog.setUserId(user.getUserId());
gwglLog.setChecker(user.getDept().getLeader());
gwglLog.setUserName(user.getNickName());
gwglLog.setCreateTime(System.currentTimeMillis()/1000L);
gwglLog.setCreateTime(new Date().getTime());
gwglLogService.save(gwglLog);
if (leader.contains(user.getNickName())) {