Commit 55bddee1 by leialin Committed by chenzg

Revert "提就"

This reverts commit a6917fc3.
parent b3065af6
...@@ -4045,12 +4045,9 @@ public class ClockInController { ...@@ -4045,12 +4045,9 @@ public class ClockInController {
if(Arrays.binarySearch(needfig, String.valueOf(ClockInTool.dateToWeek(num))) >= 0) {//对比排班应打卡时间 if(Arrays.binarySearch(needfig, String.valueOf(ClockInTool.dateToWeek(num))) >= 0) {//对比排班应打卡时间
String[] ycqtst = new String[ycqts.length + zj]; String[] ycqtst = new String[ycqts.length + zj];
System.arraycopy(ycqts, 0, ycqtst, 0, ycqts.length); System.arraycopy(ycqts, 0, ycqtst, 0, ycqts.length);
if(ycqtst.length != w) { ycqtst[w] = num;
ycqtst[w] = num; ycqts = ycqtst;
ycqts = ycqtst; w++;
w++;
}
}else { }else {
String[] xxtst = new String[xxts.length + zj]; String[] xxtst = new String[xxts.length + zj];
System.arraycopy(xxts, 0, xxtst, 0, xxts.length); System.arraycopy(xxts, 0, xxtst, 0, xxts.length);
......
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