Commit e26d15fc by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!408
parents eab53c9d bfc3feed
......@@ -2959,6 +2959,7 @@ public class ClockInController {
}
//全部为缺卡时 没有打卡按钮显示
if(attsch.get(0).getDajl().getId() != null) {
if(attdate.getAttsch().size() == 2 || attdate.getAttsch().size() == 4 || attdate.getAttsch().size() == 6) {
if(attsch.get(0).getDajl().getId() == 888 && attsch.get(0).getDajl().getStatus() == 17
&&attsch.get(1).getDajl().getId() == 888 && attsch.get(1).getDajl().getStatus() == 17) {
......@@ -2975,6 +2976,7 @@ public class ClockInController {
lcdkgb = false;
}
}
}
//全部为 1 时
......
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