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
44aa20a2
Commit
44aa20a2
authored
4 years ago
by
leialin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lal' into 'develop'
Lal See merge request 8timerv2/8timerapiv200!338
parents
79713305
80828539
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
src/main/java/cn/timer/api/controller/kqgl/ClockInController.java
+7
-4
No files found.
src/main/java/cn/timer/api/controller/kqgl/ClockInController.java
View file @
44aa20a2
...
...
@@ -375,7 +375,7 @@ public class ClockInController {
// atttype = 1;
}
else
{
kskd
=
false
;
//
atttype = 2;
atttype
=
2
;
}
}
else
{
//最后一次卡的时候 再继续打视为更新最后一次打卡
...
...
@@ -406,7 +406,7 @@ public class ClockInController {
atttype
=
2
;
}
else
{
kskd
=
false
;
//
atttype = 2;
atttype
=
2
;
getinto2
=
false
;
isRange
=
true
;
//在范围
}
...
...
@@ -437,7 +437,7 @@ public class ClockInController {
atttype
=
4
;
}
else
{
kskd
=
false
;
//
atttype = 4;
atttype
=
4
;
getinto2
=
false
;
isRange
=
true
;
//在范围
}
...
...
@@ -470,7 +470,7 @@ public class ClockInController {
atttype
=
6
;
}
else
{
kskd
=
false
;
//
atttype = 6;
atttype
=
6
;
getinto2
=
false
;
isRange
=
true
;
//在范围
}
...
...
@@ -1680,6 +1680,7 @@ public class ClockInController {
getinto2
=
false
;
}
else
{
kskd
=
false
;
//更新最后一次打卡
atttype
=
clock
.
getType
();
}
}
else
{
if
(
getinto2
)
{
...
...
@@ -1711,6 +1712,7 @@ public class ClockInController {
getinto2
=
false
;
}
else
{
kskd
=
false
;
atttype
=
clock
.
getType
();
}
}
else
{
if
(
getinto2
)
{
...
...
@@ -1745,6 +1747,7 @@ public class ClockInController {
getinto2
=
false
;
}
else
{
kskd
=
false
;
atttype
=
clock
.
getType
();
}
}
else
{
if
(
getinto2
)
{
...
...
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