Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
aaabeee3
Commit
aaabeee3
authored
Apr 08, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1e1b3b7f
e25349ba
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
attendance-performance-manager/pom.xml
attendance-performance-manager/pom.xml
+4
-4
attendance-performance-manager/src/main/java/com/mortals/xhx/daemon/task/SyncDoorsEventWeekTaskImpl.java
...m/mortals/xhx/daemon/task/SyncDoorsEventWeekTaskImpl.java
+1
-1
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+2
-2
No files found.
attendance-performance-manager/pom.xml
View file @
aaabeee3
...
...
@@ -360,7 +360,7 @@
</executions>
</plugin>
<plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
...
...
@@ -400,7 +400,7 @@
</execution>
</executions>
</plugin>
</plugin>
-->
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
@@ -421,7 +421,7 @@
<outputDirectory>
${project.parent.basedir}/dist/${project.artifactId}
</outputDirectory>
</configuration>
</execution>
<execution>
<
!--<
execution>
<id>make-assembly-ui</id>
<phase>package</phase>
<goals>
...
...
@@ -436,7 +436,7 @@
</descriptors>
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration>
</execution>
</execution>
-->
</executions>
</plugin>
</plugins>
...
...
attendance-performance-manager/src/main/java/com/mortals/xhx/daemon/task/SyncDoorsEventWeekTaskImpl.java
View file @
aaabeee3
...
...
@@ -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
());
...
...
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
View file @
aaabeee3
...
...
@@ -69,8 +69,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceHikRecordCustom
Content-Type: application/json
{
"attendanceDateStart": "2024-0
2-01
",
"attendanceDateEnd": "2024-03-
13
"
"attendanceDateStart": "2024-0
3-22
",
"attendanceDateEnd": "2024-03-
22
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment