Commit f433f638 by huluobin

# 更新

parent 51ce0d67
......@@ -40,7 +40,7 @@ public class OverTimeRecordServiceImpl extends ServiceImpl<OverTimeRecordMapper,
cale.add(Calendar.MONTH, -1);
cale.set(Calendar.DAY_OF_MONTH, 1);
firstDay = cale.getTime();
paramDate = new Date(firstDay.getTime();
paramDate = new Date(firstDay.getTime());
}
IPage<OverTimeRecord> page = new Page<>();
......
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