Compare commits
No commits in common. "1a238fcf42cfd49bd04744e1ccdd9281a051740b" and "01494a09d3640dca212e859a2c3e386beb7392d1" have entirely different histories.
1a238fcf42
...
01494a09d3
|
@ -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())) {
|
||||
|
|
Loading…
Reference in New Issue