Commit 4cab5bc3 by ilal Committed by chenzg

提交

parent 6c30766c
...@@ -375,7 +375,7 @@ public class ClockInController { ...@@ -375,7 +375,7 @@ public class ClockInController {
// atttype = 1; // atttype = 1;
}else { }else {
kskd = false; kskd = false;
// atttype = 2; atttype = 2;
} }
}else { }else {
//最后一次卡的时候 再继续打视为更新最后一次打卡 //最后一次卡的时候 再继续打视为更新最后一次打卡
...@@ -406,7 +406,7 @@ public class ClockInController { ...@@ -406,7 +406,7 @@ public class ClockInController {
atttype = 2; atttype = 2;
}else { }else {
kskd = false; kskd = false;
// atttype = 2; atttype = 2;
getinto2 = false; getinto2 = false;
isRange = true;//在范围 isRange = true;//在范围
} }
...@@ -437,7 +437,7 @@ public class ClockInController { ...@@ -437,7 +437,7 @@ public class ClockInController {
atttype = 4; atttype = 4;
}else { }else {
kskd = false; kskd = false;
// atttype = 4; atttype = 4;
getinto2 = false; getinto2 = false;
isRange = true;//在范围 isRange = true;//在范围
} }
...@@ -470,7 +470,7 @@ public class ClockInController { ...@@ -470,7 +470,7 @@ public class ClockInController {
atttype = 6; atttype = 6;
}else { }else {
kskd = false; kskd = false;
// atttype = 6; atttype = 6;
getinto2 = false; getinto2 = false;
isRange = true;//在范围 isRange = true;//在范围
} }
...@@ -1680,6 +1680,7 @@ public class ClockInController { ...@@ -1680,6 +1680,7 @@ public class ClockInController {
getinto2 = false; getinto2 = false;
}else { }else {
kskd = false;//更新最后一次打卡 kskd = false;//更新最后一次打卡
atttype = clock.getType();
} }
}else { }else {
if(getinto2) { if(getinto2) {
...@@ -1711,6 +1712,7 @@ public class ClockInController { ...@@ -1711,6 +1712,7 @@ public class ClockInController {
getinto2 = false; getinto2 = false;
}else { }else {
kskd = false; kskd = false;
atttype = clock.getType();
} }
}else { }else {
if(getinto2) { if(getinto2) {
...@@ -1745,6 +1747,7 @@ public class ClockInController { ...@@ -1745,6 +1747,7 @@ public class ClockInController {
getinto2 = false; getinto2 = false;
}else { }else {
kskd = false; kskd = false;
atttype = clock.getType();
} }
}else { }else {
if(getinto2) { if(getinto2) {
......
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