Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
a6917fc3
Commit
a6917fc3
authored
Jan 09, 2021
by
leialin
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提就
parent
e55ad617
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/main/java/cn/timer/api/controller/kqgl/ClockInController.java
+6
-3
No files found.
src/main/java/cn/timer/api/controller/kqgl/ClockInController.java
View file @
a6917fc3
...
...
@@ -4045,9 +4045,12 @@ public class ClockInController {
if
(
Arrays
.
binarySearch
(
needfig
,
String
.
valueOf
(
ClockInTool
.
dateToWeek
(
num
)))
>=
0
)
{
//对比排班应打卡时间
String
[]
ycqtst
=
new
String
[
ycqts
.
length
+
zj
];
System
.
arraycopy
(
ycqts
,
0
,
ycqtst
,
0
,
ycqts
.
length
);
ycqtst
[
w
]
=
num
;
ycqts
=
ycqtst
;
w
++;
if
(
ycqtst
.
length
!=
w
)
{
ycqtst
[
w
]
=
num
;
ycqts
=
ycqtst
;
w
++;
}
}
else
{
String
[]
xxtst
=
new
String
[
xxts
.
length
+
zj
];
System
.
arraycopy
(
xxts
,
0
,
xxtst
,
0
,
xxts
.
length
);
...
...
wuqingjun
@wuqingjun
mentioned in commit
781330d0
Jul 05, 2021
mentioned in commit
781330d0
mentioned in commit 781330d032463c360100d2c373d7d5b81c89d795
Toggle commit list
wuqingjun
@wuqingjun
mentioned in commit
55bddee1
Jul 05, 2021
mentioned in commit
55bddee1
mentioned in commit 55bddee1f42aa4476f45bc743c1f4676a23982ef
Toggle commit list
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