Commit 3bb3d1fa authored by 赵啸非's avatar 赵啸非

修改打包,分离前端代码

parent 02a2993e
......@@ -51,7 +51,7 @@ public class SyncDoorsEventWeekTaskImpl implements ITaskExcuteService {
public void excuteTask(ITask task) throws AppException {
//同步本周所以人的门禁事件
log.info("同步本周所有的门禁事");
DateTime weekStart = DateUtil.offsetDay(new Date(), -7);
DateTime weekStart = DateUtil.offsetDay(new Date(), -10);
AttendanceRecordHikQuery hikEntity = new AttendanceRecordHikQuery();
hikEntity.setAttendanceDateStart(DateUtil.format(weekStart, "yyyy-MM-dd"));
hikEntity.setAttendanceDateEnd(DateUtil.today());
......
......@@ -69,8 +69,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceHikRecordCustom
Content-Type: application/json
{
"attendanceDateStart": "2024-02-01",
"attendanceDateEnd": "2024-03-13"
"attendanceDateStart": "2024-03-22",
"attendanceDateEnd": "2024-03-22"
}
......
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