Commit aaabeee3 authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 1e1b3b7f e25349ba
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <!-- <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version> <version>1.6.0</version>
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>-->
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory> <outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration> </configuration>
</execution> </execution>
<execution> <!--<execution>
<id>make-assembly-ui</id> <id>make-assembly-ui</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
</descriptors> </descriptors>
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory> <outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration> </configuration>
</execution> </execution>-->
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
......
...@@ -51,7 +51,7 @@ public class SyncDoorsEventWeekTaskImpl implements ITaskExcuteService { ...@@ -51,7 +51,7 @@ public class SyncDoorsEventWeekTaskImpl implements ITaskExcuteService {
public void excuteTask(ITask task) throws AppException { public void excuteTask(ITask task) throws AppException {
//同步本周所以人的门禁事件 //同步本周所以人的门禁事件
log.info("同步本周所有的门禁事"); log.info("同步本周所有的门禁事");
DateTime weekStart = DateUtil.offsetDay(new Date(), -7); DateTime weekStart = DateUtil.offsetDay(new Date(), -10);
AttendanceRecordHikQuery hikEntity = new AttendanceRecordHikQuery(); AttendanceRecordHikQuery hikEntity = new AttendanceRecordHikQuery();
hikEntity.setAttendanceDateStart(DateUtil.format(weekStart, "yyyy-MM-dd")); hikEntity.setAttendanceDateStart(DateUtil.format(weekStart, "yyyy-MM-dd"));
hikEntity.setAttendanceDateEnd(DateUtil.today()); hikEntity.setAttendanceDateEnd(DateUtil.today());
......
...@@ -69,8 +69,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceHikRecordCustom ...@@ -69,8 +69,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceHikRecordCustom
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart": "2024-02-01", "attendanceDateStart": "2024-03-22",
"attendanceDateEnd": "2024-03-13" "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