Commit 8144a807 authored by jay's avatar jay

创建时间修改

parent 60fcf0d8
......@@ -1157,9 +1157,9 @@ public class StaffDuty implements IStaffDuty {
entity.setReturnVisitResult(null);
entity.setCreateBy(userId);
entity.setCreateName(userName);
entity.setCreateTime(now);
entity.setCreateTime(new Date());
entity.setUpdateBy(userId);
entity.setUpdateTime(now);
entity.setUpdateTime(new Date());
entity.setGainCount(0);
entity.setOverTimeCount(0);
entity.setVisitBackCount(0);
......
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