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
1850b0f1
Commit
1850b0f1
authored
4 years ago
by
ilal
Committed by
chenzg
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1effb4e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/main/java/cn/timer/api/controller/kqgl/AttController.java
+6
-6
No files found.
src/main/java/cn/timer/api/controller/kqgl/AttController.java
View file @
1850b0f1
...
...
@@ -410,7 +410,7 @@ public class AttController {
if
(
mapuca
!=
null
&&
!(
schedules
[
p
].
getBcid
()).
equals
(
mapuca
.
getBcid
())){
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
schedules
[
p
].
getUserid
());
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
schedules
[
p
].
getUserid
()
,
qyid
);
if
(
initial
.
size
()
>
0
){
RestMethod
(
initial
,
initial
.
get
(
0
).
getDkmxid
());
}
...
...
@@ -418,7 +418,7 @@ public class AttController {
//当天的所有打卡记录
List
<
PunchRecord
>
mapucalist
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
schedules
[
p
].
getUserid
());
List
<
PunchRecord
>
mapucalist
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
schedules
[
p
].
getUserid
()
,
qyid
);
PunchRecord
minAttid
=
null
;
PunchRecord
maxAttid
=
null
;
int
dkmxid
=
0
;
...
...
@@ -1682,7 +1682,7 @@ public class AttController {
int
gzsc
=
punchcarddetailsservice
.
selectWorkingHours
(
Integer
.
valueOf
(
kqry
.
getEmpNum
()),
startDate
,
endDate
);
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
Integer
.
valueOf
(
kqry
.
getEmpNum
()));
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
Integer
.
valueOf
(
kqry
.
getEmpNum
())
,
qyid
);
int
latenum
=
0
;
// 迟到次数
int
latehours
=
0
;
// 迟到时长
int
leanum
=
0
;
// 早退次数
...
...
@@ -3483,14 +3483,14 @@ public class AttController {
PunchRecord
mapuca
=
punchrecordservice
.
MaintenancePunchCard
(
startCorrDate
,
endCorrDate
,
userid
);
if
(
mapuca
!=
null
&&
!
id
.
equals
(
mapuca
.
getBcid
())){
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startCorrDate
,
endCorrDate
,
userid
);
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startCorrDate
,
endCorrDate
,
userid
,
qyid
);
if
(
initial
.
size
()
>
0
){
RestMethod
(
initial
,
initial
.
get
(
0
).
getDkmxid
());
}
}
//当天的所有打卡记录
List
<
PunchRecord
>
mapucalist
=
punchrecordservice
.
getMaintenancePunchCardList
(
startCorrDate
,
endCorrDate
,
userid
);
List
<
PunchRecord
>
mapucalist
=
punchrecordservice
.
getMaintenancePunchCardList
(
startCorrDate
,
endCorrDate
,
userid
,
qyid
);
PunchRecord
minAttid
=
null
;
PunchRecord
maxAttid
=
null
;
int
dkmxid
=
0
;
...
...
@@ -4941,7 +4941,7 @@ public class AttController {
int
gzsc
=
punchcarddetailsservice
.
selectWorkingHours
(
Integer
.
valueOf
(
kqry
.
getEmpNum
()),
startDate
,
endDate
);
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
Integer
.
valueOf
(
kqry
.
getEmpNum
()));
List
<
PunchRecord
>
initial
=
punchrecordservice
.
getMaintenancePunchCardList
(
startDate
,
endDate
,
Integer
.
valueOf
(
kqry
.
getEmpNum
())
,
qyid
);
int
latenum
=
0
;
// 迟到次数
int
latehours
=
0
;
// 迟到时长
int
leanum
=
0
;
// 早退次数
...
...
This diff is collapsed.
Click to expand it.
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