Commit bfc3feed by ilal

提交

parent b47be63e
...@@ -2959,6 +2959,7 @@ public class ClockInController { ...@@ -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(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 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) { &&attsch.get(1).getDajl().getId() == 888 && attsch.get(1).getDajl().getStatus() == 17) {
...@@ -2975,6 +2976,7 @@ public class ClockInController { ...@@ -2975,6 +2976,7 @@ public class ClockInController {
lcdkgb = false; lcdkgb = false;
} }
} }
}
//全部为 1 时 //全部为 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