Commit 90fb9660 by ilal Committed by chenzg

提交

parent 1b446cfb
......@@ -397,6 +397,7 @@ public class ClockInTool {
*/
public static String[] doChinFilters(String[] filters, String target) {
target = ClockInTool.Str_Time_formatting(target,"yyyy-MM-dd");
String[] res = null;
......
......@@ -303,7 +303,7 @@ public class RealTimeUpdate{
}
if(appmaps.length > 0) {
for(String aa : ClockInTool.deleteArrayNull(zdxx)) {
appmaps = ClockInTool.doChinFilters(ClockInTool.deleteArrayNull2(appmaps), aa);
appmaps = ClockInTool.doChinFilters(ClockInTool.deleteArrayNull(appmaps), aa);
}
}
......
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