Commit 3974b875 by ilal Committed by chenzg

提交

parent fee043cc
......@@ -290,7 +290,7 @@ public class AttendanceTaskTiming{
String yemo = year + "-" + month;
sdf1.setLenient(false);
int y = 0,q = 0,jj = 0,xx = 0;//jj:节假日
String[] zdxx = new String[20];//法定休息的具体天数(yyyy-MM-dd)
String[] zdxx = new String[31];//法定休息的具体天数(yyyy-MM-dd)
for(int i = 1; i <= ClockInTool.getDaysByYearMonth(year,month); i++){
boolean xixi = true;
Date date1 = sdf1.parse(yemo + "-" + i);
......
......@@ -279,7 +279,7 @@ public class LastMonthtimingExport {
String yemo = year + "-" + month;
sdf1.setLenient(false);
int y = 0,q = 0,jj = 0,xx = 0;//jj:节假日
String[] zdxx = new String[20];//法定休息的具体天数(yyyy-MM-dd)
String[] zdxx = new String[31];//法定休息的具体天数(yyyy-MM-dd)
for(int i = 1; i <= ClockInTool.getDaysByYearMonth(year,month); i++){
boolean xixi = true;
Date date1 = sdf1.parse(yemo + "-" + i);
......
......@@ -267,7 +267,7 @@ public class RealTimeUpdate{
String yemo = year + "-" + month;
sdf1.setLenient(false);
int y = 0,q = 0,jj = 0,xx = 0;//jj:节假日
String[] zdxx = new String[20];//法定休息的具体天数(yyyy-MM-dd)
String[] zdxx = new String[31];//法定休息的具体天数(yyyy-MM-dd)
for(int i = 1; i <= ClockInTool.getDaysByYearMonth(year,month); i++){
boolean xixi = true;
Date date1 = sdf1.parse(yemo + "-" + i);
......
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