diff --git a/.idea/dataSources/ade958e9-d72b-48ba-8be1-0441de7da9a5/entities/entities.dat b/.idea/dataSources/ade958e9-d72b-48ba-8be1-0441de7da9a5/entities/entities.dat index 550cb22..f970d24 100644 Binary files a/.idea/dataSources/ade958e9-d72b-48ba-8be1-0441de7da9a5/entities/entities.dat and b/.idea/dataSources/ade958e9-d72b-48ba-8be1-0441de7da9a5/entities/entities.dat differ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 22a77d2..3f6b1d8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -10,18 +10,31 @@ - - - - + + + + + - + + + + + + + + - - - + + + + + + + + - + - + - - - + @@ -175,24 +188,24 @@ - + - - @@ -676,7 +689,15 @@ - + + + + + + + + + @@ -732,8 +753,18 @@ file://$PROJECT_DIR$/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java - 115 - + + file://$PROJECT_DIR$/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java + 418 + + + file://$PROJECT_DIR$/src/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.java + 260 + diff --git a/WEB-INF/sqllog/ecologysql b/WEB-INF/sqllog/ecologysql index f06c02c..f419aec 100644 --- a/WEB-INF/sqllog/ecologysql +++ b/WEB-INF/sqllog/ecologysql @@ -903,3 +903,5444 @@ at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) " +"2024-06-14","14:21:54.030","loginID=null main-1","8""1-392918519","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[f6f84e73-74f9-40ec-939a-6c68125cdfaa, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 16:30, 17:01, 155, 2024-06-14, 4, 31-2024-06-14, 1, 2024-06-11, 2024-06-11, 31.0, 14:21:53]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:54) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:326) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:54.520","loginID=null main-1","6""1-392918519","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[5c0ef976-e61f-4d92-af62-deb3acc05c92, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 17:17, 22:29, 155, 2024-06-14, 4, 31-2024-06-14, 1, 2024-06-11, 2024-06-11, 163.0, 14:21:54]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:54) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:326) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:54.563","loginID=null main-1","13""1-392918519","null","null","update","update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-14 14:21:54',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=155,sc1=31.0,xm2=155,sc2=163.0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:14:46',j3='2024-06-11 17:17:06',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:03:05',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 22:29:38',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[31, 2024-06-11]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:359) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:55.060","loginID=null main-1","6""1-392918519","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[8448]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:359) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:55.074","loginID=null main-1","9""1-392918519","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[8448]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:359) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:55.089","loginID=null main-1","6""1-392918519","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[8448, 31-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:359) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","14:21:55.101","loginID=null main-1","426""1-392918519","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[8448, 31-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:359) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:19.218","loginID=null main-1","33""1-1202907617","null","null","update","update uf_jcl_kq_cqjg set cqsc=0,cqzt=1,fxrq='2024-06-14 18:05:19',rqlx=0,sfxx=0,bc=NULL,bcbdxx=NULL,xm1=6,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1=NULL,c1=NULL,j2=NULL,c2=NULL,j3=NULL,c3=NULL,j4=NULL,c4=NULL,j5=NULL,c5=NULL,j6=NULL,c6=NULL,j7=NULL,c7=NULL,j8=NULL,c8=NULL where ygid=? and rq=?,[31, 2024-06-11]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordNoClass(UpdateAttendanceResultWrapper.java:466) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:200) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:19.396","loginID=null main-1","18""1-1202907617","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[59693]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordNoClass(UpdateAttendanceResultWrapper.java:466) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:200) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:19.414","loginID=null main-1","15""1-1202907617","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[59693]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordNoClass(UpdateAttendanceResultWrapper.java:466) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:200) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:19.429","loginID=null main-1","16""1-1202907617","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[59693, 31-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordNoClass(UpdateAttendanceResultWrapper.java:466) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:200) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:19.446","loginID=null main-1","15""1-1202907617","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[59693, 31-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordNoClass(UpdateAttendanceResultWrapper.java:466) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:200) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:05:21.549","loginID=null main-1","17""1-1202907617","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (71,55,34,33,31,91),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:186) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:46.764","loginID=null main-1","19""1-1523034648","null","null","insert","insert into uf_jcl_kq_cqjg (szjg,ygid,fbid,bm,zw,rq,bc,bcbdxx,cqzt,cqsc,sjzt,fxrq,formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,rqlx,sfxx,xm1,sc1,xm2,sc2,xm3,sc3,xm4,sc4,xm5,sc5,xm6,sc6,xm7,sc7,xm8,sc8) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[521, 304, 521, 1022, 21, 2024-05-24, 33, 09:00-18:00, 1, 0.0, 1, 2024-06-14 18:12:46, 19, c3222f03-5713-4dee-970c-b1275b87883f, 1, 0, 2024-06-14, 18:12:46, 0, 0, 142, 3.0, 142, 3.0, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:160) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:358) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:47.314","loginID=null main-1","14""1-1523034648","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[60650]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:358) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:47.329","loginID=null main-1","18""1-1523034648","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[60650]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:358) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:47.348","loginID=null main-1","410""1-1523034648","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[60650, 304-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:358) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:47.759","loginID=null main-1","14""1-1523034648","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[60650, 304-2024-06-14]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:56) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:358) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:140) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:182) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-14","18:12:58.750","loginID=null main-1","21""1-1523034648","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-24' and rq <= '2024-05-24' and yg in (304) and bc in (71,55,34,33,31,91),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:186) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-02, 2, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:08, 1a1edcff-b576-435b-b251-07af62c9ddff]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-09, 2, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, 94672eec-fbb7-4a9b-b70d-88e1fea6ce8e]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-16, 2, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, 9bada91e-27f7-43ab-85eb-7388b0af3ddd]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-23, 2, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, df074a36-cee3-4548-8199-1078902423e5]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-03, 0, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, 54fb3ac4-5ad0-4a50-956b-a57e1b8c2cc6]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-10, 1, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, 4d976e9e-f0ae-47eb-adf1-0f5b05f73854]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:25:09.986","loginID=null main-1","984""1-1544147328","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-17, 0, 0, 0, 11, null, 2024-06-16, 21:23, 87, 1, 0, 2024-06-16, 21:24:14, 2d34e1a2-35ed-4a19-88ff-0241b26befda]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-01, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 78e4ad6a-6aee-4443-9da4-e4faf52d7408]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-02, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 90fba15b-cedb-4bcf-b006-c6d3ba541688]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-09, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 4afd2e40-a23c-43f7-8426-dba1f2ff86fc]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-16, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, ab510d6c-6d7f-45ad-bde1-7bb04fd5fce5]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-23, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 5e156e4e-a077-43d0-b668-b3922b46843f]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-30, 2, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 549e14b7-cabf-4e94-98eb-3b53924e0c2d]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-03, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 2473a208-41ce-4918-be28-f16aa09c931e]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-10, 1, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 33dca922-7aaf-44d2-a455-029a958e71fa]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-17, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 3a020aa3-5eb0-46f9-bf3e-a54f97646f6f]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-24, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 8fc4ce25-8545-4719-a4cb-4a50865e17d0]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-07-01, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, 8dd67228-cb0b-4d06-9803-5fd4437c6dfe]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-04, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, e59e2be3-134b-4023-8fe6-0a73e3b25391]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-16","21:51:19.134","loginID=null main-1","593""1-611502040","null","null","insert","insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2, null, 0, 22, null, null, null, 2024-06-11, 0, 0, 0, 11, null, 2024-06-16, 21:49, 87, 1, 0, 2024-06-16, 21:50:49, f1e2f80b-5fab-4fe8-acaa-a96ef034ca3b]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil.insertSchedulingResults(PersongroupCommonUtil.java:327) + at com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl.saveCalendarWork(WorkRulesServiceImpl.java:419) + at TestAttendanceAllowance.Test.testRealse(Test.java:50) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:22.009","loginID=null main-1","63""1-1043358826","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[3ba14cb0-2141-43d8-8e39-2be6a53e9cf2, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 16:30, 17:01, 155, 2024-06-18, 4, 31-2024-06-18, 1, 2024-06-11, 2024-06-11, 31.0, 17:23:21]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:22.491","loginID=null main-1","61""1-1043358826","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[5004a931-9dcf-4603-bcde-5651d3b92b5e, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 17:17, 22:29, 155, 2024-06-18, 4, 31-2024-06-18, 1, 2024-06-11, 2024-06-11, 163.0, 17:23:22]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:22.807","loginID=null main-1","62""1-1043358826","null","null","update","update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-18 17:23:22',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=155,sc1=31.0,xm2=155,sc2=163.0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:00:00',j3='2024-06-11 17:17:06',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:00:00',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 22:29:38',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[31, 2024-06-11]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:23.231","loginID=null main-1","55""1-1043358826","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[8448]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:23.331","loginID=null main-1","68""1-1043358826","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[8448]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:23.446","loginID=null main-1","56""1-1043358826","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[8448, 31-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","17:23:23.559","loginID=null main-1","53""1-1043358826","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[8448, 31-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:37.600","loginID=null main-1","67""1-2112233878","null","null","update","update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-18 18:16:37',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=NULL,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 18:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:37.910","loginID=null main-1","35""1-2112233878","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:37.974","loginID=null main-1","33""1-2112233878","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:38.044","loginID=null main-1","36""1-2112233878","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:38.123","loginID=null main-1","53""1-2112233878","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:16:41.801","loginID=null main-1","40""1-2112233878","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:58.161","loginID=null main-1","47""1-1394940518","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[964d6636-038f-45f0-8527-7219f7308960, 0, 0, 103, 2.0, 2.0, 0, 0, 1, 0, 81, 2024-06-01, 154, 0, 2024-06-18, 0, 81-2024-06-18, 18:23:57, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:58.498","loginID=null main-1","50""1-1394940518","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[b7089221-de27-4628-b0d9-e3622e8cf2ee, 0, 0, 92, 2.5, 2.5, 81, 1, 0, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:23:58]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:58.810","loginID=null main-1","55""1-1394940518","null","null","update","update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:23:58',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:59.201","loginID=null main-1","49""1-1394940518","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:59.292","loginID=null main-1","49""1-1394940518","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:59.389","loginID=null main-1","51""1-1394940518","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:23:59.485","loginID=null main-1","50""1-1394940518","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:24:04.093","loginID=null main-1","55""1-1394940518","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:24:04.285","loginID=null main-1","156""1-1394940518","null","null","insert"," insert into uf_jcl_kq_cqjt(formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,szjg,yg,rq,bc,jtlx,sc,zt) values(?,?,?,?,?,?,?,?,?,?,?,?,?),[106, b5cf4a37-e436-4284-b87d-10e5787b6517, 1, 0, 2024-06-18, 18:24:04, 1, 81, 2024-05-03, 1, 149, 2.50, 1]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:192) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:26:54.564","loginID=null main-1","55""1-103118806","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[939ca6b0-67c9-4316-8d5d-d8f5fddd57f5, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:26:54, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:26:54.881","loginID=null main-1","58""1-103118806","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[3c2e7906-3558-4f72-8e07-351a33013cf5, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:26:54]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:58.120","loginID=null main-1","63""1-178603358","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[9ba1f36b-a1d1-47cd-b69e-1e3f23fd970b, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:56:57, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:58.469","loginID=null main-1","60""1-178603358","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[ef489d84-6f78-4867-8e41-a0169233e571, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:56:58]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:58.833","loginID=null main-1","69""1-178603358","null","null","update","update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:56:58',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:59.254","loginID=null main-1","61""1-178603358","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:59.373","loginID=null main-1","57""1-178603358","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:59.479","loginID=null main-1","73""1-178603358","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:56:59.615","loginID=null main-1","63""1-178603358","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:57:04.351","loginID=null main-1","72""1-178603358","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:57:23.977","loginID=null main-1","61""1-249515830","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[bf378e41-4483-4168-81ed-961ecaf30796, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:57:23, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:57:24.428","loginID=null main-1","60""1-249515830","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[f94ac2f1-db73-4232-a6fd-0d60ce1b023e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:57:24]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:58:58.430","loginID=null main-1","47""1-2081269248","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2c284a10-48df-4bde-9a70-e5038a183e94, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:58:58, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","18:58:58.762","loginID=null main-1","47""1-2081269248","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[15d080c3-6ba1-4f91-830d-a0395f6c9313, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:58:58]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:05.272","loginID=null main-1","60""1-594195094","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[c75ff053-14d9-4a03-af90-5f4157273f77, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:00:05, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:05.579","loginID=null main-1","80""1-594195094","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[6c291a31-9677-428f-b25d-a9444fdcf418, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:00:05]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:14.704","loginID=null main-1","70""1-594195094","null","null","update","update uf_jcl_kq_cqjg set cqsc=2.0,cqzt=1,fxrq='2024-06-18 19:00:14',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:15.066","loginID=null main-1","40""1-594195094","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:15.150","loginID=null main-1","31""1-594195094","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:15.220","loginID=null main-1","41""1-594195094","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:15.299","loginID=null main-1","47""1-594195094","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:19.900","loginID=null main-1","71""1-594195094","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:00:20.107","loginID=null main-1","172""1-594195094","null","null","insert"," insert into uf_jcl_kq_cqjt(formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,szjg,yg,rq,bc,jtlx,sc,zt) values(?,?,?,?,?,?,?,?,?,?,?,?,?),[106, b86b66bb-aee3-4a6a-8461-79f62f98be18, 1, 0, 2024-06-18, 19:00:20, 1, 81, 2024-05-03, 1, 149, 2.50, 1]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:192) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:31.130","loginID=null main-1","48""1-1807207655","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[eb7ee1c2-630b-4f52-afce-1b09211d3860, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:14:30, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:31.444","loginID=null main-1","58""1-1807207655","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[2e3e1f4b-101f-4c15-87f4-dd2c39547b1e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:14:31]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:31.783","loginID=null main-1","68""1-1807207655","null","null","update","update uf_jcl_kq_cqjg set cqsc=3.0,cqzt=1,fxrq='2024-06-18 19:14:31',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=5.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 13:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:32.142","loginID=null main-1","50""1-1807207655","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:32.243","loginID=null main-1","44""1-1807207655","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:32.342","loginID=null main-1","65""1-1807207655","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:32.462","loginID=null main-1","50""1-1807207655","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:37.072","loginID=null main-1","70""1-1807207655","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:14:37.306","loginID=null main-1","165""1-1807207655","null","null","insert"," insert into uf_jcl_kq_cqjt(formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,szjg,yg,rq,bc,jtlx,sc,zt) values(?,?,?,?,?,?,?,?,?,?,?,?,?),[106, 2a2649c5-0da6-45e8-b61d-6e63c49f93f8, 1, 0, 2024-06-18, 19:14:37, 1, 81, 2024-05-03, 1, 149, 2.50, 1]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:192) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:56.427","loginID=null main-1","57""1-1321203216","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[a4812afe-bdec-4cb6-9f62-e26a3e576f24, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:15:56, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:56.784","loginID=null main-1","56""1-1321203216","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[f9e1889d-9a69-4bbc-aab9-9f3afbe5a0ea, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:15:56]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:57.144","loginID=null main-1","83""1-1321203216","null","null","update","update uf_jcl_kq_cqjg set cqsc=2.98,cqzt=1,fxrq='2024-06-18 19:15:57',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=5.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 13:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:57.567","loginID=null main-1","54""1-1321203216","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:57.675","loginID=null main-1","72""1-1321203216","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:57.792","loginID=null main-1","52""1-1321203216","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:15:57.896","loginID=null main-1","56""1-1321203216","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-18]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:16:02.728","loginID=null main-1","61""1-1321203216","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:16:02.975","loginID=null main-1","147""1-1321203216","null","null","insert"," insert into uf_jcl_kq_cqjt(formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,szjg,yg,rq,bc,jtlx,sc,zt) values(?,?,?,?,?,?,?,?,?,?,?,?,?),[106, 58f19eeb-d939-4787-af09-50adb0acd41d, 1, 0, 2024-06-18, 19:16:02, 1, 81, 2024-05-03, 1, 149, 2.50, 1]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:192) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:30:39.303","loginID=null main-1","60""1-1531175283","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[3fcdfdee-d72d-4352-9cef-88c8a2a5b4bf, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:30:39, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-18","19:30:39.622","loginID=null main-1","40""1-1531175283","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[19f320f7-f929-447d-873f-0f2312e1491e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:30:39]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:170) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","09:42:34.642","loginID=null main-1","69""1-2011695710","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[61bd8445-06dc-446a-92bc-020d6e73d5ac, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-19, 0.00000, 81-2024-06-19, 09:42:34, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:173) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","09:42:34.987","loginID=null main-1","44""1-2011695710","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[0b7d9bd0-38c3-4128-bf66-7ea0603a69f7, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-19, 4, 81-2024-06-19, 1, 2024-05-03, 2024-05-03, 2.5, 09:42:34]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:173) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:31:26.327","loginID=null main-1","49""1-876962272","null","null","insert","insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[34218490-7767-41ac-b756-bac7aef47775, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-19, 0.00000, 81-2024-06-19, 10:31:26, 2024-09-01]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateholidayResult(SaveWorkOverTimeCmd.java:351) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:249) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:173) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:31:26.678","loginID=null main-1","68""1-876962272","null","null","insert","insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),[b23e31b9-819b-4854-92fd-5222d4bbd0e5, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-19, 4, 81-2024-06-19, 1, 2024-05-03, 2024-05-03, 2.5, 10:31:26]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.common.util.CommonUtil.makeInsertSql(CommonUtil.java:56) + at com.engine.common.util.Utils.InsertFormTable(Utils.java:518) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.updateOverTimeResult(SaveWorkOverTimeCmd.java:324) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:251) + at com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd.execute(SaveWorkOverTimeCmd.java:26) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.WorkOverTimeServiceImpl.recordWorkOverTime(WorkOverTimeServiceImpl.java:74) + at com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper.recordWorkOverTime(UpdateAttendanceResultWrapper.java:173) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:321) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:02.976","loginID=null main-1","75""1-876962272","null","null","update","update uf_jcl_kq_cqjg set cqsc=2.0,cqzt=1,fxrq='2024-06-19 10:32:02',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-03]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:03.366","loginID=null main-1","59""1-876962272","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:03.478","loginID=null main-1","55""1-876962272","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6645]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:03.580","loginID=null main-1","61""1-876962272","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6645, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:03.714","loginID=null main-1","60""1-876962272","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6645, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:08.608","loginID=null main-1","84""1-876962272","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:32:08.874","loginID=null main-1","171""1-876962272","null","null","insert"," insert into uf_jcl_kq_cqjt(formmodeid,modeuuid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,szjg,yg,rq,bc,jtlx,sc,zt) values(?,?,?,?,?,?,?,?,?,?,?,?,?),[106, fbdff9dd-b152-4bdf-a0b4-008cbceabdb6, 1, 0, 2024-06-19, 10:32:08, 1, 81, 2024-05-03, 1, 149, 2.50, 1]",") + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1621) + at weaver.conn.RecordSet.executeBatchSql(RecordSet.java:1468) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:192) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:22.408","loginID=null main-1","62""1-185203393","null","null","update","update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 10:57:22',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-10]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:22.829","loginID=null main-1","50""1-185203393","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:22.947","loginID=null main-1","55""1-185203393","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:23.073","loginID=null main-1","55""1-185203393","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:23.191","loginID=null main-1","51""1-185203393","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:57:27.950","loginID=null main-1","51""1-185203393","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:08.958","loginID=null main-1","66""1-237484673","null","null","update","update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 10:59:08',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-10]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:09.306","loginID=null main-1","52""1-237484673","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:09.400","loginID=null main-1","50""1-237484673","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:09.517","loginID=null main-1","65""1-237484673","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:09.627","loginID=null main-1","69""1-237484673","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","10:59:14.584","loginID=null main-1","56""1-237484673","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:33.847","loginID=null main-1","86""1-1744713739","null","null","update","update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 11:33:33',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=126,sc2=6.0,xm3=155,sc3=0,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-10]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:34.307","loginID=null main-1","51""1-1744713739","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:34.420","loginID=null main-1","66""1-1744713739","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:34.527","loginID=null main-1","64""1-1744713739","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:34.645","loginID=null main-1","53""1-1744713739","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:33:39.637","loginID=null main-1","53""1-1744713739","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:03.886","loginID=null main-1","55""1-110053477","null","null","update","update uf_jcl_kq_cqjg set cqsc=3.5,cqzt=1,fxrq='2024-06-19 11:45:03',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=126,sc1=6.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=?,[81, 2024-05-10]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:120) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:100) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:04.288","loginID=null main-1","53""1-110053477","null","null","delete","delete from uf_jcl_kq_jbjg where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:176) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:04.398","loginID=null main-1","50""1-110053477","null","null","delete","delete from uf_jcl_kq_jqye where lyid=?,[6971]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:178) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:04.501","loginID=null main-1","65""1-110053477","null","null","update","update uf_jcl_kq_jbjg set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:180) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:04.618","loginID=null main-1","56""1-110053477","null","null","update","update uf_jcl_kq_jqye set lyid =? where lyid=?,[6971, 81-2024-06-19]",") + at weaver.conn.RecordSetTrans.executeSql(RecordSetTrans.java:736) + at weaver.conn.RecordSetTrans.executeUpdate(RecordSetTrans.java:430) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.updateWorkOverTimeDate(RecordDataCmd.java:182) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:163) + at com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd.execute(RecordDataCmd.java:22) + at com.engine.core.interceptor.CommandInvoker.execute(CommandInvoker.java:38) + at com.engine.core.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) + at com.engine.core.interceptor.LogInterceptor.execute(LogInterceptor.java:19) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:37) + at com.engine.core.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:42) + at com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl.recordItem(UtilServiceImpl.java:60) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:354) + at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:137) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:184) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" +"2024-06-19","11:45:10.084","loginID=null main-1","63""1-110053477","null","null","delete","delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3),[]",") + at weaver.conn.RecordSet.executeSql(RecordSet.java:1372) + at weaver.conn.RecordSet.executeUpdate(RecordSet.java:988) + at com.engine.common.util.DbTools.update(DbTools.java:117) + at com.engine.attendance.workflow.service.impl.AllowanceServiceImpl.addAllowanceRecords(AllowanceServiceImpl.java:160) + at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:188) + at TestAttendanceAllowance.Test.testAnalysis(Test.java:34) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:497) + at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) + at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) + at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) + at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) + at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) + at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) + at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) + at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) + at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) + at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) + at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) + at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) + at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) + at org.junit.runners.ParentRunner.run(ParentRunner.java:363) + at org.junit.runner.JUnitCore.run(JUnitCore.java:137) + at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) + at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) + at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) + at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) +" diff --git a/log/sdk.log b/log/sdk.log index 38780a7..fcf47db 100644 --- a/log/sdk.log +++ b/log/sdk.log @@ -1,9 +1,9 @@ -2024-06-13 14:33:15,754 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 14:33:15,754 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:02:53,377 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:02:53,385 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 14:33:15,754 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 14:33:15,754 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:02:53,385 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:02:53,407 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -140,1174 +140,13 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 14:33:15,754 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 14:33:16,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 14:33:16,254 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 14:33:16,269 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 14:33:16,269 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 14:33:16,269 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 14:33:17,118 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 14:33:17,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 14:33:17,290 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 14:33:17,290 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 14:33:17,337 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 14:33:17,337 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:33:17,337 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:33:17,352 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:17,352 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 14:33:17,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 14:33:17,462 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 14:33:17,541 [main] [A2] [INFO] - rootPath == -2024-06-13 14:33:17,541 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 14:33:17,541 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 14:33:17,541 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 14:33:17,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:33:17,619 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 14:33:17,728 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 14:33:17,728 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 14:33:17,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:33:17,806 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:17,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:33:18,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1601905868.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 14:33:18,040 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 14:33:18,087 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 14:33:18,103 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@1cf2fed4 -2024-06-13 14:33:18,103 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 14:33:18,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:33:18,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:33:18,306 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:18,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK -2024-06-13 14:33:18,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK -2024-06-13 14:33:18,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 14:33:18,635 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:33:18,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:33:18,791 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:18,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #2 tested: OK -2024-06-13 14:33:18,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK -2024-06-13 14:33:18,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK -2024-06-13 14:33:19,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK -2024-06-13 14:33:19,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:33:19,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:33:19,260 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:19,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #4 tested: OK -2024-06-13 14:33:19,369 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK -2024-06-13 14:33:19,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:33:19,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:33:19,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:33:19,697 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:33:19,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #2 tested: OK -2024-06-13 14:33:19,775 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:19,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK -2024-06-13 14:33:19,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK -2024-06-13 14:33:20,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK -2024-06-13 14:33:20,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK -2024-06-13 14:33:20,197 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK -2024-06-13 14:33:20,197 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:20,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:33:20,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:33:20,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:33:20,509 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:33:20,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK -2024-06-13 14:33:20,619 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:20,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #6 tested: OK -2024-06-13 14:33:20,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #7 tested: OK -2024-06-13 14:33:20,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #7 tested: OK -2024-06-13 14:33:20,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:33:21,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:33:21,119 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:21,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #9 tested: OK -2024-06-13 14:33:21,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #9 tested: OK -2024-06-13 14:33:21,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #10 tested: OK -2024-06-13 14:33:21,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #10 tested: OK -2024-06-13 14:33:21,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK -2024-06-13 14:33:21,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #2 tested: OK -2024-06-13 14:33:21,619 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:21,635 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #1 tested: OK -2024-06-13 14:33:21,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #1 tested: OK -2024-06-13 14:33:21,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #3 tested: OK -2024-06-13 14:33:21,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #3 tested: OK -2024-06-13 14:33:21,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK -2024-06-13 14:33:22,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #4 tested: OK -2024-06-13 14:33:22,072 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:22,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #5 tested: OK -2024-06-13 14:33:22,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #5 tested: OK -2024-06-13 14:33:22,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #6 tested: OK -2024-06-13 14:33:22,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #6 tested: OK -2024-06-13 14:33:22,431 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK -2024-06-13 14:33:22,509 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:22,556 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #7 tested: OK -2024-06-13 14:33:22,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #8 tested: OK -2024-06-13 14:33:22,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #8 tested: OK -2024-06-13 14:33:22,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #9 tested: OK -2024-06-13 14:33:22,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #9 tested: OK -2024-06-13 14:33:22,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK -2024-06-13 14:33:22,994 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:23,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #10 tested: OK -2024-06-13 14:33:23,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:23,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:23,072 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:23,181 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #11 tested: OK -2024-06-13 14:33:23,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #11 tested: OK -2024-06-13 14:33:23,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #12 tested: OK -2024-06-13 14:33:23,447 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:23,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #12 tested: OK -2024-06-13 14:33:23,509 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #13 tested: OK -2024-06-13 14:33:23,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #13 tested: OK -2024-06-13 14:33:23,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #14 tested: OK -2024-06-13 14:33:23,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #14 tested: OK -2024-06-13 14:33:23,806 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:23,806 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:23,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #15 tested: OK -2024-06-13 14:33:23,962 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:23,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #15 tested: OK -2024-06-13 14:33:23,993 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:23,993 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:23,993 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:24,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #16 tested: OK -2024-06-13 14:33:24,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #16 tested: OK -2024-06-13 14:33:24,150 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:24,197 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #2 tested: OK -2024-06-13 14:33:24,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #2 tested: OK -2024-06-13 14:33:24,353 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:24,353 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:24,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #1 tested: OK -2024-06-13 14:33:24,462 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:24,525 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #1 tested: OK -2024-06-13 14:33:24,525 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:24,525 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:24,525 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:24,525 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 14:33:24,525 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:24,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #3 tested: OK -2024-06-13 14:33:24,682 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #3 tested: OK -2024-06-13 14:33:24,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #4 tested: OK -2024-06-13 14:33:24,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #4 tested: OK -2024-06-13 14:33:24,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #5 tested: OK -2024-06-13 14:33:24,963 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:25,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #5 tested: OK -2024-06-13 14:33:25,026 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 14:33:25,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 14:33:25,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:25,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:25,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 14:33:25,026 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:25,026 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 14:33:25,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #6 tested: OK -2024-06-13 14:33:25,197 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #6 tested: OK -2024-06-13 14:33:25,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #7 tested: OK -2024-06-13 14:33:25,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #7 tested: OK -2024-06-13 14:33:25,385 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 14:33:25,385 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 14:33:25,385 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 14:33:25,385 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 14:33:25,401 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:25,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #8 tested: OK -2024-06-13 14:33:25,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #8 tested: OK -2024-06-13 14:33:25,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #9 tested: OK -2024-06-13 14:33:25,713 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #9 tested: OK -2024-06-13 14:33:25,713 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:25,713 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 14:33:25,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #10 tested: OK -2024-06-13 14:33:25,885 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:25,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #10 tested: OK -2024-06-13 14:33:25,885 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 14:33:25,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #11 tested: OK -2024-06-13 14:33:26,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #11 tested: OK -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 14:33:26,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 14:33:26,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 14:33:26,072 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 14:33:26,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #12 tested: OK -2024-06-13 14:33:26,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #12 tested: OK -2024-06-13 14:33:26,306 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #13 tested: OK -2024-06-13 14:33:26,353 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:26,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #13 tested: OK -2024-06-13 14:33:26,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #14 tested: OK -2024-06-13 14:33:26,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #14 tested: OK -2024-06-13 14:33:26,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #15 tested: OK -2024-06-13 14:33:26,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #15 tested: OK -2024-06-13 14:33:26,790 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #16 tested: OK -2024-06-13 14:33:26,869 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:26,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #16 tested: OK -2024-06-13 14:33:26,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #17 tested: OK -2024-06-13 14:33:27,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #17 tested: OK -2024-06-13 14:33:27,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #18 tested: OK -2024-06-13 14:33:27,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #18 tested: OK -2024-06-13 14:33:27,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #19 tested: OK -2024-06-13 14:33:27,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #19 tested: OK -2024-06-13 14:33:27,432 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:27,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #20 tested: OK -2024-06-13 14:33:27,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #20 tested: OK -2024-06-13 14:33:27,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #21 tested: OK -2024-06-13 14:33:27,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #21 tested: OK -2024-06-13 14:33:27,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #22 tested: OK -2024-06-13 14:33:27,953 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:27,968 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #22 tested: OK -2024-06-13 14:33:28,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #23 tested: OK -2024-06-13 14:33:28,140 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #23 tested: OK -2024-06-13 14:33:28,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:33:28,312 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:33:28,374 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #2 tested: OK -2024-06-13 14:33:28,421 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:28,484 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #2 tested: OK -2024-06-13 14:33:28,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #1 tested: OK -2024-06-13 14:33:28,656 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #1 tested: OK -2024-06-13 14:33:28,656 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:28,656 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 14:33:28,656 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:28,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:33:28,813 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:33:28,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #4 tested: OK -2024-06-13 14:33:28,904 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:28,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:28,967 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:28,967 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:28,967 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:28,967 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:29,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:29,123 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:29,186 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:29,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:29,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:29,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:29,467 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:29,467 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:29,529 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:29,639 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:29,639 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:29,639 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:29,639 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:29,685 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:29,795 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:29,795 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:29,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:30,013 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:30,013 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:30,013 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:30,076 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:30,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:30,217 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:30,217 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:30,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:30,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:30,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:30,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:30,701 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:30,701 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 14:33:30,701 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:30,701 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,701 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:30,701 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:30,701 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:30,701 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 14:33:30,701 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:30,717 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,717 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,717 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:30,717 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:30,717 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:30,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:30,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:30,888 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:30,888 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:30,951 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:31,045 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:31,045 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:31,045 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:31,045 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:31,060 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:31,060 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:33:31,060 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:33:31,060 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:31,060 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:31,060 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:31,123 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:31,232 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:31,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:31,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:31,451 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:31,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:31,560 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:31,560 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:31,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:31,732 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:31,732 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:31,732 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:31,732 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:31,795 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:31,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:31,904 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:31,966 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:32,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:32,122 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:32,122 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:32,201 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:32,341 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:32,341 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:32,341 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:32,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:32,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:32,576 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:32,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:32,732 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:32,841 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:32,857 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:33:32,857 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:32,857 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:32,857 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:32,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:33,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:33,044 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:33,044 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:33,107 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:33,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:33,216 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:33,216 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:33,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:33,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:33,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:33,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:33,639 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:33,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:33,748 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:33,748 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:33,826 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:33,936 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:33,936 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:33,936 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:33,936 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:33,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:34,123 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:34,123 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:34,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:34,326 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:34,341 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:34,341 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:34,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:34,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:34,514 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:34,514 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:34,576 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:34,685 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:34,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:34,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:34,920 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:35,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:35,029 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:33:35,029 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:35,029 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,029 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:35,029 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:35,029 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,029 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 06:00],lastestTime: [2024-06-11 23:10] -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:35,044 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,107 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:35,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:35,216 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:35,216 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:35,373 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,373 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:35,373 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:35,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:35,560 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:35,560 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:35,560 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:35,560 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:35,623 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:35,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:35,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:35,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:35,951 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:36,060 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:36,060 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:36,060 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:36,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:36,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:36,216 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:36,232 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:36,232 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:36,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:36,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:36,384 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:36,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:36,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:36,603 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:36,603 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:36,667 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:36,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:36,791 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:36,791 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:36,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:36,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:37,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:37,151 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:37,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:37,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:37,319 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 14:33:37,319 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,319 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:37,319 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:37,476 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:37,476 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:37,476 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:37,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,648 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:37,648 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:37,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:37,820 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:37,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:37,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:38,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:38,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:38,179 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:38,179 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:38,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:38,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:33:38,335 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:38,335 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:38,335 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:38,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:38,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:38,491 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:38,554 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:38,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:33:38,726 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:38,726 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:38,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:38,914 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/26/00) - Connection #8 tested: OK -2024-06-13 14:33:38,914 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:38,914 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:38,945 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:39,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/26/00) - Connection #9 tested: OK -2024-06-13 14:33:39,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:39,211 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/26/00) - Connection #10 tested: OK -2024-06-13 14:33:39,273 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:39,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/26/00) - Connection #11 tested: OK -2024-06-13 14:33:39,383 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:33:39,383 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:39,383 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,383 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,398 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:39,398 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,445 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:39,555 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/26/00) - Connection #12 tested: OK -2024-06-13 14:33:39,555 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:39,555 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:39,712 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/26/00) - Connection #13 tested: OK -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,712 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:33:39,712 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:39,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:39,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/26/00) - Connection #14 tested: OK -2024-06-13 14:33:39,930 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:40,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/26/00) - Connection #15 tested: OK -2024-06-13 14:33:40,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:40,212 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/26/00) - Connection #16 tested: OK -2024-06-13 14:33:40,212 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:33:40,212 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:33:40,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:40,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/26/00) - Connection #17 tested: OK -2024-06-13 14:33:40,383 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:33:40,383 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:33:40,383 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:40,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:40,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/26/00) - Connection #18 tested: OK -2024-06-13 14:33:40,539 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:33:40,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:40,758 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/26/00) - Connection #19 tested: OK -2024-06-13 14:33:40,774 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:33:40,774 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:33:40,836 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:41,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/26/00) - Connection #20 tested: OK -2024-06-13 14:33:41,274 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:41,274 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,321 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:41,461 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/26/00) - Connection #21 tested: OK -2024-06-13 14:33:41,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:41,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/26/00) - Connection #22 tested: OK -2024-06-13 14:33:41,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:41,805 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/26/00) - Connection #23 tested: OK -2024-06-13 14:33:41,805 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:33:41,805 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:41,805 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 06:00],lastestTime: [2024-06-13 23:10] -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:33:41,805 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:41,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:41,961 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/26/00) - Connection #24 tested: OK -2024-06-13 14:33:41,961 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:33:41,961 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,023 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:42,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/26/00) - Connection #25 tested: OK -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 07:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 19:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 07:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 19:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,148 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 14:33:42,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:42,336 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/26/00) - Connection #26 tested: OK -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}] -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,336 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 06:00],lastestTime: [2024-06-11 23:10] -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:42,492 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/26/00) - Connection #2 tested: OK -2024-06-13 14:33:42,554 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:42,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/26/00) - Connection #1 tested: OK -2024-06-13 14:33:42,665 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,665 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:33:42,665 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,727 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:42,837 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/26/00) - Connection #3 tested: OK -2024-06-13 14:33:42,837 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:33:42,837 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:33:42,837 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,837 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:42,837 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:33:42,837 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:42,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:43,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:33:43,024 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:33:43,024 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:33:43,024 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[]] -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:49,830 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=11.0, classInfo=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 06:57:10, j2=2024-06-11 11:19:57, j3=2024-06-11 17:16:36, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:04:05, j8=NULL, c2=2024-06-11 17:01:59, c3=2024-06-11 20:00:29, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[], rqlx=0} -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 14:33:49,830 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:33:49,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/25/01) - Connection #5 tested: OK -2024-06-13 14:33:49,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/25/01) - Connection #5 tested: OK -2024-06-13 14:33:49,986 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=11.0,cqzt=0,fxrq='2024-06-13 14:33:49',rqlx=0,sfxx=0,bc=14,bcbdxx='07:00-11:15|11:45-17:15|17:45-19:00',xm1=NULL,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 06:57:10',j2='2024-06-11 11:19:57',j3='2024-06-11 17:16:36',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:04:05',j8=NULL,c2='2024-06-11 17:01:59',c3='2024-06-11 20:00:29',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 14:33:50,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:33:50,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (02/26/00) - Connection #8 tested: OK -2024-06-13 14:33:50,111 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 14:33:50,111 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 14:33:50,111 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:33:50,111 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:33:50,111 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 14:33:50,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/25/01) - Connection #8 tested: OK -2024-06-13 14:33:50,314 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 14:33:50,361 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000147 (01/26/01) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:50,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/27/00) - Connection #6 tested: OK -2024-06-13 14:33:50,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/26/01) - Connection #9 tested: OK -2024-06-13 14:33:50,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/26/01) - Connection #9 tested: OK -2024-06-13 14:33:50,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/26/01) - Connection #10 tested: OK -2024-06-13 14:33:50,767 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000149 (01/27/01) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:51,231 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000149 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:51,294 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #10 - autoCommit reset back to true -2024-06-13 14:33:51,341 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/29/00) - Connection #10 tested: OK -2024-06-13 14:33:51,341 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 14:33:51,341 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:33:51,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/29/00) - Connection #11 tested: OK -2024-06-13 14:33:51,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/29/00) - Connection #11 tested: OK -2024-06-13 14:33:51,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/29/00) - Connection #12 tested: OK -2024-06-13 14:33:51,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/29/00) - Connection #12 tested: OK -2024-06-13 14:33:51,732 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000151 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:51,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/30/00) - Connection #13 tested: OK -2024-06-13 14:33:51,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/30/00) - Connection #13 tested: OK -2024-06-13 14:33:51,908 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 14:33:51,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/30/00) - Connection #14 tested: OK -2024-06-13 14:33:52,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/30/00) - Connection #14 tested: OK -2024-06-13 14:33:52,079 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:33:52,079 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:33:52,079 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:33:52,079 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 14:33:52,126 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/30/00) - Connection #15 tested: OK -2024-06-13 14:33:52,236 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000154 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:52,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/31/00) - Connection #15 tested: OK -2024-06-13 14:33:52,314 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:33:52,314 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 14:33:52,376 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/31/00) - Connection #16 tested: OK -2024-06-13 14:33:52,470 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/31/00) - Connection #16 tested: OK -2024-06-13 14:33:52,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/31/00) - Connection #17 tested: OK -2024-06-13 14:33:52,657 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/31/00) - Connection #17 tested: OK -2024-06-13 14:33:52,657 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:33:52,657 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:33:52,657 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 14:33:52,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/31/00) - Connection #18 tested: OK -2024-06-13 14:33:52,751 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000157 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:52,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/32/00) - Connection #18 tested: OK -2024-06-13 14:33:52,814 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:33:52,814 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 14:33:52,814 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:33:52,860 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/32/00) - Connection #19 tested: OK -2024-06-13 14:33:52,970 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/32/00) - Connection #19 tested: OK -2024-06-13 14:33:53,032 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/32/00) - Connection #20 tested: OK -2024-06-13 14:33:53,142 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/32/00) - Connection #20 tested: OK -2024-06-13 14:33:53,142 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 14:33:53,220 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/32/00) - Connection #21 tested: OK -2024-06-13 14:33:53,282 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000160 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:53,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/33/00) - Connection #21 tested: OK -2024-06-13 14:33:53,345 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 14:33:53,345 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 14:33:53,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/33/00) - Connection #22 tested: OK -2024-06-13 14:33:53,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/33/00) - Connection #22 tested: OK -2024-06-13 14:33:53,517 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:33:53,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/33/00) - Connection #23 tested: OK -2024-06-13 14:33:53,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/33/00) - Connection #23 tested: OK -2024-06-13 14:33:53,688 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 14:33:53,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/33/00) - Connection #24 tested: OK -2024-06-13 14:33:53,751 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000163 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:53,891 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/34/00) - Connection #24 tested: OK -2024-06-13 14:33:53,891 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:33:53,891 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 14:33:53,891 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:33:53,891 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:33:53,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/34/00) - Connection #25 tested: OK -2024-06-13 14:33:54,032 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/34/00) - Connection #25 tested: OK -2024-06-13 14:33:54,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/34/00) - Connection #26 tested: OK -2024-06-13 14:33:54,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/34/00) - Connection #26 tested: OK -2024-06-13 14:33:54,204 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:33:54,204 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:33:54,204 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:33:54,204 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:33:54,251 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/34/00) - Connection #27 tested: OK -2024-06-13 14:33:54,251 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000166 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:54,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/35/00) - Connection #27 tested: OK -2024-06-13 14:33:54,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/35/00) - Connection #28 tested: OK -2024-06-13 14:33:54,516 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/35/00) - Connection #28 tested: OK -2024-06-13 14:33:54,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/35/00) - Connection #29 tested: OK -2024-06-13 14:33:54,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/35/00) - Connection #29 tested: OK -2024-06-13 14:33:54,735 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000168 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:54,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/36/00) - Connection #30 tested: OK -2024-06-13 14:33:54,876 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/36/00) - Connection #30 tested: OK -2024-06-13 14:33:54,876 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 14:33:54,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/36/00) - Connection #31 tested: OK -2024-06-13 14:33:55,063 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/36/00) - Connection #31 tested: OK -2024-06-13 14:33:55,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/36/00) - Connection #32 tested: OK -2024-06-13 14:33:55,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000171 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:55,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/37/00) - Connection #32 tested: OK -2024-06-13 14:33:55,297 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/37/00) - Connection #33 tested: OK -2024-06-13 14:33:55,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/37/00) - Connection #33 tested: OK -2024-06-13 14:33:55,516 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/37/00) - Connection #34 tested: OK -2024-06-13 14:33:55,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/37/00) - Connection #34 tested: OK -2024-06-13 14:33:55,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/37/00) - Connection #35 tested: OK -2024-06-13 14:33:55,766 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000174 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:55,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/38/00) - Connection #35 tested: OK -2024-06-13 14:33:55,797 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 14:33:55,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/38/00) - Connection #36 tested: OK -2024-06-13 14:33:55,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/38/00) - Connection #36 tested: OK -2024-06-13 14:33:55,953 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 14:33:55,953 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 14:33:56,281 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:56,781 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:57,299 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:57,769 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:58,191 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:58,628 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:59,144 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:33:59,643 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:00,081 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:00,506 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:00,991 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:01,460 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:01,460 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 14:34:01,475 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/01/00) - #0001 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/00/00) - #0002 removed because of shutdown. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 31 milliseconds. -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 14:34:01,491 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 14:34:12,456 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 14:34:12,456 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:02:53,407 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:16:26,196 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:16:26,201 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 14:34:12,456 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 14:34:12,456 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:16:26,202 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:16:26,202 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -1444,1174 +283,637 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 14:34:12,456 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 14:34:12,957 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 14:34:12,973 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 14:34:12,988 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 14:34:12,988 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 14:34:13,004 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 14:34:13,770 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 14:34:13,879 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 14:34:13,926 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 14:34:13,926 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 14:34:13,989 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 14:34:13,989 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:34:13,989 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:34:13,989 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 14:34:13,989 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:14,067 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:34:14,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 14:34:14,192 [main] [A2] [INFO] - rootPath == -2024-06-13 14:34:14,192 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 14:34:14,192 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 14:34:14,192 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 14:34:14,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 14:34:14,270 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 14:34:14,363 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 14:34:14,363 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 14:34:14,410 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:34:14,473 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:14,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:34:14,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:34:14,629 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 14:34:14,629 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 14:34:14,645 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1435158426.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 14:34:14,645 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 14:34:14,645 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 14:34:14,645 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 14:34:14,676 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@363f6148 -2024-06-13 14:34:14,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 14:34:14,738 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:34:14,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:34:14,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:34:15,019 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:15,067 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK -2024-06-13 14:34:15,191 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 14:34:15,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:34:15,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:34:15,426 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK -2024-06-13 14:34:15,488 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:15,535 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK -2024-06-13 14:34:15,598 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK -2024-06-13 14:34:15,707 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK -2024-06-13 14:34:15,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:34:15,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:34:15,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK -2024-06-13 14:34:15,989 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:16,052 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK -2024-06-13 14:34:16,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:34:16,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:34:16,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:34:16,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:34:16,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #1 tested: OK -2024-06-13 14:34:16,458 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:16,536 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK -2024-06-13 14:34:16,598 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK -2024-06-13 14:34:16,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #2 tested: OK -2024-06-13 14:34:16,801 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK -2024-06-13 14:34:16,911 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:16,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #3 tested: OK -2024-06-13 14:34:16,973 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:34:17,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:34:17,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:34:17,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:34:17,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK -2024-06-13 14:34:17,395 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:17,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #6 tested: OK -2024-06-13 14:34:17,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #7 tested: OK -2024-06-13 14:34:17,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #7 tested: OK -2024-06-13 14:34:17,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:34:17,770 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:34:17,817 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK -2024-06-13 14:34:17,880 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:17,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #9 tested: OK -2024-06-13 14:34:18,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #10 tested: OK -2024-06-13 14:34:18,114 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #10 tested: OK -2024-06-13 14:34:18,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK -2024-06-13 14:34:18,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK -2024-06-13 14:34:18,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #2 tested: OK -2024-06-13 14:34:18,380 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:18,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #2 tested: OK -2024-06-13 14:34:18,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #3 tested: OK -2024-06-13 14:34:18,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #3 tested: OK -2024-06-13 14:34:18,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK -2024-06-13 14:34:18,802 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #4 tested: OK -2024-06-13 14:34:18,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK -2024-06-13 14:34:18,896 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:18,958 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #5 tested: OK -2024-06-13 14:34:19,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #6 tested: OK -2024-06-13 14:34:19,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #6 tested: OK -2024-06-13 14:34:19,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK -2024-06-13 14:34:19,255 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #7 tested: OK -2024-06-13 14:34:19,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK -2024-06-13 14:34:19,333 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:19,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #8 tested: OK -2024-06-13 14:34:19,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #9 tested: OK -2024-06-13 14:34:19,615 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #9 tested: OK -2024-06-13 14:34:19,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK -2024-06-13 14:34:19,802 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #10 tested: OK -2024-06-13 14:34:19,802 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:19,802 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:19,802 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:19,849 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:19,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #11 tested: OK -2024-06-13 14:34:20,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #11 tested: OK -2024-06-13 14:34:20,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #12 tested: OK -2024-06-13 14:34:20,192 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #12 tested: OK -2024-06-13 14:34:20,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK -2024-06-13 14:34:20,349 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:20,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #13 tested: OK -2024-06-13 14:34:20,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #14 tested: OK -2024-06-13 14:34:20,552 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #14 tested: OK -2024-06-13 14:34:20,552 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:20,552 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:20,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #15 tested: OK -2024-06-13 14:34:20,724 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #15 tested: OK -2024-06-13 14:34:20,724 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:20,724 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:20,739 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:20,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK -2024-06-13 14:34:20,817 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:20,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #1 tested: OK -2024-06-13 14:34:20,895 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:20,973 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #2 tested: OK -2024-06-13 14:34:21,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #2 tested: OK -2024-06-13 14:34:21,161 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:21,161 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:21,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #3 tested: OK -2024-06-13 14:34:21,254 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:21,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #3 tested: OK -2024-06-13 14:34:21,333 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:21,333 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:21,333 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:21,333 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 14:34:21,333 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:21,395 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #4 tested: OK -2024-06-13 14:34:21,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #4 tested: OK -2024-06-13 14:34:21,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #5 tested: OK -2024-06-13 14:34:21,676 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:21,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #5 tested: OK -2024-06-13 14:34:21,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #6 tested: OK -2024-06-13 14:34:21,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #6 tested: OK -2024-06-13 14:34:21,865 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 14:34:21,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 14:34:21,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:21,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:21,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 14:34:21,865 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:21,865 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 14:34:21,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #7 tested: OK -2024-06-13 14:34:22,021 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #7 tested: OK -2024-06-13 14:34:22,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #8 tested: OK -2024-06-13 14:34:22,177 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:22,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #8 tested: OK -2024-06-13 14:34:22,224 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 14:34:22,224 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 14:34:22,224 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 14:34:22,224 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 14:34:22,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #9 tested: OK -2024-06-13 14:34:22,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #9 tested: OK -2024-06-13 14:34:22,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #10 tested: OK -2024-06-13 14:34:22,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #10 tested: OK -2024-06-13 14:34:22,568 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:22,568 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 14:34:22,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #11 tested: OK -2024-06-13 14:34:22,677 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:22,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #11 tested: OK -2024-06-13 14:34:22,739 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 14:34:22,817 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #12 tested: OK -2024-06-13 14:34:22,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #12 tested: OK -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 14:34:22,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 14:34:22,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 14:34:22,927 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 14:34:22,989 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #13 tested: OK -2024-06-13 14:34:23,114 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #13 tested: OK -2024-06-13 14:34:23,130 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:23,177 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #14 tested: OK -2024-06-13 14:34:23,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #14 tested: OK -2024-06-13 14:34:23,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #15 tested: OK -2024-06-13 14:34:23,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #15 tested: OK -2024-06-13 14:34:23,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #16 tested: OK -2024-06-13 14:34:23,583 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:23,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #16 tested: OK -2024-06-13 14:34:23,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #17 tested: OK -2024-06-13 14:34:23,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #17 tested: OK -2024-06-13 14:34:23,802 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #18 tested: OK -2024-06-13 14:34:23,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #18 tested: OK -2024-06-13 14:34:23,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #19 tested: OK -2024-06-13 14:34:24,067 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:24,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #19 tested: OK -2024-06-13 14:34:24,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #20 tested: OK -2024-06-13 14:34:24,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #20 tested: OK -2024-06-13 14:34:24,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #21 tested: OK -2024-06-13 14:34:24,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #21 tested: OK -2024-06-13 14:34:24,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #22 tested: OK -2024-06-13 14:34:24,583 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000059 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:24,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #22 tested: OK -2024-06-13 14:34:24,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #23 tested: OK -2024-06-13 14:34:24,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #23 tested: OK -2024-06-13 14:34:24,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:34:24,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:34:25,052 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #1 tested: OK -2024-06-13 14:34:25,099 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000062 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:25,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #1 tested: OK -2024-06-13 14:34:25,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #2 tested: OK -2024-06-13 14:34:25,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #2 tested: OK -2024-06-13 14:34:25,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:34:25,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:34:25,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:25,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 14:34:25,505 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:25,552 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #4 tested: OK -2024-06-13 14:34:25,615 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:25,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #4 tested: OK -2024-06-13 14:34:25,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:34:25,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:34:25,880 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:25,880 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:25,880 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:25,880 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:25,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:34:26,036 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:34:26,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #7 tested: OK -2024-06-13 14:34:26,115 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:26,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #7 tested: OK -2024-06-13 14:34:26,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #8 tested: OK -2024-06-13 14:34:26,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #8 tested: OK -2024-06-13 14:34:26,380 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:26,380 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:26,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #9 tested: OK -2024-06-13 14:34:26,536 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #9 tested: OK -2024-06-13 14:34:26,536 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:26,536 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:26,536 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:26,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #10 tested: OK -2024-06-13 14:34:26,614 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:26,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #10 tested: OK -2024-06-13 14:34:26,708 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:26,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #11 tested: OK -2024-06-13 14:34:26,958 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #11 tested: OK -2024-06-13 14:34:26,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:26,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:27,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #12 tested: OK -2024-06-13 14:34:27,098 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:27,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #12 tested: OK -2024-06-13 14:34:27,130 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,130 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,177 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #13 tested: OK -2024-06-13 14:34:27,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #13 tested: OK -2024-06-13 14:34:27,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #14 tested: OK -2024-06-13 14:34:27,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #14 tested: OK -2024-06-13 14:34:27,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #15 tested: OK -2024-06-13 14:34:27,579 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:27,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #15 tested: OK -2024-06-13 14:34:27,625 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 14:34:27,625 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:27,641 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:27,641 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:27,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #16 tested: OK -2024-06-13 14:34:27,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #16 tested: OK -2024-06-13 14:34:27,798 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:27,798 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:27,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #17 tested: OK -2024-06-13 14:34:27,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #17 tested: OK -2024-06-13 14:34:27,938 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:27,938 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:27,938 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:34:27,938 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:34:27,938 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:27,938 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:27,954 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:27,954 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:28,001 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #18 tested: OK -2024-06-13 14:34:28,064 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:28,126 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #18 tested: OK -2024-06-13 14:34:28,220 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #19 tested: OK -2024-06-13 14:34:28,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #19 tested: OK -2024-06-13 14:34:28,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #20 tested: OK -2024-06-13 14:34:28,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #20 tested: OK -2024-06-13 14:34:28,517 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:28,517 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:28,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #21 tested: OK -2024-06-13 14:34:28,595 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000082 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:28,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #21 tested: OK -2024-06-13 14:34:28,720 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:28,720 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:28,720 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:28,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #22 tested: OK -2024-06-13 14:34:28,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #22 tested: OK -2024-06-13 14:34:28,878 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:28,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #23 tested: OK -2024-06-13 14:34:29,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #23 tested: OK -2024-06-13 14:34:29,100 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:29,100 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:29,100 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:29,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/33/00) - Connection #24 tested: OK -2024-06-13 14:34:29,257 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #24 tested: OK -2024-06-13 14:34:29,257 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:29,257 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #25 tested: OK -2024-06-13 14:34:29,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #25 tested: OK -2024-06-13 14:34:29,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #26 tested: OK -2024-06-13 14:34:29,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:29,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #26 tested: OK -2024-06-13 14:34:29,663 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #27 tested: OK -2024-06-13 14:34:29,772 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #27 tested: OK -2024-06-13 14:34:29,772 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:34:29,788 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:29,788 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:29,788 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:29,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #28 tested: OK -2024-06-13 14:34:29,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #28 tested: OK -2024-06-13 14:34:29,944 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:29,944 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:30,022 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #29 tested: OK -2024-06-13 14:34:30,116 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #29 tested: OK -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:34:30,116 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (00/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:30,116 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:30,116 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:30,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/35/00) - Connection #30 tested: OK -2024-06-13 14:34:30,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #30 tested: OK -2024-06-13 14:34:30,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #31 tested: OK -2024-06-13 14:34:30,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #31 tested: OK -2024-06-13 14:34:30,522 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #32 tested: OK -2024-06-13 14:34:30,569 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:30,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #32 tested: OK -2024-06-13 14:34:30,616 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:30,616 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:30,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #33 tested: OK -2024-06-13 14:34:30,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/36/00) - Connection #33 tested: OK -2024-06-13 14:34:30,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:30,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:30,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:30,851 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/36/00) - Connection #34 tested: OK -2024-06-13 14:34:30,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #34 tested: OK -2024-06-13 14:34:30,944 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:30,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #35 tested: OK -2024-06-13 14:34:31,038 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:31,163 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/37/00) - Connection #35 tested: OK -2024-06-13 14:34:31,163 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:31,163 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:31,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/37/00) - Connection #36 tested: OK -2024-06-13 14:34:31,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #36 tested: OK -2024-06-13 14:34:31,350 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:31,350 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:31,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #37 tested: OK -2024-06-13 14:34:31,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #37 tested: OK -2024-06-13 14:34:31,538 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:31,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/38/00) - Connection #1 tested: OK -2024-06-13 14:34:31,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #1 tested: OK -2024-06-13 14:34:31,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #2 tested: OK -2024-06-13 14:34:31,881 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #2 tested: OK -2024-06-13 14:34:31,881 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:34:31,881 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:31,881 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 06:00],lastestTime: [2024-06-11 23:10] -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:31,881 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:31,928 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000100 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:31,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/39/00) - Connection #3 tested: OK -2024-06-13 14:34:32,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/39/00) - Connection #3 tested: OK -2024-06-13 14:34:32,069 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:32,069 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:32,116 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/39/00) - Connection #4 tested: OK -2024-06-13 14:34:32,241 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/39/00) - Connection #4 tested: OK -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:32,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:32,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/39/00) - Connection #5 tested: OK -2024-06-13 14:34:32,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/39/00) - Connection #5 tested: OK -2024-06-13 14:34:32,413 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:32,413 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:32,413 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:32,413 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:32,428 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000103 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:32,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/40/00) - Connection #6 tested: OK -2024-06-13 14:34:32,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/40/00) - Connection #6 tested: OK -2024-06-13 14:34:32,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/40/00) - Connection #7 tested: OK -2024-06-13 14:34:32,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/40/00) - Connection #7 tested: OK -2024-06-13 14:34:32,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/40/00) - Connection #8 tested: OK -2024-06-13 14:34:32,881 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000106 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:32,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/41/00) - Connection #8 tested: OK -2024-06-13 14:34:32,912 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:32,912 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:32,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/41/00) - Connection #9 tested: OK -2024-06-13 14:34:33,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/41/00) - Connection #9 tested: OK -2024-06-13 14:34:33,084 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:33,084 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:33,084 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:33,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/41/00) - Connection #10 tested: OK -2024-06-13 14:34:33,256 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/41/00) - Connection #10 tested: OK -2024-06-13 14:34:33,256 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:33,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/41/00) - Connection #11 tested: OK -2024-06-13 14:34:33,381 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000109 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:33,475 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/42/00) - Connection #11 tested: OK -2024-06-13 14:34:33,475 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:33,475 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:33,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/42/00) - Connection #12 tested: OK -2024-06-13 14:34:33,662 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/42/00) - Connection #12 tested: OK -2024-06-13 14:34:33,662 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:33,662 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:33,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/42/00) - Connection #13 tested: OK -2024-06-13 14:34:33,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #13 tested: OK -2024-06-13 14:34:33,866 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #14 tested: OK -2024-06-13 14:34:33,882 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000112 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:34,007 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/43/00) - Connection #14 tested: OK -2024-06-13 14:34:34,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/43/00) - Connection #15 tested: OK -2024-06-13 14:34:34,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/43/00) - Connection #15 tested: OK -2024-06-13 14:34:34,179 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 14:34:34,179 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,179 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:34,179 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,241 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/43/00) - Connection #16 tested: OK -2024-06-13 14:34:34,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #16 tested: OK -2024-06-13 14:34:34,366 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:34,366 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #17 tested: OK -2024-06-13 14:34:34,444 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000115 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:34,506 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/44/00) - Connection #17 tested: OK -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:34,506 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:34,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/44/00) - Connection #18 tested: OK -2024-06-13 14:34:34,663 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/44/00) - Connection #18 tested: OK -2024-06-13 14:34:34,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/44/00) - Connection #19 tested: OK -2024-06-13 14:34:34,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #19 tested: OK -2024-06-13 14:34:34,866 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #20 tested: OK -2024-06-13 14:34:34,944 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000118 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:34,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/45/00) - Connection #20 tested: OK -2024-06-13 14:34:34,991 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:34,991 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:35,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/45/00) - Connection #21 tested: OK -2024-06-13 14:34:35,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/45/00) - Connection #21 tested: OK -2024-06-13 14:34:35,147 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:35,147 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:35,147 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:35,210 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/45/00) - Connection #22 tested: OK -2024-06-13 14:34:35,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #22 tested: OK -2024-06-13 14:34:35,303 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:35,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #23 tested: OK -2024-06-13 14:34:35,459 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000121 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:35,506 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/46/00) - Connection #23 tested: OK -2024-06-13 14:34:35,506 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:35,506 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:35,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/46/00) - Connection #24 tested: OK -2024-06-13 14:34:35,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #24 tested: OK -2024-06-13 14:34:35,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:35,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:35,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #25 tested: OK -2024-06-13 14:34:35,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #25 tested: OK -2024-06-13 14:34:35,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #26 tested: OK -2024-06-13 14:34:35,975 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000124 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:36,022 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/47/00) - Connection #26 tested: OK -2024-06-13 14:34:36,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/47/00) - Connection #27 tested: OK -2024-06-13 14:34:36,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #27 tested: OK -2024-06-13 14:34:36,225 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:34:36,225 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,225 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:36,225 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #28 tested: OK -2024-06-13 14:34:36,397 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #28 tested: OK -2024-06-13 14:34:36,397 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:36,397 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #29 tested: OK -2024-06-13 14:34:36,490 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000127 (01/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:36,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/48/00) - Connection #29 tested: OK -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,584 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 14:34:36,584 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:36,647 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/48/00) - Connection #30 tested: OK -2024-06-13 14:34:36,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #30 tested: OK -2024-06-13 14:34:36,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #31 tested: OK -2024-06-13 14:34:36,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #31 tested: OK -2024-06-13 14:34:36,976 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000129 (01/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:36,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/49/00) - Connection #32 tested: OK -2024-06-13 14:34:37,101 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #32 tested: OK -2024-06-13 14:34:37,101 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 14:34:37,101 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:34:37,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #33 tested: OK -2024-06-13 14:34:37,255 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #33 tested: OK -2024-06-13 14:34:37,255 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:34:37,255 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 14:34:37,255 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:34:37,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #34 tested: OK -2024-06-13 14:34:37,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #34 tested: OK -2024-06-13 14:34:37,443 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 14:34:37,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #35 tested: OK -2024-06-13 14:34:37,505 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000133 (01/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:34:37,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #35 tested: OK -2024-06-13 14:34:37,693 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 14:34:37,693 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 14:34:37,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #36 tested: OK -2024-06-13 14:34:37,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #36 tested: OK -2024-06-13 14:34:37,849 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:34:37,849 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:37,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #37 tested: OK -2024-06-13 14:34:38,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #37 tested: OK -2024-06-13 14:34:38,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #38 tested: OK -2024-06-13 14:34:38,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #38 tested: OK -2024-06-13 14:34:38,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #39 tested: OK -2024-06-13 14:34:38,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #39 tested: OK -2024-06-13 14:34:38,349 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 14:34:38,349 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,349 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 06:00],lastestTime: [2024-06-13 23:10] -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:38,364 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 14:34:38,364 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #40 tested: OK -2024-06-13 14:34:38,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #40 tested: OK -2024-06-13 14:34:38,505 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 14:34:38,505 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #41 tested: OK -2024-06-13 14:34:38,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #41 tested: OK -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 07:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 19:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 07:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 19:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,677 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 14:34:38,724 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #42 tested: OK -2024-06-13 14:34:38,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #42 tested: OK -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}] -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-11=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}, clockInTimeList=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, {signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:38,864 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 06:00],lastestTime: [2024-06-11 23:10] -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:34:38,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:38,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #43 tested: OK -2024-06-13 14:34:39,021 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #43 tested: OK -2024-06-13 14:34:39,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #44 tested: OK -2024-06-13 14:34:39,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #44 tested: OK -2024-06-13 14:34:39,224 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:39,224 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 14:34:39,224 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:39,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #45 tested: OK -2024-06-13 14:34:39,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #45 tested: OK -2024-06-13 14:34:39,411 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 14:34:39,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 14:34:39,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:39,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:39,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 14:34:39,411 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:39,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #46 tested: OK -2024-06-13 14:34:39,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #46 tested: OK -2024-06-13 14:34:39,584 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 14:34:39,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 14:34:39,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:58,551 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 07:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=06:57:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:04:05, classSegmentType=0, clockTime={signtime=11:04:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:35, classSegmentType=0, clockTime={signtime=11:19:57, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:59, classSegmentType=0, clockTime={signtime=17:01:59, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 17:32, classSegmentType=0, clockTime={signtime=17:16:36, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 19:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=20:00:29, id=6391, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 14:34:58,552 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[]] -2024-06-13 14:34:58,553 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 14:34:58,553 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 14:34:58,558 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:58,558 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 14:34:58,558 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:58,559 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 14:34:58,560 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 14:34:58,561 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 14:34:58,561 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:58,561 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=11.0, classInfo=[{edsc=11.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=4.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=07:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:35, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:04:05, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:01:59, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=19:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=07:00-11:15|11:45-17:15|17:45-19:00, dtkssj=17:45, thdkfzs=250, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 06:57:10, j2=2024-06-11 11:19:57, j3=2024-06-11 17:16:36, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:04:05, j8=NULL, c2=2024-06-11 17:01:59, c3=2024-06-11 20:00:29, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[], rqlx=0} -2024-06-13 14:34:58,562 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:34:58,562 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 14:34:58,562 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:34:58,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/49/01) - Connection #47 tested: OK -2024-06-13 14:34:58,718 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/49/01) - Connection #47 tested: OK -2024-06-13 14:34:58,718 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=11.0,cqzt=0,fxrq='2024-06-13 14:34:58',rqlx=0,sfxx=0,bc=14,bcbdxx='07:00-11:15|11:45-17:15|17:45-19:00',xm1=NULL,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 06:57:10',j2='2024-06-11 11:19:57',j3='2024-06-11 17:16:36',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:04:05',j8=NULL,c2='2024-06-11 17:01:59',c3='2024-06-11 20:00:29',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 14:34:58,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/49/01) - Connection #48 tested: OK -2024-06-13 14:34:58,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (02/49/01) - Connection #49 tested: OK -2024-06-13 14:34:58,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:34:58,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:34:58,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 14:34:58,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 14:34:58,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 14:34:58,984 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/49/01) - Connection #49 tested: OK -2024-06-13 14:34:59,046 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 14:34:59,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/49/01) - Connection #48 tested: OK -2024-06-13 14:34:59,156 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/49/01) - Connection #50 tested: OK -2024-06-13 14:34:59,265 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/49/01) - Connection #50 tested: OK -2024-06-13 14:34:59,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/49/01) - Connection #1 tested: OK -2024-06-13 14:35:00,032 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #1 - autoCommit reset back to true -2024-06-13 14:35:00,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/49/01) - Connection #1 tested: OK -2024-06-13 14:35:00,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 14:35:00,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:35:00,172 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/49/01) - Connection #2 tested: OK -2024-06-13 14:35:00,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/49/01) - Connection #2 tested: OK -2024-06-13 14:35:00,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/49/01) - Connection #3 tested: OK -2024-06-13 14:35:00,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/49/01) - Connection #3 tested: OK -2024-06-13 14:35:00,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/49/01) - Connection #4 tested: OK -2024-06-13 14:35:00,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/49/01) - Connection #4 tested: OK -2024-06-13 14:35:00,629 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 14:35:00,695 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/49/01) - Connection #5 tested: OK -2024-06-13 14:35:00,804 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/49/01) - Connection #5 tested: OK -2024-06-13 14:35:00,804 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:35:00,804 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:35:00,804 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:35:00,804 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 14:35:00,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/49/01) - Connection #6 tested: OK -2024-06-13 14:35:01,055 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/49/01) - Connection #6 tested: OK -2024-06-13 14:35:01,071 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:35:01,071 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 14:35:01,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/49/01) - Connection #7 tested: OK -2024-06-13 14:35:01,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #7 tested: OK -2024-06-13 14:35:01,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #8 tested: OK -2024-06-13 14:35:01,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #8 tested: OK -2024-06-13 14:35:01,399 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:35:01,399 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:35:01,399 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 14:35:01,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #9 tested: OK -2024-06-13 14:35:01,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #9 tested: OK -2024-06-13 14:35:01,574 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:35:01,574 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 14:35:01,574 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:35:01,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #10 tested: OK -2024-06-13 14:35:01,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #10 tested: OK -2024-06-13 14:35:01,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #11 tested: OK -2024-06-13 14:35:01,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #11 tested: OK -2024-06-13 14:35:01,934 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 14:35:02,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #12 tested: OK -2024-06-13 14:35:02,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #12 tested: OK -2024-06-13 14:35:02,137 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 14:35:02,137 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 14:35:02,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #13 tested: OK -2024-06-13 14:35:02,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #13 tested: OK -2024-06-13 14:35:02,293 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:35:02,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #14 tested: OK -2024-06-13 14:35:02,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #14 tested: OK -2024-06-13 14:35:02,465 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 14:35:02,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #15 tested: OK -2024-06-13 14:35:02,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #15 tested: OK -2024-06-13 14:35:02,715 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 14:35:02,715 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 14:35:02,715 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:35:02,715 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:35:02,785 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #16 tested: OK -2024-06-13 14:35:02,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/50/00) - Connection #16 tested: OK -2024-06-13 14:35:02,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/50/00) - Connection #17 tested: OK -2024-06-13 14:35:03,035 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/50/00) - Connection #17 tested: OK -2024-06-13 14:35:03,035 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 14:35:03,035 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 14:35:03,035 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 14:35:03,035 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 14:35:03,097 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/50/00) - Connection #18 tested: OK -2024-06-13 14:35:03,207 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/50/00) - Connection #18 tested: OK -2024-06-13 14:35:03,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/50/00) - Connection #19 tested: OK -2024-06-13 14:35:03,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #19 tested: OK -2024-06-13 14:35:03,425 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #20 tested: OK -2024-06-13 14:35:03,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/50/00) - Connection #20 tested: OK -2024-06-13 14:35:03,582 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/50/00) - Connection #21 tested: OK -2024-06-13 14:35:03,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #21 tested: OK -2024-06-13 14:35:03,722 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 14:35:03,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #22 tested: OK -2024-06-13 14:35:03,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/50/00) - Connection #22 tested: OK -2024-06-13 14:35:03,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/50/00) - Connection #23 tested: OK -2024-06-13 14:35:04,035 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/50/00) - Connection #23 tested: OK -2024-06-13 14:35:04,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/50/00) - Connection #24 tested: OK -2024-06-13 14:35:04,195 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/50/00) - Connection #24 tested: OK -2024-06-13 14:35:04,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/50/00) - Connection #25 tested: OK -2024-06-13 14:35:04,351 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/50/00) - Connection #25 tested: OK -2024-06-13 14:35:04,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/50/00) - Connection #26 tested: OK -2024-06-13 14:35:04,585 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/50/00) - Connection #26 tested: OK -2024-06-13 14:35:04,601 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 14:35:04,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/50/00) - Connection #27 tested: OK -2024-06-13 14:35:04,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/50/00) - Connection #27 tested: OK -2024-06-13 14:35:04,810 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 14:35:04,810 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 14:35:04,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 14:35:04,841 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 14:35:04,888 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 14:35:04,935 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 14:35:04,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/01/00) - #0002 removed because of shutdown. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/00/00) - #0001 removed because of shutdown. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 141 milliseconds. -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 14:35:04,966 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 14:50:46,787 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 14:50:46,790 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:16:26,204 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:16:26,821 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:16:26,821 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:16:26,822 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:16:26,822 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:16:26,822 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:16:26,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:16:26,824 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:16:26,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:16:26,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:16:26,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:16:26,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:16:26,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:16:26,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:16:26,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:16:26,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:16:26,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:16:26,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:16:26,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:16:26,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:16:26,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:16:26,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:16:26,848 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:16:26,851 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:16:26,852 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:16:27,568 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:16:27,639 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:16:27,694 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:16:27,694 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:16:27,730 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:16:27,731 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:16:27,731 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:16:27,733 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:27,733 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:16:27,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:16:27,852 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:16:27,852 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:16:27,852 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:16:27,853 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:16:27,853 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:16:27,853 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:16:27,853 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:16:27,853 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:16:27,925 [main] [A2] [INFO] - rootPath == +2024-06-18 18:16:27,926 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:16:27,926 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:16:27,927 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:16:27,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:16:27,985 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:16:27,985 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:16:27,986 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:16:27,986 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:16:27,986 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:16:27,986 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:16:27,986 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:16:28,063 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:16:28,064 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:16:28,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:16:28,110 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:28,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:16:28,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:16:28,330 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:16:28,330 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:16:28,330 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1020775327.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar +2024-06-18 18:16:28,331 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:16:28,331 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:16:28,331 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:16:28,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:16:28,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:16:28,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:16:28,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:16:28,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:16:28,380 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:16:28,382 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:16:28,383 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:16:28,383 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:16:28,383 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:16:28,384 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:16:28,385 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@3e84448c +2024-06-18 18:16:28,386 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:16:28,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:16:28,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:16:28,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:16:28,565 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:28,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:16:28,724 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:16:28,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:16:28,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:16:28,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #2 tested: OK +2024-06-18 18:16:28,986 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:28,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:16:29,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:16:29,124 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:16:29,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:16:29,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:16:29,289 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:16:29,360 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:29,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:16:29,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:16:29,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:16:29,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:16:29,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:16:29,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:16:29,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:16:29,764 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:29,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:16:29,876 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:16:29,922 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:16:30,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:16:30,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:16:30,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:16:30,199 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:30,210 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:16:30,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:16:30,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:16:30,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:16:30,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK +2024-06-18 18:16:30,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/08/00) - Connection #7 tested: OK +2024-06-18 18:16:30,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/08/00) - Connection #8 tested: OK +2024-06-18 18:16:30,594 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:30,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:16:30,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:16:30,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:16:30,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #2 tested: OK +2024-06-18 18:16:30,949 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:30,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK +2024-06-18 18:16:31,041 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:16:31,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:16:31,171 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK +2024-06-18 18:16:31,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #3 tested: OK +2024-06-18 18:16:31,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #4 tested: OK +2024-06-18 18:16:31,310 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:31,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:16:31,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:16:31,521 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:16:31,556 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK +2024-06-18 18:16:31,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #6 tested: OK +2024-06-18 18:16:31,690 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #7 tested: OK +2024-06-18 18:16:31,729 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:31,785 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:16:31,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:16:31,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:16:31,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK +2024-06-18 18:16:32,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #9 tested: OK +2024-06-18 18:16:32,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #10 tested: OK +2024-06-18 18:16:32,114 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:32,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK +2024-06-18 18:16:32,241 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:16:32,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:16:32,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK +2024-06-18 18:16:32,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #12 tested: OK +2024-06-18 18:16:32,451 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:32,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:16:32,453 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:32,480 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (00/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:32,529 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:16:32,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:16:32,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK +2024-06-18 18:16:32,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #14 tested: OK +2024-06-18 18:16:32,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #2 tested: OK +2024-06-18 18:16:32,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #2 tested: OK +2024-06-18 18:16:32,887 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (00/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:32,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #1 tested: OK +2024-06-18 18:16:33,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK +2024-06-18 18:16:33,076 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #3 tested: OK +2024-06-18 18:16:33,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #3 tested: OK +2024-06-18 18:16:33,155 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:16:33,155 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:16:33,155 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:16:33,200 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #4 tested: OK +2024-06-18 18:16:33,280 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:33,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #4 tested: OK +2024-06-18 18:16:33,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #5 tested: OK +2024-06-18 18:16:33,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #5 tested: OK +2024-06-18 18:16:33,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #6 tested: OK +2024-06-18 18:16:33,601 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #6 tested: OK +2024-06-18 18:16:33,601 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:16:33,601 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:33,602 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:33,602 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:16:33,602 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:33,635 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #7 tested: OK +2024-06-18 18:16:33,647 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:33,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #7 tested: OK +2024-06-18 18:16:33,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #8 tested: OK +2024-06-18 18:16:33,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #8 tested: OK +2024-06-18 18:16:33,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #9 tested: OK +2024-06-18 18:16:33,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #9 tested: OK +2024-06-18 18:16:33,954 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:16:33,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:16:33,954 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:33,955 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:33,955 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:16:33,955 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:33,956 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:16:33,959 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000044 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:33,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #10 tested: OK +2024-06-18 18:16:34,109 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #10 tested: OK +2024-06-18 18:16:34,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #11 tested: OK +2024-06-18 18:16:34,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #11 tested: OK +2024-06-18 18:16:34,225 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:16:34,225 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:16:34,225 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:16:34,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #12 tested: OK +2024-06-18 18:16:34,330 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:34,365 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #12 tested: OK +2024-06-18 18:16:34,365 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:16:34,366 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:16:34,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #13 tested: OK +2024-06-18 18:16:34,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #13 tested: OK +2024-06-18 18:16:34,489 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:16:34,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #14 tested: OK +2024-06-18 18:16:34,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #14 tested: OK +2024-06-18 18:16:34,608 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:16:34,608 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:16:34,608 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:34,608 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:16:34,650 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #15 tested: OK +2024-06-18 18:16:34,687 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:34,751 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #15 tested: OK +2024-06-18 18:16:34,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #16 tested: OK +2024-06-18 18:16:34,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #16 tested: OK +2024-06-18 18:16:34,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #17 tested: OK +2024-06-18 18:16:35,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #17 tested: OK +2024-06-18 18:16:35,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #18 tested: OK +2024-06-18 18:16:35,098 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:35,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #18 tested: OK +2024-06-18 18:16:35,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #19 tested: OK +2024-06-18 18:16:35,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #19 tested: OK +2024-06-18 18:16:35,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #20 tested: OK +2024-06-18 18:16:35,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #20 tested: OK +2024-06-18 18:16:35,390 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #21 tested: OK +2024-06-18 18:16:35,447 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:35,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #21 tested: OK +2024-06-18 18:16:35,506 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #22 tested: OK +2024-06-18 18:16:35,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #22 tested: OK +2024-06-18 18:16:35,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #2 tested: OK +2024-06-18 18:16:35,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #2 tested: OK +2024-06-18 18:16:35,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #1 tested: OK +2024-06-18 18:16:35,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #1 tested: OK +2024-06-18 18:16:35,840 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000059 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:35,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #3 tested: OK +2024-06-18 18:16:35,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #3 tested: OK +2024-06-18 18:16:35,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #4 tested: OK +2024-06-18 18:16:36,045 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #4 tested: OK +2024-06-18 18:16:36,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #5 tested: OK +2024-06-18 18:16:36,160 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #5 tested: OK +2024-06-18 18:16:36,195 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #6 tested: OK +2024-06-18 18:16:36,237 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:36,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #6 tested: OK +2024-06-18 18:16:36,312 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #7 tested: OK +2024-06-18 18:16:36,390 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #7 tested: OK +2024-06-18 18:16:36,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:36,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:16:36,390 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:36,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #8 tested: OK +2024-06-18 18:16:36,529 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #8 tested: OK +2024-06-18 18:16:36,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #9 tested: OK +2024-06-18 18:16:36,644 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/24/00) - Connection #9 tested: OK +2024-06-18 18:16:36,669 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:36,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #10 tested: OK +2024-06-18 18:16:36,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #10 tested: OK +2024-06-18 18:16:36,771 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={=[{edsc=0, bdlx=7, jsdk=1, tqdkfzs=120, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, bcxx=0, bcsdxx=, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=null, jbzzhlfzs=5}], 2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:16:36,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:16:36,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:36,771 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:16:36,771 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:16:36,771 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:16:36,772 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:36,772 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:16:36,772 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:36,773 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:16:36,774 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:16:36,774 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:36,811 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #11 tested: OK +2024-06-18 18:16:36,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #11 tested: OK +2024-06-18 18:16:36,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #12 tested: OK +2024-06-18 18:16:37,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #12 tested: OK +2024-06-18 18:16:37,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:16:37,012 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #13 tested: OK +2024-06-18 18:16:37,070 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:37,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #13 tested: OK +2024-06-18 18:16:37,131 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:16:37,131 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:16:37,131 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,132 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,132 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:16:37,132 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #14 tested: OK +2024-06-18 18:16:37,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #14 tested: OK +2024-06-18 18:16:37,259 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:16:37,259 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:16:37,259 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,260 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,261 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:16:37,261 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,261 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:16:37,262 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}]] +2024-06-18 18:16:37,262 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}]] +2024-06-18 18:16:37,265 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:16:37,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:16:37,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:16:37,267 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,267 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:16:37,267 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:16:37,267 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,269 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:16:37,269 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:16:37,270 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[]] +2024-06-18 18:16:37,270 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:16:37,270 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:16:37,271 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,272 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:16:37,272 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,272 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:16:37,273 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:16:37,273 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,273 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=8.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 18:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[], rqlx=0} +2024-06-18 18:16:37,275 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:37,275 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:16:37,275 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:16:37,310 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #15 tested: OK +2024-06-18 18:16:37,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/26/00) - Connection #15 tested: OK +2024-06-18 18:16:37,401 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-18 18:16:37',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=NULL,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 18:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 18:16:37,439 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:37,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #16 tested: OK +2024-06-18 18:16:37,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (02/27/00) - Connection #17 tested: OK +2024-06-18 18:16:37,508 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:16:37,508 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:16:37,508 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:16:37,508 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:16:37,509 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:16:37,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/27/00) - Connection #17 tested: OK +2024-06-18 18:16:37,668 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:16:37,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/27/00) - Connection #16 tested: OK +2024-06-18 18:16:37,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/27/00) - Connection #18 tested: OK +2024-06-18 18:16:37,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/27/00) - Connection #18 tested: OK +2024-06-18 18:16:37,849 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:37,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/28/00) - Connection #19 tested: OK +2024-06-18 18:16:38,195 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:38,374 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #19 - autoCommit reset back to true +2024-06-18 18:16:38,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #19 tested: OK +2024-06-18 18:16:38,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 18:16:38,411 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:16:38,451 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #20 tested: OK +2024-06-18 18:16:38,526 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/29/00) - Connection #20 tested: OK +2024-06-18 18:16:38,548 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:38,571 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #21 tested: OK +2024-06-18 18:16:38,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #21 tested: OK +2024-06-18 18:16:38,687 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #22 tested: OK +2024-06-18 18:16:38,766 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #22 tested: OK +2024-06-18 18:16:38,767 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 18:16:38,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #23 tested: OK +2024-06-18 18:16:38,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/30/00) - Connection #23 tested: OK +2024-06-18 18:16:38,911 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:16:38,911 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:16:38,911 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:16:38,911 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 18:16:38,916 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:38,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #24 tested: OK +2024-06-18 18:16:39,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #24 tested: OK +2024-06-18 18:16:39,096 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:16:39,096 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 18:16:39,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #25 tested: OK +2024-06-18 18:16:39,255 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #25 tested: OK +2024-06-18 18:16:39,292 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #26 tested: OK +2024-06-18 18:16:39,324 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:39,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #26 tested: OK +2024-06-18 18:16:39,375 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:16:39,376 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:16:39,376 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:16:39,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #27 tested: OK +2024-06-18 18:16:39,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #27 tested: OK +2024-06-18 18:16:39,519 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:16:39,519 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:16:39,520 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:16:39,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #28 tested: OK +2024-06-18 18:16:39,645 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #28 tested: OK +2024-06-18 18:16:39,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #29 tested: OK +2024-06-18 18:16:39,760 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #29 tested: OK +2024-06-18 18:16:39,760 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:39,760 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 18:16:39,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #30 tested: OK +2024-06-18 18:16:39,876 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #30 tested: OK +2024-06-18 18:16:39,876 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 18:16:39,876 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:16:39,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #31 tested: OK +2024-06-18 18:16:40,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #31 tested: OK +2024-06-18 18:16:40,010 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:16:40,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #32 tested: OK +2024-06-18 18:16:40,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/33/00) - Connection #32 tested: OK +2024-06-18 18:16:40,135 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 18:16:40,180 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/33/00) - Connection #33 tested: OK +2024-06-18 18:16:40,209 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:40,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #33 tested: OK +2024-06-18 18:16:40,286 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:16:40,286 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:16:40,287 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:16:40,287 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:16:40,330 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #34 tested: OK +2024-06-18 18:16:40,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/34/00) - Connection #34 tested: OK +2024-06-18 18:16:40,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/34/00) - Connection #2 tested: OK +2024-06-18 18:16:40,567 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/34/00) - Connection #2 tested: OK +2024-06-18 18:16:40,567 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:16:40,567 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:16:40,567 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:16:40,567 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:16:40,601 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:40,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #1 tested: OK +2024-06-18 18:16:40,695 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #1 tested: OK +2024-06-18 18:16:40,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #3 tested: OK +2024-06-18 18:16:40,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/00) - Connection #3 tested: OK +2024-06-18 18:16:40,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/00) - Connection #4 tested: OK +2024-06-18 18:16:40,939 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:40,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #4 tested: OK +2024-06-18 18:16:41,002 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #5 tested: OK +2024-06-18 18:16:41,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #5 tested: OK +2024-06-18 18:16:41,092 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 18:16:41,124 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #6 tested: OK +2024-06-18 18:16:41,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/36/00) - Connection #6 tested: OK +2024-06-18 18:16:41,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/36/00) - Connection #7 tested: OK +2024-06-18 18:16:41,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/36/00) - Connection #7 tested: OK +2024-06-18 18:16:41,391 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:41,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #8 tested: OK +2024-06-18 18:16:41,494 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/00) - Connection #8 tested: OK +2024-06-18 18:16:41,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/00) - Connection #9 tested: OK +2024-06-18 18:16:41,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/37/00) - Connection #9 tested: OK +2024-06-18 18:16:41,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/37/00) - Connection #10 tested: OK +2024-06-18 18:16:41,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/37/00) - Connection #10 tested: OK +2024-06-18 18:16:41,765 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 0 +2024-06-18 18:16:41,765 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 18:16:41,765 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 18:16:41,766 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 +2024-06-18 18:16:41,790 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:41,801 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #11 tested: OK +2024-06-18 18:16:41,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/38/00) - Connection #11 tested: OK +2024-06-18 18:16:41,884 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 18:16:41,887 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:16:42,129 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:42,527 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:42,906 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:43,325 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:43,710 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:44,124 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:44,491 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:44,854 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:45,234 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:45,640 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:45,980 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:46,400 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:16:46,400 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-18 18:16:46,408 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/49/00) - #0050 removed because of shutdown. +2024-06-18 18:16:46,408 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-18 18:16:46,408 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/48/00) - #0049 removed because of shutdown. +2024-06-18 18:16:46,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-18 18:16:46,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/47/00) - #0048 removed because of shutdown. +2024-06-18 18:16:46,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-18 18:16:46,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/46/00) - #0047 removed because of shutdown. +2024-06-18 18:16:46,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-18 18:16:46,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/45/00) - #0046 removed because of shutdown. +2024-06-18 18:16:46,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-18 18:16:46,411 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/44/00) - #0045 removed because of shutdown. +2024-06-18 18:16:46,411 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-18 18:16:46,412 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/43/00) - #0044 removed because of shutdown. +2024-06-18 18:16:46,412 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-18 18:16:46,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/42/00) - #0043 removed because of shutdown. +2024-06-18 18:16:46,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-18 18:16:46,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/41/00) - #0042 removed because of shutdown. +2024-06-18 18:16:46,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-18 18:16:46,414 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/40/00) - #0041 removed because of shutdown. +2024-06-18 18:16:46,414 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/39/00) - #0040 removed because of shutdown. +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/38/00) - #0039 removed because of shutdown. +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/37/00) - #0038 removed because of shutdown. +2024-06-18 18:16:46,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/36/00) - #0037 removed because of shutdown. +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/35/00) - #0036 removed because of shutdown. +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/34/00) - #0035 removed because of shutdown. +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-18 18:16:46,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/33/00) - #0034 removed because of shutdown. +2024-06-18 18:16:46,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-18 18:16:46,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/32/00) - #0033 removed because of shutdown. +2024-06-18 18:16:46,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-18 18:16:46,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/31/00) - #0032 removed because of shutdown. +2024-06-18 18:16:46,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/30/00) - #0031 removed because of shutdown. +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/29/00) - #0030 removed because of shutdown. +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/28/00) - #0029 removed because of shutdown. +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-18 18:16:46,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/27/00) - #0028 removed because of shutdown. +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/26/00) - #0027 removed because of shutdown. +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/25/00) - #0026 removed because of shutdown. +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/24/00) - #0025 removed because of shutdown. +2024-06-18 18:16:46,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/23/00) - #0024 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/22/00) - #0023 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/21/00) - #0022 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/20/00) - #0021 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/19/00) - #0020 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/18/00) - #0019 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/17/00) - #0018 removed because of shutdown. +2024-06-18 18:16:46,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/16/00) - #0017 removed because of shutdown. +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/15/00) - #0016 removed because of shutdown. +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/14/00) - #0015 removed because of shutdown. +2024-06-18 18:16:46,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/13/00) - #0014 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/12/00) - #0013 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/11/00) - #0012 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/10/00) - #0011 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/09/00) - #0010 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/08/00) - #0009 removed because of shutdown. +2024-06-18 18:16:46,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/07/00) - #0008 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/06/00) - #0007 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/05/00) - #0006 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/04/00) - #0005 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/03/00) - #0004 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/02/00) - #0003 removed because of shutdown. +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-18 18:16:46,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/01/00) - #0001 removed because of shutdown. +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/00/00) - #0002 removed because of shutdown. +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 24 milliseconds. +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-18 18:16:46,424 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-18 18:21:23,803 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:21:23,809 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 14:50:46,791 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 14:50:46,791 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:21:23,809 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:21:23,810 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -2748,358 +1050,327 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 14:50:46,792 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 14:50:47,282 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:50:47,283 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 14:50:47,283 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 14:50:47,283 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 14:50:47,284 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 14:50:47,286 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 14:50:47,287 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 14:50:47,288 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 14:50:47,289 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 14:50:47,290 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:50:47,291 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 14:50:47,292 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 14:50:47,292 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 14:50:47,292 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 14:50:47,292 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 14:50:47,292 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 14:50:47,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 14:50:47,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 14:50:47,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 14:50:47,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:50:47,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 14:50:47,294 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 14:50:47,294 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 14:50:47,310 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 14:50:47,313 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 14:50:47,314 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 14:50:48,089 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 14:50:48,195 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 14:50:48,249 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 14:50:48,249 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 14:50:48,290 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 14:50:48,291 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:50:48,291 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:50:48,293 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 14:50:48,293 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:48,374 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 14:50:48,419 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 14:50:48,419 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 14:50:48,419 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 14:50:48,419 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:50:48,419 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 14:50:48,420 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 14:50:48,420 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:50:48,420 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 14:50:48,492 [main] [A2] [INFO] - rootPath == -2024-06-13 14:50:48,492 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 14:50:48,493 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 14:50:48,494 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 14:50:48,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:50:48,545 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 14:50:48,545 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 14:50:48,545 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 14:50:48,546 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 14:50:48,546 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 14:50:48,546 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 14:50:48,546 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 14:50:48,650 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 14:50:48,651 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 14:50:48,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 14:50:48,715 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:48,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:50:48,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 14:50:48,918 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 14:50:48,918 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 14:50:48,918 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1902043892.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 14:50:48,918 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 14:50:48,919 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 14:50:48,919 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 14:50:48,959 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 14:50:48,960 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 14:50:48,960 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 14:50:48,960 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 14:50:48,964 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 14:50:48,966 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 14:50:48,967 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 14:50:48,967 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 14:50:48,968 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 14:50:48,968 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 14:50:48,969 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@3a1d593e -2024-06-13 14:50:48,970 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 14:50:49,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:50:49,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK -2024-06-13 14:50:49,174 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:49,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK -2024-06-13 14:50:49,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK -2024-06-13 14:50:49,420 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 14:50:49,474 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:50:49,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK -2024-06-13 14:50:49,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #2 tested: OK -2024-06-13 14:50:49,664 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:49,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK -2024-06-13 14:50:49,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK -2024-06-13 14:50:49,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK -2024-06-13 14:50:49,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:50:50,046 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK -2024-06-13 14:50:50,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK -2024-06-13 14:50:50,129 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:50,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK -2024-06-13 14:50:50,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:50:50,396 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK -2024-06-13 14:50:50,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:50:50,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK -2024-06-13 14:50:50,608 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:50,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #2 tested: OK -2024-06-13 14:50:50,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK -2024-06-13 14:50:50,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK -2024-06-13 14:50:50,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK -2024-06-13 14:50:50,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK -2024-06-13 14:50:51,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK -2024-06-13 14:50:51,035 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:51,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:50:51,141 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #4 tested: OK -2024-06-13 14:50:51,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:50:51,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK -2024-06-13 14:50:51,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK -2024-06-13 14:50:51,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #6 tested: OK -2024-06-13 14:50:51,501 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK -2024-06-13 14:50:51,560 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:51,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #7 tested: OK -2024-06-13 14:50:51,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:50:51,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK -2024-06-13 14:50:51,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK -2024-06-13 14:50:51,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #9 tested: OK -2024-06-13 14:50:51,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #2 tested: OK -2024-06-13 14:50:51,993 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:52,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK -2024-06-13 14:50:52,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK -2024-06-13 14:50:52,248 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK -2024-06-13 14:50:52,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK -2024-06-13 14:50:52,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #3 tested: OK -2024-06-13 14:50:52,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #4 tested: OK -2024-06-13 14:50:52,493 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:52,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK -2024-06-13 14:50:52,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK -2024-06-13 14:50:52,713 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK -2024-06-13 14:50:52,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK -2024-06-13 14:50:52,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #6 tested: OK -2024-06-13 14:50:52,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #7 tested: OK -2024-06-13 14:50:53,009 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:53,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK -2024-06-13 14:50:53,095 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK -2024-06-13 14:50:53,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK -2024-06-13 14:50:53,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK -2024-06-13 14:50:53,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #9 tested: OK -2024-06-13 14:50:53,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #10 tested: OK -2024-06-13 14:50:53,449 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:53,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK -2024-06-13 14:50:53,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK -2024-06-13 14:50:53,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #11 tested: OK -2024-06-13 14:50:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:50:53,695 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 14:50:53,696 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:50:53,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK -2024-06-13 14:50:53,889 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:53,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #12 tested: OK -2024-06-13 14:50:53,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK -2024-06-13 14:50:54,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK -2024-06-13 14:50:54,116 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK -2024-06-13 14:50:54,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #14 tested: OK -2024-06-13 14:50:54,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #2 tested: OK -2024-06-13 14:50:54,345 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:54,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #2 tested: OK -2024-06-13 14:50:54,411 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [13,2] -2024-06-13 14:50:54,414 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 14:50:54,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #1 tested: OK -2024-06-13 14:50:54,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK -2024-06-13 14:50:54,581 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 14:50:54,581 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 81 -2024-06-13 14:50:54,582 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 14:50:54,635 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #3 tested: OK -2024-06-13 14:50:54,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #3 tested: OK -2024-06-13 14:50:54,716 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [2] -2024-06-13 14:50:54,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #4 tested: OK -2024-06-13 14:50:54,888 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:54,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #4 tested: OK -2024-06-13 14:50:54,917 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2, 3, 4] -2024-06-13 14:50:54,917 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2,3,4) -2024-06-13 14:50:54,969 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #5 tested: OK -2024-06-13 14:50:55,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #5 tested: OK -2024-06-13 14:50:55,106 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 14:50:55,106 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:50:55,107 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:50:55,107 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 14:50:55,107 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:50:55,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #6 tested: OK -2024-06-13 14:50:55,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #6 tested: OK -2024-06-13 14:50:55,331 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #7 tested: OK -2024-06-13 14:50:55,398 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:50:55,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #7 tested: OK -2024-06-13 14:50:55,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #8 tested: OK -2024-06-13 14:50:55,632 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #8 tested: OK -2024-06-13 14:50:55,632 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 14:50:55,633 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 14:50:55,633 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:50:59,681 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (00/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:01,689 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:01,690 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 14:51:01,691 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:51:01,692 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 81] -2024-06-13 14:51:01,757 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #9 tested: OK -2024-06-13 14:51:01,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #9 tested: OK -2024-06-13 14:51:01,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #10 tested: OK -2024-06-13 14:51:01,989 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:02,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #10 tested: OK -2024-06-13 14:51:02,030 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 14:51:02,031 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 81 -2024-06-13 14:51:02,032 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] -2024-06-13 14:51:02,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #11 tested: OK -2024-06-13 14:51:02,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #11 tested: OK -2024-06-13 14:51:02,199 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [13,2] -2024-06-13 14:51:02,200 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 -2024-06-13 14:51:02,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #12 tested: OK -2024-06-13 14:51:02,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #12 tested: OK -2024-06-13 14:51:02,399 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 14:51:02,432 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:02,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/20/00) - Connection #13 tested: OK -2024-06-13 14:51:02,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #13 tested: OK -2024-06-13 14:51:02,560 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 10 -2024-06-13 14:51:02,561 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 14:51:02,562 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:02,562 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,563 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,563 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,564 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,565 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,566 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,566 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,567 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,567 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,568 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 14:51:02,571 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=398a3b51-7f60-490e-9a33-f774f0455a9c, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=2, szjg=, sfdkpp=0, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=, id=101061, glpbid=, pbtj=0, key=101061, form_biz_id=, pbdxbm=2-产品研发部, pbgl=10, sfxx=1, keyid=101061, modedatacreater=1, bcrq=2024-06-09, lastname=, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=01:00:00, modedatamodifydatetime=, pbsj=01:00, rqlx=2, pbdxry=}, {modeuuid=dc3ef4dd-b2aa-413e-a95c-8b9414aa04ca, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=2, szjg=, sfdkpp=0, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=, id=101062, glpbid=, pbtj=0, key=101062, form_biz_id=, pbdxbm=2-产品研发部, pbgl=10, sfxx=1, keyid=101062, modedatacreater=1, bcrq=2024-06-10, lastname=, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=01:00:00, modedatamodifydatetime=, pbsj=01:00, rqlx=1, pbdxry=}, {modeuuid=de3a1812-e400-4328-9941-d59588d62e01, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=2, szjg=, sfdkpp=0, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=, id=101063, glpbid=, pbtj=0, key=101063, form_biz_id=, pbdxbm=2-产品研发部, pbgl=10, sfxx=0, keyid=101063, modedatacreater=1, bcrq=2024-06-11, lastname=, bcxx=7-办公室刷卡加班班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=01:00:00, modedatamodifydatetime=, pbsj=01:00, rqlx=0, pbdxry=}, {modeuuid=311382a9-5ab8-48d1-a3a8-23e03197d9a8, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=2, szjg=, sfdkpp=0, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=, id=101064, glpbid=, pbtj=0, key=101064, form_biz_id=, pbdxbm=2-产品研发部, pbgl=10, sfxx=0, keyid=101064, modedatacreater=1, bcrq=2024-06-12, lastname=, bcxx=7-办公室刷卡加班班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=01:00:00, modedatamodifydatetime=, pbsj=01:00, rqlx=0, pbdxry=}, {modeuuid=fcefed71-fa37-45b2-a6f5-611be26b53be, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=2, szjg=, sfdkpp=0, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=, id=101065, glpbid=, pbtj=0, key=101065, form_biz_id=, pbdxbm=2-产品研发部, pbgl=10, sfxx=0, keyid=101065, modedatacreater=1, bcrq=2024-06-13, lastname=, bcxx=7-办公室刷卡加班班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=01:00:00, modedatamodifydatetime=, pbsj=01:00, rqlx=0, pbdxry=}, {modeuuid=68db1e95-fe55-4f68-95e8-a64b4413276f, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=97892, glpbid=, pbtj=1, key=97892, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=97892, modedatacreater=1, bcrq=2024-06-09, lastname=程亮, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=81-程亮}, {modeuuid=315aecdf-2c08-4039-91a5-a6252b3ca411, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=97893, glpbid=, pbtj=1, key=97893, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=97893, modedatacreater=1, bcrq=2024-06-10, lastname=程亮, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=81-程亮}, {modeuuid=e8aa9ccb-44f5-4e5a-aa79-29ad76727948, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=97894, glpbid=, pbtj=1, key=97894, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=97894, modedatacreater=1, bcrq=2024-06-11, lastname=程亮, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=81-程亮}, {modeuuid=7e82bcc0-2ad2-4f69-896b-1f572b035b2b, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=97895, glpbid=, pbtj=1, key=97895, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=97895, modedatacreater=1, bcrq=2024-06-12, lastname=程亮, bcxx=11-办公室班_夏, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=81-程亮}, {modeuuid=32725017-0135-4c84-ba65-ba2f219bec03, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=97896, glpbid=, pbtj=1, key=97896, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=97896, modedatacreater=1, bcrq=2024-06-13, lastname=程亮, bcxx=11-办公室班_夏, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=81-程亮}] -2024-06-13 14:51:02,576 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 14:51:02,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #14 tested: OK -2024-06-13 14:51:02,727 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #14 tested: OK -2024-06-13 14:51:02,785 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #15 tested: OK -2024-06-13 14:51:02,897 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:02,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #15 tested: OK -2024-06-13 14:51:02,968 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #16 tested: OK -2024-06-13 14:51:03,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #16 tested: OK -2024-06-13 14:51:03,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #17 tested: OK -2024-06-13 14:51:03,255 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #17 tested: OK -2024-06-13 14:51:03,310 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #18 tested: OK -2024-06-13 14:51:03,332 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:03,425 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #18 tested: OK -2024-06-13 14:51:03,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #19 tested: OK -2024-06-13 14:51:03,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #19 tested: OK -2024-06-13 14:51:03,660 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #20 tested: OK -2024-06-13 14:51:03,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #20 tested: OK -2024-06-13 14:51:03,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #21 tested: OK -2024-06-13 14:51:03,837 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:03,952 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #21 tested: OK -2024-06-13 14:51:04,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #22 tested: OK -2024-06-13 14:51:04,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #22 tested: OK -2024-06-13 14:51:04,180 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #23 tested: OK -2024-06-13 14:51:04,279 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:04,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/24/00) - Connection #23 tested: OK -2024-06-13 14:51:04,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:51:04,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #24 tested: OK -2024-06-13 14:51:04,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #2 tested: OK -2024-06-13 14:51:04,676 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #2 tested: OK -2024-06-13 14:51:04,735 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #1 tested: OK -2024-06-13 14:51:04,780 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:04,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/25/00) - Connection #1 tested: OK -2024-06-13 14:51:04,891 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:51:05,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #3 tested: OK -2024-06-13 14:51:05,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #4 tested: OK -2024-06-13 14:51:05,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #4 tested: OK -2024-06-13 14:51:05,190 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:05,191 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 14:51:05,191 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:51:05,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #5 tested: OK -2024-06-13 14:51:05,300 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:05,373 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/26/00) - Connection #5 tested: OK -2024-06-13 14:51:05,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:51:05,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #6 tested: OK -2024-06-13 14:51:05,566 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=11:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=08:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=13:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=2.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=11:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=13:30, thdkfzs=, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=11:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=08:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=13:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=2.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=11:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=13:30, thdkfzs=, rqlx=0}]}] -2024-06-13 14:51:05,566 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 14:51:05,567 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:29,810 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-06-11 start*********** -2024-06-13 14:51:29,810 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [null] -2024-06-13 14:51:29,810 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 14:51:29,811 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=11:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=08:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=13:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=2.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=11:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=13:30, thdkfzs=, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=11:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=08:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=13:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=2.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=11:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:32, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=11, dxhs=5, bcsdxx=08:30-11:30|13:30-18:30, dtkssj=13:30, thdkfzs=, rqlx=0}]}, clockInTimeList=null, clockInTimeCollect={}, userId=81, clockInTimeMap={}}] -2024-06-13 14:51:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 14:51:29,812 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 14:51:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 14:51:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 14:51:29,841 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 14:51:29,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/01) - Connection #7 tested: OK -2024-06-13 14:51:29,977 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/01) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 14:51:29,977 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/01) - Connection #7 tested: OK -2024-06-13 14:58:19,048 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 14:58:19,052 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:21:23,811 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:21:24,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:21:24,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:21:24,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:21:24,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:21:24,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:21:24,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:21:24,556 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:21:24,556 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:21:24,556 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:21:24,556 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:21:24,556 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:21:24,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:21:24,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:21:24,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:21:24,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:21:24,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:21:24,560 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:21:24,561 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:21:24,562 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:21:24,563 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:21:24,564 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:21:24,565 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:21:24,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:21:24,584 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:21:24,587 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:21:24,589 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:21:25,421 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:21:25,547 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:21:25,604 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:21:25,604 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:21:25,661 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:21:25,662 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:21:25,662 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:21:25,663 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:25,663 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:21:25,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:21:25,805 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:21:25,806 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:21:25,806 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:21:25,893 [main] [A2] [INFO] - rootPath == +2024-06-18 18:21:25,893 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:21:25,894 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:21:25,895 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:21:25,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:21:25,978 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:21:25,978 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:21:25,978 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:21:25,979 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:21:25,979 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:21:25,979 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:21:25,979 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:21:26,087 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:26,091 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:21:26,092 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:21:26,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:21:26,265 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:21:26,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:21:26,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:21:26,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:21:26,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1377837735.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:21:26,374 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:21:26,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:21:26,375 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:21:26,420 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:21:26,421 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:21:26,422 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:21:26,422 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:21:26,422 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:21:26,427 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:21:26,431 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:21:26,434 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:21:26,434 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:21:26,434 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:21:26,434 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:21:26,436 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@2c95ac9e +2024-06-18 18:21:26,437 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:21:26,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:21:26,573 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:26,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:21:26,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:21:26,760 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:21:26,865 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:21:26,923 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:21:26,990 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:27,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:21:27,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:21:27,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:21:27,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:21:27,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:21:27,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:21:27,522 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:21:27,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:21:27,570 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:27,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:21:27,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:21:27,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:21:27,889 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:21:27,969 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:21:27,988 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:28,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:21:28,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:21:28,221 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:21:28,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:21:28,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:21:28,435 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:28,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-18 18:21:28,522 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:21:28,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:21:28,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:21:28,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:21:28,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #4 tested: OK +2024-06-18 18:21:28,960 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:28,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:21:29,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:21:29,132 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:21:29,200 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:21:29,316 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:21:29,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:21:29,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:21:29,468 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:29,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:21:29,585 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:21:29,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:21:29,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:21:29,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #10 tested: OK +2024-06-18 18:21:29,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #10 tested: OK +2024-06-18 18:21:29,963 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:29,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #2 tested: OK +2024-06-18 18:21:30,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-18 18:21:30,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:21:30,211 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:21:30,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:21:30,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:21:30,405 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:30,431 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #4 tested: OK +2024-06-18 18:21:30,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #4 tested: OK +2024-06-18 18:21:30,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:21:30,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:21:30,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:21:30,876 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:30,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #6 tested: OK +2024-06-18 18:21:30,988 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #7 tested: OK +2024-06-18 18:21:31,108 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #7 tested: OK +2024-06-18 18:21:31,156 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #8 tested: OK +2024-06-18 18:21:31,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #8 tested: OK +2024-06-18 18:21:31,310 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:21:31,372 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:31,445 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #9 tested: OK +2024-06-18 18:21:31,446 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:31,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:21:31,449 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:21:31,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #10 tested: OK +2024-06-18 18:21:31,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #10 tested: OK +2024-06-18 18:21:31,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:21:31,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:21:31,875 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:31,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #12 tested: OK +2024-06-18 18:21:31,989 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #12 tested: OK +2024-06-18 18:21:32,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #13 tested: OK +2024-06-18 18:21:32,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #13 tested: OK +2024-06-18 18:21:32,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:21:32,351 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:21:32,351 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:21:32,352 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:21:32,352 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:21:32,399 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:32,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #15 tested: OK +2024-06-18 18:21:32,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #15 tested: OK +2024-06-18 18:21:32,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #16 tested: OK +2024-06-18 18:21:32,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #16 tested: OK +2024-06-18 18:21:32,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #2 tested: OK +2024-06-18 18:21:32,925 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:32,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #2 tested: OK +2024-06-18 18:21:32,950 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:21:32,950 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:32,951 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:32,951 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:21:32,951 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:21:32,987 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #1 tested: OK +2024-06-18 18:21:33,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #1 tested: OK +2024-06-18 18:21:33,146 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #3 tested: OK +2024-06-18 18:21:33,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #3 tested: OK +2024-06-18 18:21:33,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #4 tested: OK +2024-06-18 18:21:33,409 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000044 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:33,421 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #4 tested: OK +2024-06-18 18:21:33,422 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:21:33,422 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:21:33,422 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:33,423 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:33,423 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:21:33,423 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:21:33,423 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:21:33,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #5 tested: OK +2024-06-18 18:21:33,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #5 tested: OK +2024-06-18 18:21:33,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #6 tested: OK +2024-06-18 18:21:33,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #6 tested: OK +2024-06-18 18:21:33,760 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:21:33,760 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:21:33,761 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:21:33,811 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #7 tested: OK +2024-06-18 18:21:33,870 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:33,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #7 tested: OK +2024-06-18 18:21:33,899 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:21:33,899 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:21:33,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #8 tested: OK +2024-06-18 18:21:34,046 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #8 tested: OK +2024-06-18 18:21:34,047 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:21:34,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:21:34,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:21:34,231 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:21:34,231 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:21:34,231 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:34,231 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:21:34,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #10 tested: OK +2024-06-18 18:21:34,323 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:34,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #10 tested: OK +2024-06-18 18:21:34,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #11 tested: OK +2024-06-18 18:21:34,577 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #11 tested: OK +2024-06-18 18:21:34,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:21:34,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:21:34,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:21:34,866 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:34,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #13 tested: OK +2024-06-18 18:21:34,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #14 tested: OK +2024-06-18 18:21:35,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #14 tested: OK +2024-06-18 18:21:35,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:21:35,212 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:21:35,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:21:35,303 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:35,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #16 tested: OK +2024-06-18 18:21:35,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #17 tested: OK +2024-06-18 18:21:35,525 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #17 tested: OK +2024-06-18 18:21:35,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:21:35,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:21:35,740 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:35,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #19 tested: OK +2024-06-18 18:21:35,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #19 tested: OK +2024-06-18 18:21:35,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #20 tested: OK +2024-06-18 18:21:36,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #20 tested: OK +2024-06-18 18:21:36,067 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:21:36,196 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:21:36,209 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:36,247 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #22 tested: OK +2024-06-18 18:21:36,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #22 tested: OK +2024-06-18 18:21:36,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #23 tested: OK +2024-06-18 18:21:36,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #23 tested: OK +2024-06-18 18:21:36,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #24 tested: OK +2024-06-18 18:21:36,663 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:21:36,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #24 tested: OK +2024-06-18 18:21:36,665 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:21:36,666 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:21:36,666 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:21:38,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #25 tested: OK +2024-06-18 18:21:38,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #25 tested: OK +2024-06-18 18:21:53,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #2 tested: OK +2024-06-18 18:21:54,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #2 tested: OK +2024-06-18 18:22:01,243 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/25/01) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:22:01,280 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:22:01,305 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/01) - Connection #1 tested: OK +2024-06-18 18:23:06,254 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:23:06,268 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 14:58:19,052 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 14:58:19,053 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:23:06,269 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:23:06,269 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -3236,87 +1507,78 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 14:58:19,054 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 14:58:19,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:58:19,566 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 14:58:19,567 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 14:58:19,568 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 14:58:19,568 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 14:58:19,568 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 14:58:19,569 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 14:58:19,570 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 14:58:19,571 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 14:58:19,572 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 14:58:19,573 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 14:58:19,573 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 14:58:19,573 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 14:58:19,573 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 14:58:19,574 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 14:58:19,575 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 14:58:19,576 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 14:58:19,594 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 14:58:19,596 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 14:58:19,598 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 14:58:20,374 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 14:58:20,473 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 14:58:20,488 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 14:58:20,532 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 14:58:20,532 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 14:58:20,582 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 14:58:20,582 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:58:20,582 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 14:58:20,583 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 14:58:20,583 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:24,232 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 17:52:24,235 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:23:06,272 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:23:07,027 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:07,028 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:23:07,028 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:23:07,029 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:23:07,030 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:23:07,030 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:23:07,031 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:23:07,032 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:23:07,032 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:23:07,032 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:23:07,032 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:23:07,032 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:23:07,033 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:23:07,034 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:23:07,034 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:23:07,034 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:23:07,034 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:23:07,034 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:23:07,035 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:23:07,036 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:23:07,037 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:23:07,038 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:23:07,039 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:07,039 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:23:07,039 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:23:07,039 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:23:07,059 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:23:07,063 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:23:07,066 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:23:07,409 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:23:42,966 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:23:42,969 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 17:52:24,235 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 17:52:24,235 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:23:42,970 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:23:42,970 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -3453,1295 +1715,715 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 17:52:24,236 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 17:52:24,839 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:52:24,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 17:52:24,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 17:52:24,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 17:52:24,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 17:52:24,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 17:52:24,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 17:52:24,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 17:52:24,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 17:52:24,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 17:52:24,848 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 17:52:24,849 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:52:24,850 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 17:52:24,850 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 17:52:24,850 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 17:52:24,867 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 17:52:24,868 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 17:52:24,870 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 17:52:25,623 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 17:52:25,715 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 17:52:25,774 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 17:52:25,774 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 17:52:25,826 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 17:52:25,827 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:52:25,827 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:52:25,828 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 17:52:25,828 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:25,907 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:52:25,960 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:52:25,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:52:25,962 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 17:52:26,032 [main] [A2] [INFO] - rootPath == -2024-06-13 17:52:26,032 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 17:52:26,034 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 17:52:26,035 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 17:52:26,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:52:26,094 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 17:52:26,094 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:52:26,095 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:52:26,095 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:52:26,095 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 17:52:26,095 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:52:26,095 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:52:26,208 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 17:52:26,209 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 17:52:26,264 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:52:26,321 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:26,374 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:52:26,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1456371728.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 17:52:26,539 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 17:52:26,584 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 17:52:26,585 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 17:52:26,585 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 17:52:26,585 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 17:52:26,585 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 17:52:26,586 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 17:52:26,586 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 17:52:26,586 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 17:52:26,586 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 17:52:26,586 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 17:52:26,591 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 17:52:26,593 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 17:52:26,594 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 17:52:26,594 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 17:52:26,594 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 17:52:26,594 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 17:52:26,596 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@1b11171f -2024-06-13 17:52:26,597 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 17:52:26,685 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 17:52:26,819 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:26,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK -2024-06-13 17:52:26,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #4 tested: OK -2024-06-13 17:52:27,003 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #4 tested: OK -2024-06-13 17:52:27,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:52:27,155 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:52:27,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:52:27,283 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:27,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #2 tested: OK -2024-06-13 17:52:27,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK -2024-06-13 17:52:27,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK -2024-06-13 17:52:27,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK -2024-06-13 17:52:27,626 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:52:27,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:52:27,774 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:27,782 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #5 tested: OK -2024-06-13 17:52:27,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK -2024-06-13 17:52:27,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #6 tested: OK -2024-06-13 17:52:28,063 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK -2024-06-13 17:52:28,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:52:28,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:52:28,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #2 tested: OK -2024-06-13 17:52:28,283 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:28,359 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK -2024-06-13 17:52:28,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #3 tested: OK -2024-06-13 17:52:28,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK -2024-06-13 17:52:28,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #4 tested: OK -2024-06-13 17:52:28,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #4 tested: OK -2024-06-13 17:52:28,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #5 tested: OK -2024-06-13 17:52:28,744 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:28,856 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK -2024-06-13 17:52:28,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #6 tested: OK -2024-06-13 17:52:29,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK -2024-06-13 17:52:29,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:52:29,164 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:52:29,174 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:29,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #8 tested: OK -2024-06-13 17:52:29,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK -2024-06-13 17:52:29,376 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #9 tested: OK -2024-06-13 17:52:29,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK -2024-06-13 17:52:29,516 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #1 tested: OK -2024-06-13 17:52:29,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #1 tested: OK -2024-06-13 17:52:29,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #2 tested: OK -2024-06-13 17:52:29,675 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:29,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK -2024-06-13 17:52:29,836 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #3 tested: OK -2024-06-13 17:52:29,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK -2024-06-13 17:52:30,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #4 tested: OK -2024-06-13 17:52:30,097 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:30,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #4 tested: OK -2024-06-13 17:52:30,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #5 tested: OK -2024-06-13 17:52:30,279 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK -2024-06-13 17:52:30,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #6 tested: OK -2024-06-13 17:52:30,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK -2024-06-13 17:52:30,497 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #7 tested: OK -2024-06-13 17:52:30,546 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:30,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #7 tested: OK -2024-06-13 17:52:30,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #8 tested: OK -2024-06-13 17:52:30,766 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK -2024-06-13 17:52:30,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #9 tested: OK -2024-06-13 17:52:30,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK -2024-06-13 17:52:30,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #10 tested: OK -2024-06-13 17:52:31,014 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:31,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #10 tested: OK -2024-06-13 17:52:31,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #11 tested: OK -2024-06-13 17:52:31,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK -2024-06-13 17:52:31,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #12 tested: OK -2024-06-13 17:52:31,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK -2024-06-13 17:52:31,394 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:31,395 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:31,396 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:31,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #13 tested: OK -2024-06-13 17:52:31,546 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:31,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK -2024-06-13 17:52:31,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #14 tested: OK -2024-06-13 17:52:31,834 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK -2024-06-13 17:52:31,875 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #1 tested: OK -2024-06-13 17:52:31,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #1 tested: OK -2024-06-13 17:52:32,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #2 tested: OK -2024-06-13 17:52:32,044 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:32,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #2 tested: OK -2024-06-13 17:52:32,155 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:32,156 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:32,220 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #3 tested: OK -2024-06-13 17:52:32,326 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #3 tested: OK -2024-06-13 17:52:32,327 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:32,327 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:32,327 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:32,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #4 tested: OK -2024-06-13 17:52:32,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #4 tested: OK -2024-06-13 17:52:32,479 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:32,494 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:32,525 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #5 tested: OK -2024-06-13 17:52:32,682 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #5 tested: OK -2024-06-13 17:52:32,685 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:32,685 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:32,735 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #6 tested: OK -2024-06-13 17:52:32,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #6 tested: OK -2024-06-13 17:52:32,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:32,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:32,862 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:32,862 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 17:52:32,862 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:32,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #7 tested: OK -2024-06-13 17:52:32,945 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:33,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #7 tested: OK -2024-06-13 17:52:33,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #8 tested: OK -2024-06-13 17:52:33,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #8 tested: OK -2024-06-13 17:52:33,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #9 tested: OK -2024-06-13 17:52:33,365 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #9 tested: OK -2024-06-13 17:52:33,366 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 17:52:33,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 17:52:33,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:33,368 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:33,368 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 17:52:33,368 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:33,369 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 17:52:33,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #10 tested: OK -2024-06-13 17:52:33,431 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:33,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #10 tested: OK -2024-06-13 17:52:33,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #11 tested: OK -2024-06-13 17:52:33,718 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #11 tested: OK -2024-06-13 17:52:33,718 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 17:52:33,718 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 17:52:33,719 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 17:52:33,719 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 17:52:33,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #12 tested: OK -2024-06-13 17:52:33,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #12 tested: OK -2024-06-13 17:52:33,958 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #13 tested: OK -2024-06-13 17:52:33,970 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:34,095 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #13 tested: OK -2024-06-13 17:52:34,095 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:34,095 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 17:52:34,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #14 tested: OK -2024-06-13 17:52:34,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #14 tested: OK -2024-06-13 17:52:34,272 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 17:52:34,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #15 tested: OK -2024-06-13 17:52:34,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #15 tested: OK -2024-06-13 17:52:34,463 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 17:52:34,463 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 17:52:34,463 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:34,463 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,463 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,463 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:52:34,464 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 17:52:34,464 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (00/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:34,466 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 17:52:34,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #16 tested: OK -2024-06-13 17:52:34,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #16 tested: OK -2024-06-13 17:52:34,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #17 tested: OK -2024-06-13 17:52:34,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #17 tested: OK -2024-06-13 17:52:34,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #18 tested: OK -2024-06-13 17:52:34,939 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:34,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #18 tested: OK -2024-06-13 17:52:35,005 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #19 tested: OK -2024-06-13 17:52:35,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #19 tested: OK -2024-06-13 17:52:35,164 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #20 tested: OK -2024-06-13 17:52:35,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #20 tested: OK -2024-06-13 17:52:35,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #21 tested: OK -2024-06-13 17:52:35,438 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:35,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #21 tested: OK -2024-06-13 17:52:35,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #22 tested: OK -2024-06-13 17:52:35,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #22 tested: OK -2024-06-13 17:52:35,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #1 tested: OK -2024-06-13 17:52:35,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #1 tested: OK -2024-06-13 17:52:35,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #2 tested: OK -2024-06-13 17:52:35,934 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:35,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #2 tested: OK -2024-06-13 17:52:35,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #3 tested: OK -2024-06-13 17:52:36,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #3 tested: OK -2024-06-13 17:52:36,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #4 tested: OK -2024-06-13 17:52:36,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #4 tested: OK -2024-06-13 17:52:36,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #5 tested: OK -2024-06-13 17:52:36,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #5 tested: OK -2024-06-13 17:52:36,443 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:36,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #6 tested: OK -2024-06-13 17:52:36,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #6 tested: OK -2024-06-13 17:52:36,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #7 tested: OK -2024-06-13 17:52:36,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #7 tested: OK -2024-06-13 17:52:36,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #8 tested: OK -2024-06-13 17:52:36,885 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:36,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #8 tested: OK -2024-06-13 17:52:36,905 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:36,905 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 17:52:36,905 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:36,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #9 tested: OK -2024-06-13 17:52:37,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #9 tested: OK -2024-06-13 17:52:37,074 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:37,074 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:37,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #10 tested: OK -2024-06-13 17:52:37,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #10 tested: OK -2024-06-13 17:52:37,243 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:37,243 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:37,243 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:37,243 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:37,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #11 tested: OK -2024-06-13 17:52:37,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #11 tested: OK -2024-06-13 17:52:37,404 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000067 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:37,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #12 tested: OK -2024-06-13 17:52:37,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #12 tested: OK -2024-06-13 17:52:37,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #13 tested: OK -2024-06-13 17:52:37,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #13 tested: OK -2024-06-13 17:52:37,716 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:37,716 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:37,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #14 tested: OK -2024-06-13 17:52:37,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #14 tested: OK -2024-06-13 17:52:37,885 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:37,885 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:37,885 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:37,910 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:37,937 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #15 tested: OK -2024-06-13 17:52:38,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #15 tested: OK -2024-06-13 17:52:38,075 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:38,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #16 tested: OK -2024-06-13 17:52:38,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #16 tested: OK -2024-06-13 17:52:38,287 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:38,287 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:38,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #17 tested: OK -2024-06-13 17:52:38,364 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:38,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #17 tested: OK -2024-06-13 17:52:38,470 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:38,470 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:38,524 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #18 tested: OK -2024-06-13 17:52:38,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/28/00) - Connection #18 tested: OK -2024-06-13 17:52:38,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/28/00) - Connection #19 tested: OK -2024-06-13 17:52:38,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/28/00) - Connection #19 tested: OK -2024-06-13 17:52:38,834 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:38,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #20 tested: OK -2024-06-13 17:52:39,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #20 tested: OK -2024-06-13 17:52:39,005 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:52:39,005 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:39,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:39,012 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:39,012 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,014 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 17:52:39,015 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:39,015 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,016 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,016 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:39,017 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:39,017 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,071 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #21 tested: OK -2024-06-13 17:52:39,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/29/00) - Connection #21 tested: OK -2024-06-13 17:52:39,216 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:39,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:39,216 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,222 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,222 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:39,222 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:39,222 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/29/00) - Connection #22 tested: OK -2024-06-13 17:52:39,329 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:39,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #22 tested: OK -2024-06-13 17:52:39,392 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:39,393 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:39,393 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,394 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,394 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:39,395 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:39,395 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,395 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:39,396 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:52:39,396 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:52:39,400 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:52:39,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:39,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:39,408 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:39,408 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,409 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 17:52:39,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:39,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,410 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:39,410 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:39,411 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:39,411 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:39,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #23 tested: OK -2024-06-13 17:52:39,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #23 tested: OK -2024-06-13 17:52:39,598 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #24 tested: OK -2024-06-13 17:52:39,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/30/00) - Connection #24 tested: OK -2024-06-13 17:52:39,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/30/00) - Connection #25 tested: OK -2024-06-13 17:52:39,821 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:39,867 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #25 tested: OK -2024-06-13 17:52:39,867 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:39,867 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:39,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #26 tested: OK -2024-06-13 17:52:40,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #26 tested: OK -2024-06-13 17:52:40,043 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:40,043 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:40,044 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:40,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #27 tested: OK -2024-06-13 17:52:40,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/31/00) - Connection #27 tested: OK -2024-06-13 17:52:40,204 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:40,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/31/00) - Connection #28 tested: OK -2024-06-13 17:52:40,299 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:40,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #28 tested: OK -2024-06-13 17:52:40,406 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:40,406 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:40,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #29 tested: OK -2024-06-13 17:52:40,555 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #29 tested: OK -2024-06-13 17:52:40,556 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:40,556 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:40,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #30 tested: OK -2024-06-13 17:52:40,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/32/00) - Connection #30 tested: OK -2024-06-13 17:52:40,788 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:40,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #31 tested: OK -2024-06-13 17:52:40,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #31 tested: OK -2024-06-13 17:52:40,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #32 tested: OK -2024-06-13 17:52:41,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #32 tested: OK -2024-06-13 17:52:41,089 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:52:41,090 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:41,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:41,090 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:41,090 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,091 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 17:52:41,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:41,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,093 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:41,093 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:41,093 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,156 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #33 tested: OK -2024-06-13 17:52:41,193 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:41,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #33 tested: OK -2024-06-13 17:52:41,415 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:41,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:41,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:41,415 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:41,416 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #34 tested: OK -2024-06-13 17:52:41,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #34 tested: OK -2024-06-13 17:52:41,574 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:41,574 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,574 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:41,575 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:52:41,575 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:52:41,580 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,580 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:41,580 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:41,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #1 tested: OK -2024-06-13 17:52:41,742 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/34/00) - Connection #1 tested: OK -2024-06-13 17:52:41,754 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000091 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:41,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #2 tested: OK -2024-06-13 17:52:41,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #2 tested: OK -2024-06-13 17:52:41,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #3 tested: OK -2024-06-13 17:52:42,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #3 tested: OK -2024-06-13 17:52:42,048 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:42,049 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:42,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #4 tested: OK -2024-06-13 17:52:42,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/00) - Connection #4 tested: OK -2024-06-13 17:52:42,229 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:42,230 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:42,230 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:42,254 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000094 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:42,279 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/36/00) - Connection #5 tested: OK -2024-06-13 17:52:42,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #5 tested: OK -2024-06-13 17:52:42,382 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:42,441 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #6 tested: OK -2024-06-13 17:52:42,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #6 tested: OK -2024-06-13 17:52:42,605 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:42,605 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:42,660 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #7 tested: OK -2024-06-13 17:52:42,750 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000097 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:42,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #7 tested: OK -2024-06-13 17:52:42,788 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:42,789 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:42,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #8 tested: OK -2024-06-13 17:52:42,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #8 tested: OK -2024-06-13 17:52:42,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #9 tested: OK -2024-06-13 17:52:43,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/00) - Connection #9 tested: OK -2024-06-13 17:52:43,165 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:43,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #10 tested: OK -2024-06-13 17:52:43,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #10 tested: OK -2024-06-13 17:52:43,284 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:52:43,284 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,285 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,286 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:43,286 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:43,286 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #11 tested: OK -2024-06-13 17:52:43,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #11 tested: OK -2024-06-13 17:52:43,434 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:43,434 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:43,434 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,435 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,435 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:43,435 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:43,435 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,486 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #12 tested: OK -2024-06-13 17:52:43,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/38/00) - Connection #12 tested: OK -2024-06-13 17:52:43,595 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:43,595 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:43,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:43,596 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:43,596 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,596 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:43,596 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:52:43,597 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:52:43,602 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:52:43,602 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:43,603 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,603 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,603 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:43,603 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:43,603 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,604 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:52:43,604 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:43,604 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,604 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:43,605 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:43,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/38/00) - Connection #13 tested: OK -2024-06-13 17:52:43,713 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000103 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:43,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/39/00) - Connection #13 tested: OK -2024-06-13 17:52:43,754 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:43,754 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:43,754 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:43,754 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:43,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/39/00) - Connection #14 tested: OK -2024-06-13 17:52:43,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/39/00) - Connection #14 tested: OK -2024-06-13 17:52:43,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/39/00) - Connection #15 tested: OK -2024-06-13 17:52:44,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/39/00) - Connection #15 tested: OK -2024-06-13 17:52:44,146 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/39/00) - Connection #16 tested: OK -2024-06-13 17:52:44,205 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000106 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:44,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/40/00) - Connection #16 tested: OK -2024-06-13 17:52:44,254 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:44,254 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:44,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/40/00) - Connection #17 tested: OK -2024-06-13 17:52:44,446 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/40/00) - Connection #17 tested: OK -2024-06-13 17:52:44,446 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:44,446 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:44,446 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:44,494 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/40/00) - Connection #18 tested: OK -2024-06-13 17:52:44,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/40/00) - Connection #18 tested: OK -2024-06-13 17:52:44,580 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:44,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/40/00) - Connection #19 tested: OK -2024-06-13 17:52:44,664 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000109 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:44,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/41/00) - Connection #19 tested: OK -2024-06-13 17:52:44,801 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:44,801 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:44,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/41/00) - Connection #20 tested: OK -2024-06-13 17:52:44,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/41/00) - Connection #20 tested: OK -2024-06-13 17:52:44,960 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:44,960 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/41/00) - Connection #21 tested: OK -2024-06-13 17:52:45,135 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000111 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:45,140 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #21 tested: OK -2024-06-13 17:52:45,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #22 tested: OK -2024-06-13 17:52:45,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/42/00) - Connection #22 tested: OK -2024-06-13 17:52:45,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/42/00) - Connection #23 tested: OK -2024-06-13 17:52:45,476 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/42/00) - Connection #23 tested: OK -2024-06-13 17:52:45,476 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:52:45,476 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:45,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:45,476 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:45,476 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,477 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:45,477 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/42/00) - Connection #24 tested: OK -2024-06-13 17:52:45,605 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000114 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:45,659 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #24 tested: OK -2024-06-13 17:52:45,659 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:45,659 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:45,659 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,659 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,659 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:45,659 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:45,660 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #25 tested: OK -2024-06-13 17:52:45,826 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/43/00) - Connection #25 tested: OK -2024-06-13 17:52:45,826 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:45,827 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,827 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:45,827 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:52:45,827 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:52:45,828 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,828 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:45,828 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:45,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:45,829 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:45,829 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:45,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/43/00) - Connection #26 tested: OK -2024-06-13 17:52:46,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/43/00) - Connection #26 tested: OK -2024-06-13 17:52:46,076 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/43/00) - Connection #27 tested: OK -2024-06-13 17:52:46,094 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000117 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:46,190 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #27 tested: OK -2024-06-13 17:52:46,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #28 tested: OK -2024-06-13 17:52:46,338 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/44/00) - Connection #28 tested: OK -2024-06-13 17:52:46,338 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:46,338 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:46,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/44/00) - Connection #29 tested: OK -2024-06-13 17:52:46,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/44/00) - Connection #29 tested: OK -2024-06-13 17:52:46,504 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:46,504 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:46,504 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:46,544 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000119 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:46,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/45/00) - Connection #30 tested: OK -2024-06-13 17:52:46,690 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #30 tested: OK -2024-06-13 17:52:46,690 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:46,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #31 tested: OK -2024-06-13 17:52:46,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/45/00) - Connection #31 tested: OK -2024-06-13 17:52:46,899 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:46,899 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:46,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/45/00) - Connection #32 tested: OK -2024-06-13 17:52:46,948 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000122 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:47,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #32 tested: OK -2024-06-13 17:52:47,034 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,035 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #33 tested: OK -2024-06-13 17:52:47,163 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #33 tested: OK -2024-06-13 17:52:47,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #34 tested: OK -2024-06-13 17:52:47,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/46/00) - Connection #34 tested: OK -2024-06-13 17:52:47,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/46/00) - Connection #35 tested: OK -2024-06-13 17:52:47,339 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000125 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:47,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #35 tested: OK -2024-06-13 17:52:47,408 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:52:47,409 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,409 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,410 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:47,410 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:47,410 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #36 tested: OK -2024-06-13 17:52:47,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #36 tested: OK -2024-06-13 17:52:47,568 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:47,569 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #37 tested: OK -2024-06-13 17:52:47,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/47/00) - Connection #37 tested: OK -2024-06-13 17:52:47,695 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:47,695 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,695 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:47,695 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:52:47,696 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:52:47,696 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:52:47,696 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,697 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,697 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,697 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:47,697 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:47,697 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,697 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:52:47,698 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:47,729 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000127 (01/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:47,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/48/00) - Connection #38 tested: OK -2024-06-13 17:52:47,820 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #38 tested: OK -2024-06-13 17:52:47,867 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #39 tested: OK -2024-06-13 17:52:47,970 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #39 tested: OK -2024-06-13 17:52:48,016 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #40 tested: OK -2024-06-13 17:52:48,070 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000130 (01/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:48,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #40 tested: OK -2024-06-13 17:52:48,098 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:52:48,099 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:52:48,135 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #41 tested: OK -2024-06-13 17:52:48,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #41 tested: OK -2024-06-13 17:52:48,214 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:52:48,214 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:52:48,214 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:48,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #42 tested: OK -2024-06-13 17:52:48,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #42 tested: OK -2024-06-13 17:52:48,343 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:52:48,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #43 tested: OK -2024-06-13 17:52:48,453 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000133 (01/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:52:48,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #43 tested: OK -2024-06-13 17:52:48,500 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:52:48,501 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:52:48,535 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #44 tested: OK -2024-06-13 17:52:48,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #44 tested: OK -2024-06-13 17:52:48,635 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:48,635 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:48,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #45 tested: OK -2024-06-13 17:52:48,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #45 tested: OK -2024-06-13 17:52:48,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #46 tested: OK -2024-06-13 17:52:48,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #46 tested: OK -2024-06-13 17:52:48,988 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #47 tested: OK -2024-06-13 17:52:49,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #47 tested: OK -2024-06-13 17:52:49,084 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:52:49,084 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,084 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:00] -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:52:49,084 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #48 tested: OK -2024-06-13 17:52:49,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #48 tested: OK -2024-06-13 17:52:49,215 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:52:49,215 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:52:49,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:52:49,353 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:52:49,354 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,354 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:52:49,354 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:52:49,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:52:49,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:52:49,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,356 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,357 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:49,405 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #50 tested: OK -2024-06-13 17:52:49,493 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #50 tested: OK -2024-06-13 17:52:49,494 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}] -2024-06-13 17:52:49,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 17:52:49,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 17:52:49,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 17:52:49,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:52:49,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:52:49,494 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,495 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:52:49,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #1 tested: OK -2024-06-13 17:52:49,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #1 tested: OK -2024-06-13 17:52:49,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #2 tested: OK -2024-06-13 17:52:49,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #2 tested: OK -2024-06-13 17:52:49,719 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,719 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:52:49,719 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #3 tested: OK -2024-06-13 17:52:49,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #3 tested: OK -2024-06-13 17:52:49,855 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:52:49,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,856 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,856 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,856 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:52:49,856 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #4 tested: OK -2024-06-13 17:52:49,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #4 tested: OK -2024-06-13 17:52:49,978 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:52:49,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,979 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 17:52:49,980 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - beLateParams classInfo: [{edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}] -2024-06-13 17:52:49,980 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:52:49,980 [main] [com.engine.common.util.Utils] [INFO] - 休息时间在请假时间 左边 -2024-06-13 17:52:49,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,981 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,981 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:49,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,982 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,987 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,987 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting BeLateItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,987 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,988 [main] [com.engine.attendance.attendanceanalysis.cmd.item.BeLateItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:52:49,988 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- BeLateItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,989 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,990 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,990 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,990 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,990 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:52:49,990 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,990 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,992 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}] -2024-06-13 17:52:49,992 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:52:49,992 [main] [com.engine.common.util.Utils] [INFO] - 休息时间在请假时间 左边 -2024-06-13 17:52:49,993 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,993 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,993 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,993 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:49,993 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,993 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,994 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,995 [main] [com.engine.attendance.attendanceanalysis.cmd.item.LeaveEarlyItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,995 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,996 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:52:49,996 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,996 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,996 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [INFO] - between :88,jbzzhlfzs:0 -2024-06-13 17:52:49,997 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[{hsl=1.0, bdlx=2, item=8, itemType=LATE, classEndTime=2024-06-11 22:29:38, betweenMinutes=237, kczgsc=1, record=true, itemduration=237.0, classStartTime=2024-06-11 18:32, pointTime=2024-06-11 18:45, hsdw=2}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-06-11 20:00, betweenMinutes=88, kczgsc=1, record=true, itemduration=88.0, classStartTime=2024-06-11 17:17:06, pointTime=2024-06-11 20:00, hsdw=2}]] -2024-06-13 17:52:49,997 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 17:52:49,997 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 17:52:49,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:49,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:52:49,998 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:49,998 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:49,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:49,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:50,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:50,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:52:50,000 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:50,001 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:52:50,002 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 45.0 -2024-06-13 17:52:50,002 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[0.0],leaveElaryTime :[14.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] -2024-06-13 17:52:50,002 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[31.0] -2024-06-13 17:52:50,002 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:52:50,002 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:50,004 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:50,004 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:50,004 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:50,004 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [INFO] - 最终加班时长: 31.0 -2024-06-13 17:52:50,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:52:50,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:52:50,163 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:52:50,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:52:51,014 [main] [com.engine.common.util.CommonUtil] [INFO] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] -2024-06-13 17:52:51,015 [main] [com.engine.common.util.CommonUtil] [INFO] - needInsertDate: [[b1c0ee1d-9b2f-4021-b64a-329e96378b1d, 0, 0, 92, 0, 0, 31, 1, 0, 16:30, 17:01, 155, 2024-06-13, 4, 31-2024-06-13, 1, 2024-06-11, 2024-06-11, 0.0, 17:52:51]] -2024-06-13 17:52:51,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:52:51,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/50/00) - Connection #8 tested: OK -2024-06-13 17:52:51,147 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:52:51,147 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:52:51,147 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:52:51,147 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:52:51,147 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:52:51,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (02/50/00) - Connection #8 tested: OK -2024-06-13 17:52:51,299 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 17:52:51,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:52:51,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:51,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:51,376 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:52:51,376 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:51,376 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:52:51,376 [main] [com.engine.common.util.Utils] [INFO] - 请假时间在休息时间中间 -2024-06-13 17:52:51,377 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 75.0 -2024-06-13 17:52:51,377 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[237.0],leaveElaryTime :[88.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] -2024-06-13 17:52:51,377 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[-250.0] -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:52:51,377 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,384 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,384 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 17:52:51,384 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:51,384 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 17:52:51,385 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 17:52:51,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 17:52:51,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,386 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=8.0, classInfo=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 07:52:10, j2=2024-06-11 11:14:46, j3=2024-06-11 22:29:38, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:03:05, j8=NULL, c2=2024-06-11 17:01:29, c3=2024-06-11 17:17:06, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LATE, classEndTime=2024-06-11 22:29:38, betweenMinutes=237, kczgsc=1, record=true, itemduration=237.0, classStartTime=2024-06-11 18:32, pointTime=2024-06-11 18:45, hsdw=2}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-06-11 20:00, betweenMinutes=88, kczgsc=1, record=true, itemduration=88.0, classStartTime=2024-06-11 17:17:06, pointTime=2024-06-11 20:00, hsdw=2}, {item=155, itemduration=0.0}, {item=155, itemduration=0}], rqlx=0} -2024-06-13 17:52:51,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:51,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 17:52:51,386 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:52:51,456 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:52:51,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:52:51,559 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=1,fxrq='2024-06-13 17:52:51',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=8,sc1=237.0,xm2=8,sc2=88.0,xm3=155,sc3=0.0,xm4=155,sc4=0,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:14:46',j3='2024-06-11 22:29:38',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:03:05',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 17:17:06',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 17:52:51,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #10 tested: OK -2024-06-13 17:52:51,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #10 tested: OK -2024-06-13 17:52:51,784 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:52:51,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:52:51,964 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:52:52,620 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #12 - autoCommit reset back to true -2024-06-13 17:52:52,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:52:52,683 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 17:52:52,684 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:52:52,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:52:52,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:52:52,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:52:53,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:52:53,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:52:53,196 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:52:53,197 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 17:52:53,238 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:52:53,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:52:53,349 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:52:53,349 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:52:53,349 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:52:53,349 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 17:52:53,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:52:53,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:52:53,577 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:52:53,577 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 17:52:53,644 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:52:53,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:52:53,804 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #19 tested: OK -2024-06-13 17:52:53,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #19 tested: OK -2024-06-13 17:52:53,935 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:52:53,936 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:52:53,936 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:52:53,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:52:54,144 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:52:54,144 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:52:54,144 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 17:52:54,144 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:52:54,193 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:52:54,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:52:54,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:52:54,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:52:54,478 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 17:52:54,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:52:54,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:52:54,668 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 17:52:54,669 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:52:54,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:52:54,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:52:54,818 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:52:54,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/49/01) - Connection #25 tested: OK -2024-06-13 17:52:54,984 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/49/01) - Connection #25 tested: OK -2024-06-13 17:52:54,984 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 17:52:55,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/49/01) - Connection #26 tested: OK -2024-06-13 17:52:55,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/49/01) - Connection #26 tested: OK -2024-06-13 17:52:55,229 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:52:55,229 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 17:52:55,229 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:52:55,230 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:52:55,300 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/49/01) - Connection #27 tested: OK -2024-06-13 17:52:55,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #27 tested: OK -2024-06-13 17:52:55,453 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:52:55,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:52:55,543 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:52:55,543 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:52:55,543 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:52:55,543 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:52:55,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/49/01) - Connection #29 tested: OK -2024-06-13 17:52:55,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #29 tested: OK -2024-06-13 17:52:55,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/49/01) - Connection #30 tested: OK -2024-06-13 17:52:55,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/49/01) - Connection #30 tested: OK -2024-06-13 17:52:55,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/49/01) - Connection #31 tested: OK -2024-06-13 17:52:56,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/49/01) - Connection #31 tested: OK -2024-06-13 17:52:56,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/50/00) - Connection #32 tested: OK -2024-06-13 17:52:56,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/49/01) - Connection #32 tested: OK -2024-06-13 17:52:56,200 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 17:52:56,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/49/01) - Connection #33 tested: OK -2024-06-13 17:52:56,373 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/49/01) - Connection #33 tested: OK -2024-06-13 17:52:56,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/49/01) - Connection #34 tested: OK -2024-06-13 17:52:56,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/49/01) - Connection #34 tested: OK -2024-06-13 17:52:56,578 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/49/01) - Connection #35 tested: OK -2024-06-13 17:52:56,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/49/01) - Connection #35 tested: OK -2024-06-13 17:52:56,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/49/01) - Connection #37 tested: OK -2024-06-13 17:52:56,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/49/01) - Connection #37 tested: OK -2024-06-13 17:52:56,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/49/01) - Connection #38 tested: OK -2024-06-13 17:52:57,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/49/01) - Connection #38 tested: OK -2024-06-13 17:52:57,058 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 17:52:57,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/49/01) - Connection #39 tested: OK -2024-06-13 17:52:57,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000178 (01/49/01) - Connection #39 tested: OK -2024-06-13 17:52:57,226 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 17:52:57,229 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 17:52:57,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 17:52:57,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 17:52:57,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 17:52:57,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 17:52:57,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 17:52:57,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 17:52:57,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 17:52:57,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 17:52:57,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 17:52:57,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 17:52:57,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 17:52:57,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 17:52:57,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 17:52:57,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 17:52:57,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 17:52:57,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 17:52:57,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 17:52:57,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 17:52:57,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 17:52:57,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 17:52:57,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 17:52:57,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 17:52:57,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 17:52:57,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 17:52:57,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 17:52:57,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 17:52:57,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 17:52:57,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 17:52:57,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 17:52:57,432 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 17:52:57,433 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 17:52:57,434 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 17:52:57,435 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 17:52:57,436 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/01/00) - #0002 removed because of shutdown. -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/00/00) - #0001 removed because of shutdown. -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 21 milliseconds. -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 17:52:57,437 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 17:54:12,234 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 17:54:12,237 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:23:42,971 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:23:43,543 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:43,543 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:23:43,544 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:23:43,544 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:23:43,544 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:23:43,545 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:23:43,545 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:23:43,545 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:23:43,546 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:23:43,546 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:23:43,546 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:23:43,547 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:23:43,547 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:23:43,547 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:23:43,548 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:23:43,548 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:23:43,548 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:23:43,548 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:23:43,548 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:23:43,549 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:23:43,549 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:23:43,549 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:23:43,549 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:23:43,550 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:23:43,550 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:23:43,550 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:23:43,550 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:23:43,550 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:23:43,551 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:23:43,551 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:23:43,551 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:23:43,552 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:23:43,552 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:23:43,552 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:23:43,553 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:23:43,553 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:23:43,553 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:23:43,553 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:23:43,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:23:43,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:23:43,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:23:43,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:23:43,554 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:43,555 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:23:43,557 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:23:43,558 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:23:43,558 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:23:43,558 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:23:43,558 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:23:43,558 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:23:43,559 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:23:43,576 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:23:43,579 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:23:43,580 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:23:44,360 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:23:44,450 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:23:44,510 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:23:44,511 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:23:44,562 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:23:44,563 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:23:44,563 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:23:44,564 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:44,564 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:23:44,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:23:44,687 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:23:44,687 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:23:44,688 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:23:44,757 [main] [A2] [INFO] - rootPath == +2024-06-18 18:23:44,758 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:23:44,758 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:23:44,759 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:23:44,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:23:44,847 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:23:44,847 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:23:44,847 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:23:44,847 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:23:44,847 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:23:44,848 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:23:44,848 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:23:44,937 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:23:44,937 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:23:44,988 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:44,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:23:45,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:23:45,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:23:45,193 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:23:45,194 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:23:45,194 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1073446010.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar +2024-06-18 18:23:45,194 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:23:45,194 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:23:45,194 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:23:45,264 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:23:45,264 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:23:45,264 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:23:45,264 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:23:45,265 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:23:45,270 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:23:45,273 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:23:45,275 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:23:45,275 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:23:45,275 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:23:45,276 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:23:45,278 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@2034b64c +2024-06-18 18:23:45,278 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:23:45,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:23:45,440 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:23:45,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:23:45,509 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:45,600 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:23:45,713 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:23:45,765 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:23:45,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:23:45,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #2 tested: OK +2024-06-18 18:23:45,959 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:46,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:23:46,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:23:46,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:23:46,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:23:46,369 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:23:46,399 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:46,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:23:46,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:23:46,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:23:46,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:23:46,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:23:46,861 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:23:46,901 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:46,914 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:23:47,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:23:47,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:23:47,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:23:47,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:23:47,367 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:23:47,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:23:47,442 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:47,550 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #4 tested: OK +2024-06-18 18:23:47,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:23:47,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:23:47,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:23:47,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:23:47,938 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:47,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:23:48,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:23:48,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:23:48,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:23:48,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:23:48,426 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:23:48,445 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:48,479 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #2 tested: OK +2024-06-18 18:23:48,571 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK +2024-06-18 18:23:48,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:23:48,751 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:23:48,807 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK +2024-06-18 18:23:48,879 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:48,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:23:49,013 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:23:49,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:23:49,188 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:23:49,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:23:49,336 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK +2024-06-18 18:23:49,359 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:49,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:23:49,522 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:23:49,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:23:49,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:23:49,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:23:49,873 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:49,889 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:23:49,988 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:23:50,042 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #10 tested: OK +2024-06-18 18:23:50,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK +2024-06-18 18:23:50,220 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:23:50,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:23:50,373 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:50,373 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #12 tested: OK +2024-06-18 18:23:50,479 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #12 tested: OK +2024-06-18 18:23:50,482 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:50,484 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:23:50,485 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:50,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:23:50,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:23:50,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK +2024-06-18 18:23:50,798 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:50,842 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:23:50,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #15 tested: OK +2024-06-18 18:23:50,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #15 tested: OK +2024-06-18 18:23:51,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #2 tested: OK +2024-06-18 18:23:51,155 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #2 tested: OK +2024-06-18 18:23:51,205 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK +2024-06-18 18:23:51,244 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:51,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #1 tested: OK +2024-06-18 18:23:51,324 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:23:51,324 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:23:51,325 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:23:51,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #3 tested: OK +2024-06-18 18:23:51,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #3 tested: OK +2024-06-18 18:23:51,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #4 tested: OK +2024-06-18 18:23:51,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #4 tested: OK +2024-06-18 18:23:51,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #5 tested: OK +2024-06-18 18:23:51,745 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:51,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #5 tested: OK +2024-06-18 18:23:51,871 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:23:51,871 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:51,872 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:51,872 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:23:51,872 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:51,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #6 tested: OK +2024-06-18 18:23:52,035 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #6 tested: OK +2024-06-18 18:23:52,093 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #7 tested: OK +2024-06-18 18:23:52,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #7 tested: OK +2024-06-18 18:23:52,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:52,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #8 tested: OK +2024-06-18 18:23:52,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #8 tested: OK +2024-06-18 18:23:52,384 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:23:52,384 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:23:52,384 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:52,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:52,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:23:52,385 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:52,385 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:23:52,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #9 tested: OK +2024-06-18 18:23:52,525 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #9 tested: OK +2024-06-18 18:23:52,577 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #10 tested: OK +2024-06-18 18:23:52,673 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:52,691 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #10 tested: OK +2024-06-18 18:23:52,691 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:23:52,691 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:23:52,691 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:23:52,760 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #11 tested: OK +2024-06-18 18:23:52,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #11 tested: OK +2024-06-18 18:23:52,885 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:23:52,885 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:23:52,930 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #12 tested: OK +2024-06-18 18:23:53,041 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #12 tested: OK +2024-06-18 18:23:53,041 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:23:53,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #13 tested: OK +2024-06-18 18:23:53,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:53,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:23:53,233 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:23:53,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:23:53,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:53,234 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:23:53,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #14 tested: OK +2024-06-18 18:23:53,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #14 tested: OK +2024-06-18 18:23:53,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #15 tested: OK +2024-06-18 18:23:53,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #15 tested: OK +2024-06-18 18:23:53,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #16 tested: OK +2024-06-18 18:23:53,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:53,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:23:53,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #17 tested: OK +2024-06-18 18:23:53,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #17 tested: OK +2024-06-18 18:23:53,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #18 tested: OK +2024-06-18 18:23:54,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #18 tested: OK +2024-06-18 18:23:54,062 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:54,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:23:54,160 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:23:54,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #20 tested: OK +2024-06-18 18:23:54,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #20 tested: OK +2024-06-18 18:23:54,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #21 tested: OK +2024-06-18 18:23:54,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #21 tested: OK +2024-06-18 18:23:54,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #22 tested: OK +2024-06-18 18:23:54,589 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:54,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #22 tested: OK +2024-06-18 18:23:54,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #23 tested: OK +2024-06-18 18:23:54,813 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #23 tested: OK +2024-06-18 18:23:54,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #2 tested: OK +2024-06-18 18:23:54,984 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #2 tested: OK +2024-06-18 18:23:55,051 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #1 tested: OK +2024-06-18 18:23:55,074 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:55,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #1 tested: OK +2024-06-18 18:23:55,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #3 tested: OK +2024-06-18 18:23:55,305 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #3 tested: OK +2024-06-18 18:23:55,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #4 tested: OK +2024-06-18 18:23:55,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #4 tested: OK +2024-06-18 18:23:55,521 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:55,521 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #5 tested: OK +2024-06-18 18:23:55,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #5 tested: OK +2024-06-18 18:23:55,640 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:55,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:23:55,641 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:55,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #6 tested: OK +2024-06-18 18:23:55,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #6 tested: OK +2024-06-18 18:23:55,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #7 tested: OK +2024-06-18 18:23:55,962 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:55,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #7 tested: OK +2024-06-18 18:23:56,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #8 tested: OK +2024-06-18 18:23:56,152 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #8 tested: OK +2024-06-18 18:23:56,153 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:23:56,153 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,153 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,153 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:23:56,154 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:23:56,154 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:23:56,155 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,155 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:23:56,155 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,156 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:23:56,157 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,157 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #9 tested: OK +2024-06-18 18:23:56,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #9 tested: OK +2024-06-18 18:23:56,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #10 tested: OK +2024-06-18 18:23:56,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #10 tested: OK +2024-06-18 18:23:56,465 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,465 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:23:56,465 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,484 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:56,510 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #11 tested: OK +2024-06-18 18:23:56,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #11 tested: OK +2024-06-18 18:23:56,596 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:23:56,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:23:56,598 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #12 tested: OK +2024-06-18 18:23:56,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #12 tested: OK +2024-06-18 18:23:56,749 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:23:56,749 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,749 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,751 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,751 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:23:56,751 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,752 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:23:56,753 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:23:56,753 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:23:56,757 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:23:56,758 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,758 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,758 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,758 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:23:56,759 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,759 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:23:56,759 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,759 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,762 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:23:56,762 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:23:56,763 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:23:56,764 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:23:56,764 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 18:23:56,766 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,766 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:23:56,766 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:23:56,769 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,769 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:23:56,769 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,769 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,770 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:23:56,770 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:23:56,770 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 18:23:56,770 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,770 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,771 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,772 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 18:23:56,772 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:23:56,772 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:23:56,774 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,774 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 18:23:56,775 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,776 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 18:23:56,776 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 18:23:56,776 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 18:23:56,776 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 18:23:56,776 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 18:23:56,777 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,778 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:56,778 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:23:56,778 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:56,778 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 18:23:56,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #13 tested: OK +2024-06-18 18:23:56,884 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:56,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #13 tested: OK +2024-06-18 18:23:56,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #14 tested: OK +2024-06-18 18:23:57,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #14 tested: OK +2024-06-18 18:23:57,245 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:57,718 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:57,903 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:23:57,903 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[964d6636-038f-45f0-8527-7219f7308960, 0, 0, 103, 2.0, 2.0, 0, 0, 1, 0, 81, 2024-06-01, 154, 0, 2024-06-18, 0, 81-2024-06-18, 18:23:57, 2024-09-01]] +2024-06-18 18:23:57,956 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #15 tested: OK +2024-06-18 18:23:58,031 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #16 tested: OK +2024-06-18 18:23:58,039 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:23:58,039 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:23:58,039 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:23:58,039 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:23:58,039 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:23:58,160 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/30/00) - Connection #16 tested: OK +2024-06-18 18:23:58,208 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:23:58,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #15 tested: OK +2024-06-18 18:23:58,290 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:58,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #17 tested: OK +2024-06-18 18:23:58,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #17 tested: OK +2024-06-18 18:23:58,439 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:23:58,439 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[b7089221-de27-4628-b0d9-e3622e8cf2ee, 0, 0, 92, 2.5, 2.5, 81, 1, 0, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:23:58]] +2024-06-18 18:23:58,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #18 tested: OK +2024-06-18 18:23:58,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #18 tested: OK +2024-06-18 18:23:58,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:23:58,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:58,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:58,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:23:58,598 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:58,599 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:23:58,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:23:58,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:58,600 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 18:23:58,601 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:58,601 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:23:58,601 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:23:58,670 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #19 tested: OK +2024-06-18 18:23:58,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #19 tested: OK +2024-06-18 18:23:58,757 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:23:58',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 18:23:58,774 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:58,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #20 tested: OK +2024-06-18 18:23:58,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #20 tested: OK +2024-06-18 18:23:58,971 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #21 tested: OK +2024-06-18 18:23:59,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #21 tested: OK +2024-06-18 18:23:59,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #22 tested: OK +2024-06-18 18:23:59,225 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:59,670 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:23:59,773 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #22 - autoCommit reset back to true +2024-06-18 18:23:59,830 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #22 tested: OK +2024-06-18 18:23:59,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 18:23:59,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:23:59,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #23 tested: OK +2024-06-18 18:23:59,984 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #23 tested: OK +2024-06-18 18:24:00,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #24 tested: OK +2024-06-18 18:24:00,080 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:00,141 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #24 tested: OK +2024-06-18 18:24:00,202 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #25 tested: OK +2024-06-18 18:24:00,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #25 tested: OK +2024-06-18 18:24:00,319 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 18:24:00,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #26 tested: OK +2024-06-18 18:24:00,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #26 tested: OK +2024-06-18 18:24:00,458 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:24:00,458 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:24:00,458 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:24:00,458 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 18:24:00,510 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #27 tested: OK +2024-06-18 18:24:00,515 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:00,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #27 tested: OK +2024-06-18 18:24:00,731 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:24:00,731 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 18:24:00,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #28 tested: OK +2024-06-18 18:24:00,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #28 tested: OK +2024-06-18 18:24:00,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #29 tested: OK +2024-06-18 18:24:00,986 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000088 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:01,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #29 tested: OK +2024-06-18 18:24:01,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:24:01,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:24:01,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:24:01,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #30 tested: OK +2024-06-18 18:24:01,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #30 tested: OK +2024-06-18 18:24:01,199 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:24:01,199 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:24:01,200 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:24:01,251 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #31 tested: OK +2024-06-18 18:24:01,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/37/00) - Connection #31 tested: OK +2024-06-18 18:24:01,448 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:01,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #32 tested: OK +2024-06-18 18:24:01,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #32 tested: OK +2024-06-18 18:24:01,573 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 18:24:01,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #33 tested: OK +2024-06-18 18:24:01,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #33 tested: OK +2024-06-18 18:24:01,746 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 18:24:01,746 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:24:01,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #34 tested: OK +2024-06-18 18:24:01,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/38/00) - Connection #34 tested: OK +2024-06-18 18:24:01,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:24:01,931 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:01,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #35 tested: OK +2024-06-18 18:24:02,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #35 tested: OK +2024-06-18 18:24:02,065 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 18:24:02,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #36 tested: OK +2024-06-18 18:24:02,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #36 tested: OK +2024-06-18 18:24:02,241 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:24:02,241 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:24:02,241 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:24:02,241 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:24:02,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #37 tested: OK +2024-06-18 18:24:02,399 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:02,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #37 tested: OK +2024-06-18 18:24:02,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #38 tested: OK +2024-06-18 18:24:02,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #38 tested: OK +2024-06-18 18:24:02,548 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:24:02,548 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:24:02,548 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:24:02,548 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:24:02,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #39 tested: OK +2024-06-18 18:24:02,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #39 tested: OK +2024-06-18 18:24:02,751 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #40 tested: OK +2024-06-18 18:24:02,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #40 tested: OK +2024-06-18 18:24:02,889 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:02,914 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #2 tested: OK +2024-06-18 18:24:03,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #2 tested: OK +2024-06-18 18:24:03,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #1 tested: OK +2024-06-18 18:24:03,205 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #1 tested: OK +2024-06-18 18:24:03,205 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 18:24:03,255 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #3 tested: OK +2024-06-18 18:24:03,365 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/41/00) - Connection #3 tested: OK +2024-06-18 18:24:03,390 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:03,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #4 tested: OK +2024-06-18 18:24:03,535 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #4 tested: OK +2024-06-18 18:24:03,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #5 tested: OK +2024-06-18 18:24:03,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/42/00) - Connection #5 tested: OK +2024-06-18 18:24:03,735 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/42/00) - Connection #6 tested: OK +2024-06-18 18:24:03,840 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000105 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:03,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #6 tested: OK +2024-06-18 18:24:03,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #7 tested: OK +2024-06-18 18:24:04,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #7 tested: OK +2024-06-18 18:24:04,021 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-18 18:24:04,022 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 18:24:04,022 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-18 18:24:04,022 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-18 18:24:04,028 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-18 18:24:04,028 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 18:24:04,028 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-18 18:24:04,093 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #8 tested: OK +2024-06-18 18:24:04,192 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/43/00) - Connection #8 tested: OK +2024-06-18 18:24:04,192 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 18:24:04,192 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-18 18:24:04,192 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-18 18:24:04,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/43/00) - Connection #9 tested: OK +2024-06-18 18:24:04,280 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:04,629 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #9 - autoCommit reset back to true +2024-06-18 18:24:04,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/44/00) - Connection #9 tested: OK +2024-06-18 18:24:04,667 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-18 18:24:04,669 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:24:04,825 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:05,346 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:05,798 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:06,429 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:06,930 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:07,399 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:24:07,400 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - #0050 removed because of shutdown. +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - #0049 removed because of shutdown. +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - #0048 removed because of shutdown. +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - #0047 removed because of shutdown. +2024-06-18 18:24:07,409 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-18 18:24:07,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - #0046 removed because of shutdown. +2024-06-18 18:24:07,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-18 18:24:07,410 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - #0045 removed because of shutdown. +2024-06-18 18:24:07,411 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-18 18:24:07,411 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/43/00) - #0044 removed because of shutdown. +2024-06-18 18:24:07,411 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-18 18:24:07,412 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/42/00) - #0043 removed because of shutdown. +2024-06-18 18:24:07,412 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-18 18:24:07,412 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/41/00) - #0042 removed because of shutdown. +2024-06-18 18:24:07,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-18 18:24:07,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/40/00) - #0041 removed because of shutdown. +2024-06-18 18:24:07,413 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-18 18:24:07,414 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/39/00) - #0040 removed because of shutdown. +2024-06-18 18:24:07,414 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-18 18:24:07,414 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/38/00) - #0039 removed because of shutdown. +2024-06-18 18:24:07,415 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-18 18:24:07,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/37/00) - #0038 removed because of shutdown. +2024-06-18 18:24:07,416 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-18 18:24:07,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/36/00) - #0037 removed because of shutdown. +2024-06-18 18:24:07,417 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-18 18:24:07,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/35/00) - #0036 removed because of shutdown. +2024-06-18 18:24:07,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-18 18:24:07,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/34/00) - #0035 removed because of shutdown. +2024-06-18 18:24:07,418 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-18 18:24:07,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/33/00) - #0034 removed because of shutdown. +2024-06-18 18:24:07,419 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-18 18:24:07,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/32/00) - #0033 removed because of shutdown. +2024-06-18 18:24:07,420 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-18 18:24:07,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/31/00) - #0032 removed because of shutdown. +2024-06-18 18:24:07,421 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-18 18:24:07,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/30/00) - #0031 removed because of shutdown. +2024-06-18 18:24:07,422 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-18 18:24:07,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/29/00) - #0030 removed because of shutdown. +2024-06-18 18:24:07,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-18 18:24:07,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/28/00) - #0029 removed because of shutdown. +2024-06-18 18:24:07,423 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/27/00) - #0028 removed because of shutdown. +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/26/00) - #0027 removed because of shutdown. +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/25/00) - #0026 removed because of shutdown. +2024-06-18 18:24:07,424 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-18 18:24:07,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/24/00) - #0025 removed because of shutdown. +2024-06-18 18:24:07,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-18 18:24:07,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/23/00) - #0024 removed because of shutdown. +2024-06-18 18:24:07,425 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-18 18:24:07,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/22/00) - #0023 removed because of shutdown. +2024-06-18 18:24:07,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-18 18:24:07,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/21/00) - #0022 removed because of shutdown. +2024-06-18 18:24:07,426 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/20/00) - #0021 removed because of shutdown. +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/19/00) - #0020 removed because of shutdown. +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/18/00) - #0019 removed because of shutdown. +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/17/00) - #0018 removed because of shutdown. +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/16/00) - #0017 removed because of shutdown. +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-18 18:24:07,427 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/15/00) - #0016 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/14/00) - #0015 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/13/00) - #0014 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/12/00) - #0013 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/11/00) - #0012 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/10/00) - #0011 removed because of shutdown. +2024-06-18 18:24:07,428 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/09/00) - #0010 removed because of shutdown. +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/08/00) - #0009 removed because of shutdown. +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/07/00) - #0008 removed because of shutdown. +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/06/00) - #0007 removed because of shutdown. +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/05/00) - #0006 removed because of shutdown. +2024-06-18 18:24:07,429 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-18 18:24:07,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/04/00) - #0005 removed because of shutdown. +2024-06-18 18:24:07,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-18 18:24:07,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/03/00) - #0004 removed because of shutdown. +2024-06-18 18:24:07,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-18 18:24:07,430 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/02/00) - #0003 removed because of shutdown. +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/01/00) - #0001 removed because of shutdown. +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/00/00) - #0002 removed because of shutdown. +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-18 18:24:07,431 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 31 milliseconds. +2024-06-18 18:24:07,432 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-18 18:24:07,432 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-18 18:26:30,996 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:26:31,001 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 17:54:12,237 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 17:54:12,237 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:26:31,001 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:26:31,002 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -4878,1295 +2560,490 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 17:54:12,238 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 17:54:12,796 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:54:12,796 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 17:54:12,797 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 17:54:12,797 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 17:54:12,797 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 17:54:12,797 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 17:54:12,798 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 17:54:12,798 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 17:54:12,798 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 17:54:12,798 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 17:54:12,799 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 17:54:12,800 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 17:54:12,801 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 17:54:12,803 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 17:54:12,803 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 17:54:12,803 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 17:54:12,803 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 17:54:12,803 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 17:54:12,804 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 17:54:12,805 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 17:54:12,806 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 17:54:12,807 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 17:54:12,807 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 17:54:12,807 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 17:54:12,807 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 17:54:12,808 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 17:54:12,808 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 17:54:12,810 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 17:54:12,810 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 17:54:12,811 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 17:54:12,811 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 17:54:12,811 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 17:54:12,811 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 17:54:12,812 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 17:54:12,813 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:54:12,814 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 17:54:12,814 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 17:54:12,814 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 17:54:12,831 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 17:54:12,836 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 17:54:12,838 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 17:54:13,654 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 17:54:13,762 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 17:54:13,813 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 17:54:13,813 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 17:54:13,853 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 17:54:13,854 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:54:13,854 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:54:13,854 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:13,854 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 17:54:13,930 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:54:13,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 17:54:13,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 17:54:13,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 17:54:13,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 17:54:13,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:54:13,976 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 17:54:13,976 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:54:13,976 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 17:54:14,046 [main] [A2] [INFO] - rootPath == -2024-06-13 17:54:14,047 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 17:54:14,047 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 17:54:14,048 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 17:54:14,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:54:14,116 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:54:14,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:54:14,208 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 17:54:14,209 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 17:54:14,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:54:14,313 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:14,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:54:14,475 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:54:14,486 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 17:54:14,486 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 17:54:14,486 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath360100624.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-13 17:54:14,487 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 17:54:14,487 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 17:54:14,487 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 17:54:14,558 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 17:54:14,558 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 17:54:14,558 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 17:54:14,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 17:54:14,560 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 17:54:14,564 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 17:54:14,566 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 17:54:14,568 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 17:54:14,568 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 17:54:14,568 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 17:54:14,569 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 17:54:14,570 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@78123e82 -2024-06-13 17:54:14,571 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 17:54:14,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 17:54:14,760 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK -2024-06-13 17:54:14,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:54:14,824 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:14,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #2 tested: OK -2024-06-13 17:54:15,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:54:15,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:54:15,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:54:15,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #3 tested: OK -2024-06-13 17:54:15,344 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:15,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK -2024-06-13 17:54:15,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:54:15,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:54:15,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #5 tested: OK -2024-06-13 17:54:15,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #5 tested: OK -2024-06-13 17:54:15,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #2 tested: OK -2024-06-13 17:54:15,819 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:15,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #2 tested: OK -2024-06-13 17:54:15,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:54:16,045 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:54:16,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #3 tested: OK -2024-06-13 17:54:16,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #3 tested: OK -2024-06-13 17:54:16,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #4 tested: OK -2024-06-13 17:54:16,327 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:16,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #4 tested: OK -2024-06-13 17:54:16,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #5 tested: OK -2024-06-13 17:54:16,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #5 tested: OK -2024-06-13 17:54:16,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #6 tested: OK -2024-06-13 17:54:16,723 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:16,736 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #6 tested: OK -2024-06-13 17:54:16,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:54:16,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:54:16,946 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #8 tested: OK -2024-06-13 17:54:17,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #8 tested: OK -2024-06-13 17:54:17,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #2 tested: OK -2024-06-13 17:54:17,112 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:17,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #2 tested: OK -2024-06-13 17:54:17,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #1 tested: OK -2024-06-13 17:54:17,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #1 tested: OK -2024-06-13 17:54:17,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #3 tested: OK -2024-06-13 17:54:17,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #3 tested: OK -2024-06-13 17:54:17,574 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:17,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #4 tested: OK -2024-06-13 17:54:17,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #4 tested: OK -2024-06-13 17:54:17,751 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #5 tested: OK -2024-06-13 17:54:17,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #5 tested: OK -2024-06-13 17:54:17,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #6 tested: OK -2024-06-13 17:54:18,014 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:18,046 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #6 tested: OK -2024-06-13 17:54:18,097 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #7 tested: OK -2024-06-13 17:54:18,210 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #7 tested: OK -2024-06-13 17:54:18,265 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #8 tested: OK -2024-06-13 17:54:18,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #8 tested: OK -2024-06-13 17:54:18,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #9 tested: OK -2024-06-13 17:54:18,454 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:18,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #9 tested: OK -2024-06-13 17:54:18,524 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #10 tested: OK -2024-06-13 17:54:18,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #10 tested: OK -2024-06-13 17:54:18,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #11 tested: OK -2024-06-13 17:54:18,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #11 tested: OK -2024-06-13 17:54:18,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #12 tested: OK -2024-06-13 17:54:18,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #12 tested: OK -2024-06-13 17:54:18,975 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:19,055 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #13 tested: OK -2024-06-13 17:54:19,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #13 tested: OK -2024-06-13 17:54:19,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #2 tested: OK -2024-06-13 17:54:19,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #2 tested: OK -2024-06-13 17:54:19,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #1 tested: OK -2024-06-13 17:54:19,485 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #1 tested: OK -2024-06-13 17:54:19,486 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:19,487 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:19,488 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:19,489 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (00/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:19,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #3 tested: OK -2024-06-13 17:54:19,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #3 tested: OK -2024-06-13 17:54:19,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #4 tested: OK -2024-06-13 17:54:19,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #4 tested: OK -2024-06-13 17:54:19,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #5 tested: OK -2024-06-13 17:54:19,924 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:19,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #5 tested: OK -2024-06-13 17:54:20,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #6 tested: OK -2024-06-13 17:54:20,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #6 tested: OK -2024-06-13 17:54:20,205 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:20,206 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:20,264 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #7 tested: OK -2024-06-13 17:54:20,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #7 tested: OK -2024-06-13 17:54:20,389 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:20,390 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:20,390 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:20,417 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:20,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #8 tested: OK -2024-06-13 17:54:20,533 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #8 tested: OK -2024-06-13 17:54:20,534 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:20,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #9 tested: OK -2024-06-13 17:54:20,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #9 tested: OK -2024-06-13 17:54:20,737 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:20,737 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:20,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #10 tested: OK -2024-06-13 17:54:20,894 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:20,907 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #10 tested: OK -2024-06-13 17:54:20,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:20,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:20,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:20,909 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 17:54:20,909 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:20,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #11 tested: OK -2024-06-13 17:54:21,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #11 tested: OK -2024-06-13 17:54:21,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #12 tested: OK -2024-06-13 17:54:21,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #12 tested: OK -2024-06-13 17:54:21,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #13 tested: OK -2024-06-13 17:54:21,305 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:21,374 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #13 tested: OK -2024-06-13 17:54:21,375 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 17:54:21,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 17:54:21,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:21,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:21,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 17:54:21,375 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:21,375 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 17:54:21,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #14 tested: OK -2024-06-13 17:54:21,555 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #14 tested: OK -2024-06-13 17:54:21,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #15 tested: OK -2024-06-13 17:54:21,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #15 tested: OK -2024-06-13 17:54:21,715 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 17:54:21,715 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 17:54:21,715 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 17:54:21,715 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 17:54:21,743 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:21,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #16 tested: OK -2024-06-13 17:54:21,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #16 tested: OK -2024-06-13 17:54:21,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #17 tested: OK -2024-06-13 17:54:22,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #17 tested: OK -2024-06-13 17:54:22,065 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:22,065 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 17:54:22,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #18 tested: OK -2024-06-13 17:54:22,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #18 tested: OK -2024-06-13 17:54:22,234 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 17:54:22,245 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:22,304 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #19 tested: OK -2024-06-13 17:54:22,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #19 tested: OK -2024-06-13 17:54:22,415 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 17:54:22,416 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 17:54:22,416 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,416 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,417 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,417 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:54:22,417 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 17:54:22,419 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 17:54:22,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #20 tested: OK -2024-06-13 17:54:22,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #20 tested: OK -2024-06-13 17:54:22,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #2 tested: OK -2024-06-13 17:54:22,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #2 tested: OK -2024-06-13 17:54:22,764 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:22,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #1 tested: OK -2024-06-13 17:54:22,909 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #1 tested: OK -2024-06-13 17:54:22,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #3 tested: OK -2024-06-13 17:54:23,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #3 tested: OK -2024-06-13 17:54:23,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #4 tested: OK -2024-06-13 17:54:23,238 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #4 tested: OK -2024-06-13 17:54:23,248 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:23,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #5 tested: OK -2024-06-13 17:54:23,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #5 tested: OK -2024-06-13 17:54:23,471 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #6 tested: OK -2024-06-13 17:54:23,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #6 tested: OK -2024-06-13 17:54:23,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #7 tested: OK -2024-06-13 17:54:23,761 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:23,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #7 tested: OK -2024-06-13 17:54:23,830 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #8 tested: OK -2024-06-13 17:54:23,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #8 tested: OK -2024-06-13 17:54:23,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #9 tested: OK -2024-06-13 17:54:24,060 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #9 tested: OK -2024-06-13 17:54:24,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #10 tested: OK -2024-06-13 17:54:24,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:24,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #10 tested: OK -2024-06-13 17:54:24,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #11 tested: OK -2024-06-13 17:54:24,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #11 tested: OK -2024-06-13 17:54:24,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #12 tested: OK -2024-06-13 17:54:24,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #12 tested: OK -2024-06-13 17:54:24,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #13 tested: OK -2024-06-13 17:54:24,689 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:24,701 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #13 tested: OK -2024-06-13 17:54:24,765 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #14 tested: OK -2024-06-13 17:54:24,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #14 tested: OK -2024-06-13 17:54:24,894 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:24,894 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 17:54:24,894 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:24,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #15 tested: OK -2024-06-13 17:54:25,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #15 tested: OK -2024-06-13 17:54:25,057 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:25,057 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:25,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #16 tested: OK -2024-06-13 17:54:25,160 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:25,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #16 tested: OK -2024-06-13 17:54:25,219 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:25,219 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:25,219 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:25,219 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:25,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #17 tested: OK -2024-06-13 17:54:25,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #17 tested: OK -2024-06-13 17:54:25,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #18 tested: OK -2024-06-13 17:54:25,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #18 tested: OK -2024-06-13 17:54:25,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #19 tested: OK -2024-06-13 17:54:25,641 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:25,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #19 tested: OK -2024-06-13 17:54:25,720 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:25,720 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:25,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #20 tested: OK -2024-06-13 17:54:25,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #20 tested: OK -2024-06-13 17:54:25,903 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:25,903 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:25,903 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:25,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #21 tested: OK -2024-06-13 17:54:26,068 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:26,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #21 tested: OK -2024-06-13 17:54:26,083 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:26,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #22 tested: OK -2024-06-13 17:54:26,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #22 tested: OK -2024-06-13 17:54:26,290 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:26,290 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:26,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #23 tested: OK -2024-06-13 17:54:26,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #23 tested: OK -2024-06-13 17:54:26,454 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:26,454 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:26,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #24 tested: OK -2024-06-13 17:54:26,548 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000074 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:26,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #24 tested: OK -2024-06-13 17:54:26,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #25 tested: OK -2024-06-13 17:54:26,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #25 tested: OK -2024-06-13 17:54:26,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #26 tested: OK -2024-06-13 17:54:26,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #26 tested: OK -2024-06-13 17:54:26,935 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:54:26,935 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:26,936 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:26,936 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:26,936 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:26,936 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:26,938 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 17:54:26,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:26,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:26,939 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:26,939 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:26,939 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:26,939 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:26,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #27 tested: OK -2024-06-13 17:54:27,035 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:27,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #27 tested: OK -2024-06-13 17:54:27,099 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:27,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:27,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:27,100 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:27,100 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:27,156 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #28 tested: OK -2024-06-13 17:54:27,257 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #28 tested: OK -2024-06-13 17:54:27,258 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:27,258 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:27,258 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,260 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,260 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:27,260 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:27,260 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:27,261 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:27,261 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:54:27,262 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:54:27,265 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:54:27,265 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:27,265 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,266 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:27,266 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:27,266 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:27,267 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 17:54:27,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:27,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,269 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:27,269 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:27,269 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:27,269 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:27,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #29 tested: OK -2024-06-13 17:54:27,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #29 tested: OK -2024-06-13 17:54:27,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #30 tested: OK -2024-06-13 17:54:27,544 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:27,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #30 tested: OK -2024-06-13 17:54:27,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #31 tested: OK -2024-06-13 17:54:27,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #31 tested: OK -2024-06-13 17:54:27,765 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:27,765 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:27,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #2 tested: OK -2024-06-13 17:54:27,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #2 tested: OK -2024-06-13 17:54:27,913 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:27,913 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:27,914 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:27,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #1 tested: OK -2024-06-13 17:54:28,003 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:28,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #1 tested: OK -2024-06-13 17:54:28,070 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:28,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #3 tested: OK -2024-06-13 17:54:28,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #3 tested: OK -2024-06-13 17:54:28,283 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:28,283 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:28,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #4 tested: OK -2024-06-13 17:54:28,434 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:28,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #4 tested: OK -2024-06-13 17:54:28,465 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:28,466 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:28,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #5 tested: OK -2024-06-13 17:54:28,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #5 tested: OK -2024-06-13 17:54:28,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #6 tested: OK -2024-06-13 17:54:28,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #6 tested: OK -2024-06-13 17:54:28,814 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:28,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #7 tested: OK -2024-06-13 17:54:28,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #7 tested: OK -2024-06-13 17:54:28,959 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:54:28,959 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:28,959 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:28,959 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:28,959 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:28,960 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:28,960 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 17:54:28,960 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:28,960 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:28,960 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:28,961 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:28,961 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:28,961 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:29,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #8 tested: OK -2024-06-13 17:54:29,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #8 tested: OK -2024-06-13 17:54:29,100 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:29,100 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:29,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #9 tested: OK -2024-06-13 17:54:29,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #9 tested: OK -2024-06-13 17:54:29,234 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:29,234 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:29,235 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:29,235 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:54:29,235 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:54:29,240 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:54:29,240 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:29,240 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,240 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,240 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:29,241 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:29,241 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:29,241 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:54:29,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:29,241 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,242 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:29,242 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:29,242 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:29,242 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:29,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #10 tested: OK -2024-06-13 17:54:29,310 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000091 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:29,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #10 tested: OK -2024-06-13 17:54:29,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #11 tested: OK -2024-06-13 17:54:29,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #11 tested: OK -2024-06-13 17:54:29,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #12 tested: OK -2024-06-13 17:54:29,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #12 tested: OK -2024-06-13 17:54:29,720 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:29,720 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:29,763 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:29,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #13 tested: OK -2024-06-13 17:54:29,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/36/00) - Connection #13 tested: OK -2024-06-13 17:54:29,883 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:29,884 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:29,884 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:29,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/36/00) - Connection #14 tested: OK -2024-06-13 17:54:30,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #14 tested: OK -2024-06-13 17:54:30,049 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:30,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #15 tested: OK -2024-06-13 17:54:30,226 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:30,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/37/00) - Connection #15 tested: OK -2024-06-13 17:54:30,246 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:30,246 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:30,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/37/00) - Connection #16 tested: OK -2024-06-13 17:54:30,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #16 tested: OK -2024-06-13 17:54:30,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:30,399 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:30,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #17 tested: OK -2024-06-13 17:54:30,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #17 tested: OK -2024-06-13 17:54:30,601 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #18 tested: OK -2024-06-13 17:54:30,664 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:30,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #18 tested: OK -2024-06-13 17:54:30,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #19 tested: OK -2024-06-13 17:54:30,866 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #19 tested: OK -2024-06-13 17:54:30,866 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:54:30,866 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:30,867 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:30,867 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:30,867 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:30,868 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:30,868 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:54:30,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:30,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:30,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:30,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:30,869 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:30,869 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:30,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #20 tested: OK -2024-06-13 17:54:31,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #20 tested: OK -2024-06-13 17:54:31,039 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:31,039 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:31,039 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,039 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,040 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:31,040 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:31,040 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:31,094 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:31,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/39/00) - Connection #21 tested: OK -2024-06-13 17:54:31,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/39/00) - Connection #21 tested: OK -2024-06-13 17:54:31,199 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:31,199 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:31,199 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,199 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,199 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:31,199 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:31,200 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:31,200 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:31,200 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:54:31,200 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:54:31,205 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:31,205 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:31,206 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:54:31,206 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:31,206 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,206 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:31,207 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:31,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/39/00) - Connection #22 tested: OK -2024-06-13 17:54:31,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/39/00) - Connection #22 tested: OK -2024-06-13 17:54:31,382 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:31,382 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:31,382 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:31,382 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:31,441 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/39/00) - Connection #23 tested: OK -2024-06-13 17:54:31,564 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000104 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:31,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/40/00) - Connection #23 tested: OK -2024-06-13 17:54:31,620 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/40/00) - Connection #24 tested: OK -2024-06-13 17:54:31,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/40/00) - Connection #24 tested: OK -2024-06-13 17:54:31,790 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/40/00) - Connection #25 tested: OK -2024-06-13 17:54:31,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/40/00) - Connection #25 tested: OK -2024-06-13 17:54:31,883 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:31,884 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:31,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/40/00) - Connection #26 tested: OK -2024-06-13 17:54:32,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/40/00) - Connection #26 tested: OK -2024-06-13 17:54:32,039 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:32,039 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:32,039 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:32,044 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000107 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:32,095 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/41/00) - Connection #27 tested: OK -2024-06-13 17:54:32,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/41/00) - Connection #27 tested: OK -2024-06-13 17:54:32,199 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:32,256 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/41/00) - Connection #28 tested: OK -2024-06-13 17:54:32,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/41/00) - Connection #28 tested: OK -2024-06-13 17:54:32,430 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:32,430 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:32,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/41/00) - Connection #29 tested: OK -2024-06-13 17:54:32,534 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000110 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:32,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/42/00) - Connection #29 tested: OK -2024-06-13 17:54:32,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:32,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:32,670 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/42/00) - Connection #30 tested: OK -2024-06-13 17:54:32,785 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #30 tested: OK -2024-06-13 17:54:32,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/42/00) - Connection #31 tested: OK -2024-06-13 17:54:32,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/42/00) - Connection #31 tested: OK -2024-06-13 17:54:32,974 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000112 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:33,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/43/00) - Connection #32 tested: OK -2024-06-13 17:54:33,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/43/00) - Connection #32 tested: OK -2024-06-13 17:54:33,136 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:54:33,136 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:33,136 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,137 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:33,137 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,196 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/43/00) - Connection #33 tested: OK -2024-06-13 17:54:33,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #33 tested: OK -2024-06-13 17:54:33,294 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:33,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:33,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,295 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,295 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:33,295 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:33,295 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/43/00) - Connection #34 tested: OK -2024-06-13 17:54:33,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/43/00) - Connection #34 tested: OK -2024-06-13 17:54:33,454 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:33,454 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:33,455 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,455 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,455 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:33,455 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:33,455 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,455 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:33,455 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:54:33,455 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:54:33,456 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,456 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:33,456 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,457 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:33,457 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:33,457 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:33,457 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:33,465 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000115 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:33,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/44/00) - Connection #35 tested: OK -2024-06-13 17:54:33,645 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/44/00) - Connection #35 tested: OK -2024-06-13 17:54:33,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/44/00) - Connection #36 tested: OK -2024-06-13 17:54:33,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #36 tested: OK -2024-06-13 17:54:33,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #37 tested: OK -2024-06-13 17:54:33,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/44/00) - Connection #37 tested: OK -2024-06-13 17:54:33,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:33,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:33,969 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000118 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:34,016 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/45/00) - Connection #38 tested: OK -2024-06-13 17:54:34,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/45/00) - Connection #38 tested: OK -2024-06-13 17:54:34,128 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:34,128 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:34,128 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:34,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/45/00) - Connection #39 tested: OK -2024-06-13 17:54:34,304 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #39 tested: OK -2024-06-13 17:54:34,305 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:34,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #40 tested: OK -2024-06-13 17:54:34,471 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000121 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:34,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/46/00) - Connection #40 tested: OK -2024-06-13 17:54:34,525 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:34,525 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:34,578 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/46/00) - Connection #41 tested: OK -2024-06-13 17:54:34,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #41 tested: OK -2024-06-13 17:54:34,709 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:34,709 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:34,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/46/00) - Connection #42 tested: OK -2024-06-13 17:54:34,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #42 tested: OK -2024-06-13 17:54:34,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #43 tested: OK -2024-06-13 17:54:34,956 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000124 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:35,013 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/47/00) - Connection #43 tested: OK -2024-06-13 17:54:35,055 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/47/00) - Connection #44 tested: OK -2024-06-13 17:54:35,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #44 tested: OK -2024-06-13 17:54:35,159 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:54:35,159 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:35,159 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,159 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:35,159 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,160 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:35,160 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/47/00) - Connection #45 tested: OK -2024-06-13 17:54:35,352 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #45 tested: OK -2024-06-13 17:54:35,353 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:35,353 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #46 tested: OK -2024-06-13 17:54:35,414 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000127 (01/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:35,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/48/00) - Connection #46 tested: OK -2024-06-13 17:54:35,504 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:35,504 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,505 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:35,505 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:54:35,505 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:54:35,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,506 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:35,506 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:35,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:54:35,507 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:54:35,507 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:35,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/48/00) - Connection #47 tested: OK -2024-06-13 17:54:35,660 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #47 tested: OK -2024-06-13 17:54:35,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #48 tested: OK -2024-06-13 17:54:35,820 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #48 tested: OK -2024-06-13 17:54:35,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #2 tested: OK -2024-06-13 17:54:35,970 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000130 (01/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:35,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #2 tested: OK -2024-06-13 17:54:35,997 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:54:35,997 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:54:36,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/49/00) - Connection #1 tested: OK -2024-06-13 17:54:36,181 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #1 tested: OK -2024-06-13 17:54:36,182 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:54:36,182 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:54:36,182 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:36,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #3 tested: OK -2024-06-13 17:54:36,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #3 tested: OK -2024-06-13 17:54:36,334 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:54:36,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #4 tested: OK -2024-06-13 17:54:36,455 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000133 (01/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:54:36,554 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #4 tested: OK -2024-06-13 17:54:36,556 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:54:36,556 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:54:36,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:54:36,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:54:36,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:36,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:36,821 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:54:36,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:54:36,989 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:54:37,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:54:37,157 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #8 tested: OK -2024-06-13 17:54:37,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #8 tested: OK -2024-06-13 17:54:37,253 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:54:37,253 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:37,253 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,253 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:37,253 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:54:37,253 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,254 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:00] -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:54:37,254 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:54:37,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:54:37,381 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:54:37,381 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #10 tested: OK -2024-06-13 17:54:37,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #10 tested: OK -2024-06-13 17:54:37,544 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:37,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:54:37,545 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:54:37,545 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,545 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:54:37,545 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:54:37,545 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:54:37,546 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:54:37,546 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,546 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:54:37,547 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,547 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,547 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:37,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:54:37,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:54:37,704 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}] -2024-06-13 17:54:37,704 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,704 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,704 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 17:54:37,704 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 17:54:37,705 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 17:54:37,705 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:54:37,705 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,705 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:54:37,705 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:37,705 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:54:37,705 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:54:37,706 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:37,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:54:37,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:54:37,909 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:54:38,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:54:38,018 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,018 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:54:38,018 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:54:38,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:54:38,204 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:54:38,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:54:38,205 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:54:38,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:54:38,355 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:54:38,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,355 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 17:54:38,356 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - beLateParams classInfo: [{edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}] -2024-06-13 17:54:38,356 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:54:38,356 [main] [com.engine.common.util.Utils] [INFO] - 休息时间在请假时间 左边 -2024-06-13 17:54:38,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,357 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,357 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:38,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,358 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,358 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting BeLateItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,358 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,359 [main] [com.engine.attendance.attendanceanalysis.cmd.item.BeLateItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:54:38,359 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- BeLateItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,359 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,360 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,360 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,360 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,360 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:54:38,360 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,360 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,361 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}] -2024-06-13 17:54:38,361 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:54:38,362 [main] [com.engine.common.util.Utils] [INFO] - 休息时间在请假时间 左边 -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,362 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,363 [main] [com.engine.attendance.attendanceanalysis.cmd.item.LeaveEarlyItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,363 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,364 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,364 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [INFO] - absenteeismCmd attendanceItems : [[]] -2024-06-13 17:54:38,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,364 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [INFO] - between :88,jbzzhlfzs:0 -2024-06-13 17:54:38,364 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[{hsl=1.0, bdlx=2, item=8, itemType=LATE, classEndTime=2024-06-11 22:29:38, betweenMinutes=237, kczgsc=1, record=true, itemduration=237.0, classStartTime=2024-06-11 18:32, pointTime=2024-06-11 18:45, hsdw=2}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-06-11 20:00, betweenMinutes=88, kczgsc=1, record=true, itemduration=88.0, classStartTime=2024-06-11 17:17:06, pointTime=2024-06-11 20:00, hsdw=2}]] -2024-06-13 17:54:38,365 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 17:54:38,365 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 17:54:38,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:54:38,365 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,366 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:38,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,366 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,367 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,367 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:54:38,367 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,368 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:54:38,368 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 45.0 -2024-06-13 17:54:38,368 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[0.0],leaveElaryTime :[14.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] -2024-06-13 17:54:38,369 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[31.0] -2024-06-13 17:54:38,369 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:54:38,369 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,370 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:38,370 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:38,370 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:38,370 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [INFO] - 最终加班时长: 31.0 -2024-06-13 17:54:38,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:54:38,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:54:38,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:54:38,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:54:39,525 [main] [com.engine.common.util.CommonUtil] [INFO] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] -2024-06-13 17:54:39,525 [main] [com.engine.common.util.CommonUtil] [INFO] - needInsertDate: [[3e169f51-0e0d-4db2-a25e-967b0337a6fc, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 16:30, 17:01, 155, 2024-06-13, 4, 31-2024-06-13, 1, 2024-06-11, 2024-06-11, 0.0, 17:54:39]] -2024-06-13 17:54:39,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:54:39,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/50/00) - Connection #19 tested: OK -2024-06-13 17:54:39,632 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:54:39,633 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:54:39,633 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:54:39,633 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:54:39,633 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:54:39,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (02/50/00) - Connection #19 tested: OK -2024-06-13 17:54:39,809 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 17:54:39,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:54:39,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:39,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:54:39,864 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:39,865 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:54:39,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:54:39,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,865 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:54:39,865 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:39,865 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:54:39,865 [main] [com.engine.common.util.Utils] [INFO] - 请假时间在休息时间中间 -2024-06-13 17:54:39,865 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 75.0 -2024-06-13 17:54:39,865 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[237.0],leaveElaryTime :[88.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] -2024-06-13 17:54:39,865 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[-250.0] -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:54:39,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,867 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,867 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 17:54:39,867 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:39,867 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 17:54:39,868 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 17:54:39,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 17:54:39,868 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,868 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=8.0, classInfo=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=120, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 07:52:10, j2=2024-06-11 11:14:46, j3=2024-06-11 22:29:38, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:03:05, j8=NULL, c2=2024-06-11 17:01:29, c3=2024-06-11 17:17:06, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LATE, classEndTime=2024-06-11 22:29:38, betweenMinutes=237, kczgsc=1, record=true, itemduration=237.0, classStartTime=2024-06-11 18:32, pointTime=2024-06-11 18:45, hsdw=2}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-06-11 20:00, betweenMinutes=88, kczgsc=1, record=true, itemduration=88.0, classStartTime=2024-06-11 17:17:06, pointTime=2024-06-11 20:00, hsdw=2}, {item=155, itemduration=0.0}, {item=155, itemduration=0}], rqlx=0} -2024-06-13 17:54:39,869 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:39,869 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 17:54:39,869 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:54:39,936 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:54:40,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:54:40,044 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=1,fxrq='2024-06-13 17:54:40',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=8,sc1=237.0,xm2=8,sc2=88.0,xm3=155,sc3=0.0,xm4=155,sc4=0,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:14:46',j3='2024-06-11 22:29:38',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:03:05',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 17:17:06',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 17:54:40,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:54:40,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:54:40,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:54:40,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:54:40,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:54:41,179 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #23 - autoCommit reset back to true -2024-06-13 17:54:41,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:54:41,244 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 17:54:41,244 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:54:41,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:54:41,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:54:41,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #25 tested: OK -2024-06-13 17:54:41,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #25 tested: OK -2024-06-13 17:54:41,645 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #26 tested: OK -2024-06-13 17:54:41,753 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #26 tested: OK -2024-06-13 17:54:41,754 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 17:54:41,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #27 tested: OK -2024-06-13 17:54:41,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #27 tested: OK -2024-06-13 17:54:41,904 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:54:41,904 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:54:41,904 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:54:41,904 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 17:54:41,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:54:42,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:54:42,149 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:54:42,149 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 17:54:42,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #29 tested: OK -2024-06-13 17:54:42,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #29 tested: OK -2024-06-13 17:54:42,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #30 tested: OK -2024-06-13 17:54:42,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #30 tested: OK -2024-06-13 17:54:42,495 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:54:42,495 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:54:42,495 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:54:42,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #31 tested: OK -2024-06-13 17:54:42,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #31 tested: OK -2024-06-13 17:54:42,685 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:54:42,685 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 17:54:42,685 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:54:42,736 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #32 tested: OK -2024-06-13 17:54:42,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #32 tested: OK -2024-06-13 17:54:42,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #33 tested: OK -2024-06-13 17:54:43,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/49/01) - Connection #33 tested: OK -2024-06-13 17:54:43,059 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 17:54:43,115 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/49/01) - Connection #34 tested: OK -2024-06-13 17:54:43,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/49/01) - Connection #34 tested: OK -2024-06-13 17:54:43,234 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 17:54:43,234 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:54:43,300 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/49/01) - Connection #35 tested: OK -2024-06-13 17:54:43,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/49/01) - Connection #35 tested: OK -2024-06-13 17:54:43,415 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:54:43,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/49/01) - Connection #36 tested: OK -2024-06-13 17:54:43,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/49/01) - Connection #36 tested: OK -2024-06-13 17:54:43,558 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 17:54:43,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/49/01) - Connection #37 tested: OK -2024-06-13 17:54:43,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/49/01) - Connection #37 tested: OK -2024-06-13 17:54:43,775 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:54:43,775 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 17:54:43,776 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:54:43,776 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:54:43,846 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/49/01) - Connection #38 tested: OK -2024-06-13 17:54:43,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/49/01) - Connection #38 tested: OK -2024-06-13 17:54:44,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #39 tested: OK -2024-06-13 17:54:44,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/49/01) - Connection #39 tested: OK -2024-06-13 17:54:44,119 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:54:44,119 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:54:44,119 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:54:44,119 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:54:44,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/49/01) - Connection #40 tested: OK -2024-06-13 17:54:44,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/49/01) - Connection #40 tested: OK -2024-06-13 17:54:44,338 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #41 tested: OK -2024-06-13 17:54:44,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/49/01) - Connection #41 tested: OK -2024-06-13 17:54:44,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/49/01) - Connection #42 tested: OK -2024-06-13 17:54:44,618 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/49/01) - Connection #42 tested: OK -2024-06-13 17:54:44,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/49/01) - Connection #43 tested: OK -2024-06-13 17:54:44,795 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/49/01) - Connection #43 tested: OK -2024-06-13 17:54:44,795 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 17:54:44,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/49/01) - Connection #44 tested: OK -2024-06-13 17:54:44,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/49/01) - Connection #44 tested: OK -2024-06-13 17:54:45,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/49/01) - Connection #45 tested: OK -2024-06-13 17:54:45,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/49/01) - Connection #45 tested: OK -2024-06-13 17:54:45,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/49/01) - Connection #46 tested: OK -2024-06-13 17:54:45,297 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/49/01) - Connection #46 tested: OK -2024-06-13 17:54:45,347 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/49/01) - Connection #47 tested: OK -2024-06-13 17:54:45,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/49/01) - Connection #47 tested: OK -2024-06-13 17:54:45,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/49/01) - Connection #48 tested: OK -2024-06-13 17:54:45,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/50/00) - Connection #48 tested: OK -2024-06-13 17:54:45,895 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 17:54:45,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:54:46,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000178 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:54:46,073 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 17:54:46,075 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 17:54:46,075 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 17:54:46,082 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 17:54:46,082 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 17:54:46,082 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 17:54:46,082 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 17:54:46,083 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 17:54:46,083 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 17:54:46,083 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 17:54:46,083 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 17:54:46,084 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 17:54:46,084 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 17:54:46,084 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 17:54:46,084 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 17:54:46,085 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 17:54:46,085 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 17:54:46,086 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 17:54:46,086 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 17:54:46,086 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 17:54:46,086 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 17:54:46,086 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 17:54:46,087 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 17:54:46,087 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 17:54:46,087 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 17:54:46,088 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 17:54:46,088 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 17:54:46,088 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 17:54:46,088 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 17:54:46,089 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 17:54:46,089 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 17:54:46,089 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 17:54:46,089 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 17:54:46,090 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 17:54:46,090 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 17:54:46,090 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 17:54:46,090 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 17:54:46,091 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 17:54:46,091 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 17:54:46,091 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 17:54:46,091 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 17:54:46,092 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 17:54:46,092 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 17:54:46,092 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 17:54:46,092 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 17:54:46,092 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 17:54:46,093 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 17:54:46,094 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 17:54:46,095 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 17:54:46,096 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 17:54:46,096 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 17:54:46,096 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 17:54:46,097 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 17:54:46,097 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 17:54:46,097 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 17:54:46,098 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 17:54:46,098 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 17:54:46,098 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 17:54:46,098 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 17:54:46,099 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 17:54:46,100 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 17:54:46,103 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 17:54:46,104 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 17:54:46,105 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 17:54:46,106 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 17:54:46,106 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 17:54:46,106 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 17:54:46,107 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/01/00) - #0001 removed because of shutdown. -2024-06-13 17:54:46,107 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 17:54:46,107 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000178 (00/00/00) - #0002 removed because of shutdown. -2024-06-13 17:54:46,107 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 17:54:46,107 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 32 milliseconds. -2024-06-13 17:54:46,108 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 17:54:46,108 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 17:55:55,697 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 17:55:55,701 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:26:31,003 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:26:31,648 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:26:31,648 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:26:31,648 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:26:31,648 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:26:31,649 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:26:31,649 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:26:31,649 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:26:31,649 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:26:31,649 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:26:31,650 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:26:31,650 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:26:31,652 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:26:31,652 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:26:31,652 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:26:31,653 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:26:31,653 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:26:31,653 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:26:31,653 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:26:31,654 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:26:31,654 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:26:31,654 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:26:31,654 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:26:31,654 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:26:31,655 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:26:31,656 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:26:31,657 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:26:31,658 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:26:31,659 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:26:31,660 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:26:31,679 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:26:31,682 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:26:31,684 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:26:32,545 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:26:32,663 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:26:32,718 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:26:32,718 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:26:32,755 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:26:32,755 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:26:32,755 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:26:32,756 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:32,756 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:26:32,827 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:26:32,886 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:26:32,886 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:26:32,887 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:26:32,969 [main] [A2] [INFO] - rootPath == +2024-06-18 18:26:32,969 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:26:32,970 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:26:32,971 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:26:33,008 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:26:33,022 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:26:33,022 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:26:33,022 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:26:33,022 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:26:33,023 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:26:33,023 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:26:33,023 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:26:33,124 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:26:33,125 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:26:33,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:26:33,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:33,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:26:33,365 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath326314806.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:26:33,414 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:26:33,459 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:26:33,459 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:26:33,459 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:26:33,459 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:26:33,459 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:26:33,460 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:26:33,460 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:26:33,460 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:26:33,460 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:26:33,460 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:26:33,466 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:26:33,469 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:26:33,470 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:26:33,471 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:26:33,471 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:26:33,471 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:26:33,473 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@10650953 +2024-06-18 18:26:33,474 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:26:33,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:26:33,624 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:26:33,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:26:33,719 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:33,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:26:33,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:26:33,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:26:34,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:26:34,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #3 tested: OK +2024-06-18 18:26:34,159 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:34,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:26:34,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:26:34,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:26:34,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:26:34,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:26:34,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:26:34,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:26:34,852 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:34,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #1 tested: OK +2024-06-18 18:26:35,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK +2024-06-18 18:26:35,074 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:26:35,222 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:26:35,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:26:35,404 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:35,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:26:35,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:26:35,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:26:35,691 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:26:35,867 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:26:36,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:26:36,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:26:36,174 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:36,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-18 18:26:36,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #2 tested: OK +2024-06-18 18:26:36,390 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:26:36,531 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:26:36,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:26:36,697 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:26:36,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/08/00) - Connection #4 tested: OK +2024-06-18 18:26:36,846 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:36,905 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:26:37,006 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:26:37,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:26:37,155 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:26:37,311 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:26:37,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:26:37,519 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:37,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #7 tested: OK +2024-06-18 18:26:37,601 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:26:37,749 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:26:37,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:26:37,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:26:38,050 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/10/00) - Connection #10 tested: OK +2024-06-18 18:26:38,163 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:38,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #10 tested: OK +2024-06-18 18:26:38,219 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #11 tested: OK +2024-06-18 18:26:38,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #11 tested: OK +2024-06-18 18:26:38,359 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #2 tested: OK +2024-06-18 18:26:38,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/11/00) - Connection #2 tested: OK +2024-06-18 18:26:38,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:26:38,596 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:26:38,663 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:26:38,749 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:26:38,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:26:38,868 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:38,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #4 tested: OK +2024-06-18 18:26:38,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:26:39,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:26:39,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:26:39,202 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:26:39,203 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:39,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:26:39,206 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:39,244 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (00/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:39,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #7 tested: OK +2024-06-18 18:26:39,410 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/13/00) - Connection #7 tested: OK +2024-06-18 18:26:39,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/13/00) - Connection #8 tested: OK +2024-06-18 18:26:39,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/13/00) - Connection #8 tested: OK +2024-06-18 18:26:39,697 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:26:39,731 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:39,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #9 tested: OK +2024-06-18 18:26:39,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #10 tested: OK +2024-06-18 18:26:40,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/14/00) - Connection #10 tested: OK +2024-06-18 18:26:40,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:26:40,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:26:40,184 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:26:40,185 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:26:40,185 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:26:40,208 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:40,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #12 tested: OK +2024-06-18 18:26:40,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #12 tested: OK +2024-06-18 18:26:40,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #13 tested: OK +2024-06-18 18:26:40,485 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/15/00) - Connection #13 tested: OK +2024-06-18 18:26:40,530 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:26:40,650 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:26:40,651 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:26:40,651 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:40,651 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:40,652 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:26:40,652 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:40,661 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:40,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #15 tested: OK +2024-06-18 18:26:40,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/16/00) - Connection #15 tested: OK +2024-06-18 18:26:40,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/16/00) - Connection #16 tested: OK +2024-06-18 18:26:40,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/16/00) - Connection #16 tested: OK +2024-06-18 18:26:41,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/16/00) - Connection #2 tested: OK +2024-06-18 18:26:41,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/16/00) - Connection #2 tested: OK +2024-06-18 18:26:41,119 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:26:41,119 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:26:41,119 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:41,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:41,121 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:26:41,121 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:41,121 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:26:41,123 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000044 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:41,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #1 tested: OK +2024-06-18 18:26:41,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #1 tested: OK +2024-06-18 18:26:41,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #3 tested: OK +2024-06-18 18:26:41,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/17/00) - Connection #3 tested: OK +2024-06-18 18:26:41,429 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:26:41,429 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:26:41,430 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:26:41,479 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/17/00) - Connection #4 tested: OK +2024-06-18 18:26:41,565 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:41,578 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #4 tested: OK +2024-06-18 18:26:41,579 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:26:41,579 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:26:41,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #5 tested: OK +2024-06-18 18:26:41,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/00) - Connection #5 tested: OK +2024-06-18 18:26:41,745 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:26:41,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/00) - Connection #6 tested: OK +2024-06-18 18:26:41,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/18/00) - Connection #6 tested: OK +2024-06-18 18:26:41,901 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:26:41,901 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:26:41,901 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:41,901 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:26:41,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/18/00) - Connection #7 tested: OK +2024-06-18 18:26:42,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/18/00) - Connection #7 tested: OK +2024-06-18 18:26:42,093 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:42,093 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #8 tested: OK +2024-06-18 18:26:42,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/19/00) - Connection #8 tested: OK +2024-06-18 18:26:42,273 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:26:42,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:26:42,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/19/00) - Connection #10 tested: OK +2024-06-18 18:26:42,504 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:42,530 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #10 tested: OK +2024-06-18 18:26:42,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #11 tested: OK +2024-06-18 18:26:42,682 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/20/00) - Connection #11 tested: OK +2024-06-18 18:26:42,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:26:42,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:26:42,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:26:42,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:26:43,003 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:43,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #14 tested: OK +2024-06-18 18:26:43,144 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/21/00) - Connection #14 tested: OK +2024-06-18 18:26:43,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:26:43,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:26:43,359 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:26:43,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:26:43,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/21/00) - Connection #17 tested: OK +2024-06-18 18:26:43,563 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:43,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/22/00) - Connection #17 tested: OK +2024-06-18 18:26:43,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:26:43,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:26:43,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:26:43,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:26:43,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/22/00) - Connection #20 tested: OK +2024-06-18 18:26:43,999 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:44,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/23/00) - Connection #20 tested: OK +2024-06-18 18:26:44,107 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:26:44,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:26:44,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:44,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:26:44,225 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:48,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/23/00) - Connection #22 tested: OK +2024-06-18 18:26:48,212 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:48,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #22 tested: OK +2024-06-18 18:26:48,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #23 tested: OK +2024-06-18 18:26:48,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/24/00) - Connection #23 tested: OK +2024-06-18 18:26:48,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/24/00) - Connection #24 tested: OK +2024-06-18 18:26:48,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/24/00) - Connection #24 tested: OK +2024-06-18 18:26:48,543 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:26:48,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:26:48,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,544 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:26:48,544 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:26:48,544 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:26:48,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,546 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:26:48,546 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:48,547 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:26:48,548 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:26:48,548 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,596 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/24/00) - Connection #2 tested: OK +2024-06-18 18:26:48,652 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:48,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #2 tested: OK +2024-06-18 18:26:48,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #1 tested: OK +2024-06-18 18:26:48,858 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #1 tested: OK +2024-06-18 18:26:48,859 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,859 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:26:48,859 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:48,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #3 tested: OK +2024-06-18 18:26:48,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/25/00) - Connection #3 tested: OK +2024-06-18 18:26:48,985 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:26:48,985 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:26:48,985 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:48,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:26:48,986 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:49,041 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/25/00) - Connection #4 tested: OK +2024-06-18 18:26:49,079 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:49,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #4 tested: OK +2024-06-18 18:26:49,148 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:26:49,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:26:49,148 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:49,150 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:49,150 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:26:49,150 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:49,150 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:26:49,151 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:26:49,152 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:26:49,158 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:26:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:26:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:49,159 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:49,159 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:26:49,159 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:49,160 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:26:49,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:26:49,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,171 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:26:53,171 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:26:53,172 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:26:53,172 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:26:53,173 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 18:26:53,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:26:53,174 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:26:53,177 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,177 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,178 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:26:53,178 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,179 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:26:53,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:26:53,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,180 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:26:53,180 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:26:53,180 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 18:26:53,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,181 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:26:53,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:26:53,182 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,182 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 18:26:53,182 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:26:53,182 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:26:53,184 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,184 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 18:26:53,184 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,185 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 18:26:53,185 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 18:26:53,185 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 18:26:53,186 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 18:26:53,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 18:26:53,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,187 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:53,187 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:26:53,187 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:26:53,187 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 18:26:53,220 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #5 tested: OK +2024-06-18 18:26:53,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/26/00) - Connection #5 tested: OK +2024-06-18 18:26:53,393 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/26/00) - Connection #6 tested: OK +2024-06-18 18:26:53,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/26/00) - Connection #6 tested: OK +2024-06-18 18:26:53,519 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:54,067 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:54,333 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:26:54,333 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[939ca6b0-67c9-4316-8d5d-d8f5fddd57f5, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:26:54, 2024-09-01]] +2024-06-18 18:26:54,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #7 tested: OK +2024-06-18 18:26:54,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/28/00) - Connection #8 tested: OK +2024-06-18 18:26:54,442 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:26:54,442 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:26:54,442 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:26:54,442 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:26:54,442 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:26:54,520 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (02/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:54,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/29/00) - Connection #8 tested: OK +2024-06-18 18:26:54,619 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:26:54,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #7 tested: OK +2024-06-18 18:26:54,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #9 tested: OK +2024-06-18 18:26:54,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #9 tested: OK +2024-06-18 18:26:54,833 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:26:54,833 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[3c2e7906-3558-4f72-8e07-351a33013cf5, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:26:54]] +2024-06-18 18:26:54,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #10 tested: OK +2024-06-18 18:26:54,960 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:26:54,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #10 tested: OK +2024-06-18 18:26:54,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:26:54,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:54,989 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:26:54,990 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:26:54,990 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:27:12,626 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/30/01) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:28:11,601 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/31/01) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:28:48,733 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:28:48,734 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:28:48,734 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:28:48,734 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 18:28:48,735 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:28:48,736 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:28:48,736 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:28:48,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/01) - Connection #11 tested: OK +2024-06-18 18:28:48,779 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:28:48,863 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/01) - Connection #11 tested: OK +2024-06-18 18:28:48,864 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:28:48',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 18:56:41,829 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:56:41,838 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 17:55:55,702 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 17:55:55,702 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:56:41,838 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:56:41,839 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -6303,598 +3180,606 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 17:55:55,703 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 17:55:56,233 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:55:56,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 17:55:56,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 17:55:56,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 17:55:56,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 17:55:56,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 17:55:56,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 17:55:56,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 17:55:56,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 17:55:56,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 17:55:56,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 17:55:56,236 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 17:55:56,236 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 17:55:56,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 17:55:56,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 17:55:56,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 17:55:56,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 17:55:56,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 17:55:56,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 17:55:56,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 17:55:56,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 17:55:56,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 17:55:56,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:55:56,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 17:55:56,244 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 17:55:56,244 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 17:55:56,259 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 17:55:56,261 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 17:55:56,263 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 17:55:57,064 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 17:55:57,185 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 17:55:57,243 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 17:55:57,243 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 17:55:57,294 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 17:55:57,294 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:55:57,294 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:55:57,295 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 17:55:57,295 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:55:57,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:57,421 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 17:55:57,421 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 17:55:57,421 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:55:57,421 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 17:55:57,421 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 17:55:57,422 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:55:57,422 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 17:55:57,422 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 17:55:57,498 [main] [A2] [INFO] - rootPath == -2024-06-13 17:55:57,498 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 17:55:57,499 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 17:55:57,500 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 17:55:57,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:57,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 17:55:57,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:55:57,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 17:55:57,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:55:57,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:55:57,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:55:57,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:55:57,696 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 17:55:57,698 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 17:55:57,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:57,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,000 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,011 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 17:55:58,011 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 17:55:58,011 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1505202621.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 17:55:58,011 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 17:55:58,012 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 17:55:58,012 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 17:55:58,060 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 17:55:58,060 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 17:55:58,060 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 17:55:58,060 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 17:55:58,061 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 17:55:58,067 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 17:55:58,069 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 17:55:58,071 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 17:55:58,072 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 17:55:58,072 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 17:55:58,072 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 17:55:58,074 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@89c10b7 -2024-06-13 17:55:58,074 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 17:55:58,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:55:58,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:58,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:58,796 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:58,867 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:59,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:59,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,391 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:59,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:59,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:55:59,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:55:59,982 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:00,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:00,188 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:00,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:00,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:00,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:00,600 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:00,655 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:00,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:00,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:00,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:01,057 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:01,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:01,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:01,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:01,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:01,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:01,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:01,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:01,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,107 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:02,318 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:02,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,476 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:02,639 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:02,695 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:02,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,002 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,337 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,657 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:03,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:03,856 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:03,857 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:56:03,858 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:03,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,061 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,107 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,575 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:56:04,576 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:56:04,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:04,764 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:56:04,764 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:56:04,764 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:56:04,815 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,923 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:04,923 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:56:04,977 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,164 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,168 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:56:05,168 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:56:05,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:05,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:05,335 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:56:05,335 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:05,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:05,336 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 17:56:05,336 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:05,387 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:05,655 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:05,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:05,819 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 17:56:05,820 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 17:56:05,820 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:05,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:05,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 17:56:05,821 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:05,821 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 17:56:05,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:05,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:06,057 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,177 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,177 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 17:56:06,178 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 17:56:06,178 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 17:56:06,178 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 17:56:06,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:06,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:06,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,538 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 17:56:06,538 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 17:56:06,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:06,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:06,716 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 17:56:06,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:06,896 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 17:56:06,896 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 17:56:06,896 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:06,896 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,896 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:56:06,897 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 17:56:06,898 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 17:56:06,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,067 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:07,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:07,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,484 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:07,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:07,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:07,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:07,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:08,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:08,317 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:08,374 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,496 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:08,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:08,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:08,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:09,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 17:56:09,507 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:09,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:09,703 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:56:09,703 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:56:09,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:09,882 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:09,883 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:56:09,883 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:56:09,883 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:09,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:10,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:10,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,388 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:56:10,388 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:56:10,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:10,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:10,548 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:56:10,548 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:56:10,548 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:56:10,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,718 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:10,718 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:56:10,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:11,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:11,383 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:56:11,383 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:56:11,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:11,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:11,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:56:11,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:11,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:11,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:11,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:11,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:11,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,055 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,055 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:56:12,056 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:56:12,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:56:12,057 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:56:12,057 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,058 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 17:56:12,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:56:12,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,060 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:56:12,060 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:56:12,060 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,123 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,231 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:56:12,231 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:56:12,231 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,232 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,232 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:56:12,233 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:56:12,233 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,415 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:56:12,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:56:12,416 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,421 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,421 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:56:12,421 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:56:12,421 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,422 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:56:12,423 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:56:12,423 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:56:12,427 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:56:12,427 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:56:12,427 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,428 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,428 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:56:12,428 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:56:12,429 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,429 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 17:56:12,429 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:56:12,430 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,431 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:12,431 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:56:12,431 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:56:12,431 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:12,493 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,667 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,785 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:12,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,958 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:12,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:56:12,958 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:56:13,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:13,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:13,134 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:56:13,135 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:56:13,135 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:56:13,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:13,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:13,325 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:56:13,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:13,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:13,618 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:56:13,619 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:56:13,667 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:13,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:13,789 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:56:13,789 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:13,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:13,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,293 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:56:14,293 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:56:14,293 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,293 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:56:14,293 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:56:14,294 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,294 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 17:56:14,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:56:14,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:56:14,295 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:56:14,295 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,478 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:56:14,478 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:56:14,478 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,478 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,478 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:56:14,479 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:56:14,479 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,654 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:56:14,654 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,655 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:56:14,655 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:56:14,655 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:56:14,661 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,661 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:56:14,661 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:56:14,662 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,662 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:14,662 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:56:14,662 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:56:14,662 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:14,707 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,827 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:14,874 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:14,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:15,030 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,138 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,138 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:56:15,138 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:56:15,195 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:15,322 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:15,323 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:56:15,323 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:56:15,323 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:56:15,378 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,482 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,483 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:56:15,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:15,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:15,710 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:56:15,710 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:56:15,773 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:15,883 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:56:15,883 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:15,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:16,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:16,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,375 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:56:16,375 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:56:16,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,375 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:56:16,375 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:16,376 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:56:16,376 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:16,444 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:16,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:56:16,548 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:56:16,549 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:16,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,735 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:56:16,735 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:56:16,735 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:56:16,735 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:56:16,736 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:56:16,736 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:57:29,809 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:57:29,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:57:29,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:57:29,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:57:29,810 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:57:29,810 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:57:29,810 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:57:29,811 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=AFTER, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:57:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:57:29,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:57:29,812 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:57:29,813 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:57:29,859 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 17:57:29,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:57:29,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/02/00) - Connection #2 tested: OK -2024-06-13 17:57:29,963 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:57:29,963 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:57:29,963 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:57:29,964 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:57:40,552 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 17:57:40,557 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:56:41,840 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:56:42,493 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:56:42,494 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:56:42,494 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:56:42,494 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:56:42,494 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:56:42,494 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:56:42,495 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:56:42,495 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:56:42,495 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:56:42,496 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:56:42,496 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:56:42,497 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:56:42,497 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:56:42,497 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:56:42,498 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:56:42,499 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:56:42,499 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:56:42,506 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:56:42,507 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:56:42,507 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:56:42,507 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:56:42,507 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:56:42,508 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:56:42,508 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:56:42,508 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:56:42,508 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:56:42,509 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:56:42,509 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:56:42,509 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:56:42,509 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:56:42,509 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:56:42,510 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:56:42,511 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:56:42,511 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:56:42,511 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:56:42,511 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:56:42,511 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:56:42,514 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:56:42,514 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:56:42,514 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:56:42,515 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:56:42,515 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:56:42,516 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:56:42,516 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:56:42,516 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:56:42,516 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:56:42,518 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:56:42,518 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:56:42,518 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:56:42,519 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:56:42,519 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:56:42,519 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:56:42,519 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:56:42,521 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:56:42,521 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:56:42,660 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:56:42,697 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:56:42,703 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:56:43,787 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:56:43,892 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:56:43,943 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:56:43,943 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:56:43,997 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:56:43,997 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:56:43,997 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:56:43,998 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:56:43,998 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:44,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:56:44,134 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:56:44,134 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:56:44,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:56:44,245 [main] [A2] [INFO] - rootPath == +2024-06-18 18:56:44,245 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:56:44,247 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:56:44,248 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:56:44,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:56:44,319 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:56:44,319 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:56:44,319 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:56:44,319 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:56:44,320 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:56:44,320 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:56:44,320 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:56:44,426 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:56:44,427 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:56:44,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:56:44,538 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:44,615 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:56:44,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:56:44,810 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:56:44,811 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:56:44,811 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath469903795.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:56:44,811 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:56:44,811 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:56:44,811 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:56:44,892 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:56:44,893 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:56:44,894 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:56:44,896 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:56:44,897 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:56:44,905 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:56:44,909 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:56:44,911 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:56:44,911 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:56:44,911 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:56:44,911 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:56:44,918 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@45be7cd5 +2024-06-18 18:56:44,918 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:56:45,052 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:56:45,068 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:45,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:56:45,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:56:45,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:56:45,459 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:45,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:56:45,522 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:56:45,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:56:45,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:56:45,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:56:45,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:56:45,859 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000008 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:45,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/06/00) - Connection #1 tested: OK +2024-06-18 18:56:46,001 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:56:46,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:56:46,192 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:56:46,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:56:46,304 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:46,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:56:46,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:56:46,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:56:46,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:56:46,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:56:46,696 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:56:46,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:56:46,783 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000014 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:46,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #7 tested: OK +2024-06-18 18:56:46,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #8 tested: OK +2024-06-18 18:56:47,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #8 tested: OK +2024-06-18 18:56:47,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:56:47,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:56:47,232 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:47,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/09/00) - Connection #2 tested: OK +2024-06-18 18:56:47,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #2 tested: OK +2024-06-18 18:56:47,420 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #3 tested: OK +2024-06-18 18:56:47,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #3 tested: OK +2024-06-18 18:56:47,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:56:47,736 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:56:47,744 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:47,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/10/00) - Connection #5 tested: OK +2024-06-18 18:56:47,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #5 tested: OK +2024-06-18 18:56:47,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #6 tested: OK +2024-06-18 18:56:48,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #6 tested: OK +2024-06-18 18:56:48,066 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-18 18:56:48,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #7 tested: OK +2024-06-18 18:56:48,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:56:48,250 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:48,344 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #8 tested: OK +2024-06-18 18:56:48,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #9 tested: OK +2024-06-18 18:56:48,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #9 tested: OK +2024-06-18 18:56:48,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-18 18:56:48,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #10 tested: OK +2024-06-18 18:56:48,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-18 18:56:48,770 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:48,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #11 tested: OK +2024-06-18 18:56:48,909 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #12 tested: OK +2024-06-18 18:56:49,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #12 tested: OK +2024-06-18 18:56:49,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #1 tested: OK +2024-06-18 18:56:49,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #1 tested: OK +2024-06-18 18:56:49,223 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:49,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #2 tested: OK +2024-06-18 18:56:49,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #2 tested: OK +2024-06-18 18:56:49,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #3 tested: OK +2024-06-18 18:56:49,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #3 tested: OK +2024-06-18 18:56:49,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #4 tested: OK +2024-06-18 18:56:49,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #4 tested: OK +2024-06-18 18:56:49,733 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:49,766 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #5 tested: OK +2024-06-18 18:56:49,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #5 tested: OK +2024-06-18 18:56:49,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #6 tested: OK +2024-06-18 18:56:50,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #6 tested: OK +2024-06-18 18:56:50,037 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:50,039 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:56:50,040 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:50,169 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (00/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:50,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/15/00) - Connection #7 tested: OK +2024-06-18 18:56:50,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #7 tested: OK +2024-06-18 18:56:50,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #8 tested: OK +2024-06-18 18:56:50,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #8 tested: OK +2024-06-18 18:56:50,580 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:50,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/16/00) - Connection #9 tested: OK +2024-06-18 18:56:50,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/16/00) - Connection #9 tested: OK +2024-06-18 18:56:50,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/16/00) - Connection #10 tested: OK +2024-06-18 18:56:50,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #10 tested: OK +2024-06-18 18:56:50,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #11 tested: OK +2024-06-18 18:56:51,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #11 tested: OK +2024-06-18 18:56:51,104 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:56:51,104 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:56:51,104 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:56:51,113 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:51,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/17/00) - Connection #12 tested: OK +2024-06-18 18:56:51,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #12 tested: OK +2024-06-18 18:56:51,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #13 tested: OK +2024-06-18 18:56:51,497 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #13 tested: OK +2024-06-18 18:56:51,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #14 tested: OK +2024-06-18 18:56:51,622 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:51,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/18/00) - Connection #14 tested: OK +2024-06-18 18:56:51,690 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:56:51,690 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:51,691 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:51,691 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:56:51,691 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:51,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/18/00) - Connection #15 tested: OK +2024-06-18 18:56:51,815 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #15 tested: OK +2024-06-18 18:56:51,860 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #16 tested: OK +2024-06-18 18:56:51,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #16 tested: OK +2024-06-18 18:56:52,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #17 tested: OK +2024-06-18 18:56:52,118 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000044 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:52,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/19/00) - Connection #17 tested: OK +2024-06-18 18:56:52,134 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:56:52,135 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:56:52,135 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:52,142 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:52,142 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:56:52,142 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:52,142 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:56:52,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/19/00) - Connection #18 tested: OK +2024-06-18 18:56:52,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #18 tested: OK +2024-06-18 18:56:52,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #19 tested: OK +2024-06-18 18:56:52,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #19 tested: OK +2024-06-18 18:56:52,519 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:56:52,519 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:56:52,519 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:56:52,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #1 tested: OK +2024-06-18 18:56:52,680 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:52,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/20/00) - Connection #1 tested: OK +2024-06-18 18:56:52,719 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:56:52,719 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:56:52,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/20/00) - Connection #2 tested: OK +2024-06-18 18:56:52,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #2 tested: OK +2024-06-18 18:56:52,882 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:56:52,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #3 tested: OK +2024-06-18 18:56:53,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #3 tested: OK +2024-06-18 18:56:53,056 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:56:53,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:56:53,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:53,057 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:56:53,124 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:53,132 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/21/00) - Connection #4 tested: OK +2024-06-18 18:56:53,289 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #4 tested: OK +2024-06-18 18:56:53,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #5 tested: OK +2024-06-18 18:56:53,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #5 tested: OK +2024-06-18 18:56:53,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #6 tested: OK +2024-06-18 18:56:53,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #6 tested: OK +2024-06-18 18:56:53,663 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:53,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/22/00) - Connection #7 tested: OK +2024-06-18 18:56:53,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #7 tested: OK +2024-06-18 18:56:53,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #8 tested: OK +2024-06-18 18:56:53,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #8 tested: OK +2024-06-18 18:56:53,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #9 tested: OK +2024-06-18 18:56:54,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #9 tested: OK +2024-06-18 18:56:54,151 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #10 tested: OK +2024-06-18 18:56:54,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:54,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #10 tested: OK +2024-06-18 18:56:54,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #11 tested: OK +2024-06-18 18:56:54,456 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #11 tested: OK +2024-06-18 18:56:54,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #12 tested: OK +2024-06-18 18:56:54,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #12 tested: OK +2024-06-18 18:56:54,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #13 tested: OK +2024-06-18 18:56:54,723 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000059 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:54,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #13 tested: OK +2024-06-18 18:56:54,875 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #14 tested: OK +2024-06-18 18:56:54,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #14 tested: OK +2024-06-18 18:56:55,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #15 tested: OK +2024-06-18 18:56:55,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #15 tested: OK +2024-06-18 18:56:55,195 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:55,201 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/25/00) - Connection #16 tested: OK +2024-06-18 18:56:55,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #16 tested: OK +2024-06-18 18:56:55,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #17 tested: OK +2024-06-18 18:56:55,453 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #17 tested: OK +2024-06-18 18:56:55,494 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #18 tested: OK +2024-06-18 18:56:55,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #18 tested: OK +2024-06-18 18:56:55,595 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:55,595 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:56:55,595 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:55,623 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:55,660 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/26/00) - Connection #19 tested: OK +2024-06-18 18:56:55,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #19 tested: OK +2024-06-18 18:56:55,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #20 tested: OK +2024-06-18 18:56:55,922 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #20 tested: OK +2024-06-18 18:56:55,968 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #21 tested: OK +2024-06-18 18:56:56,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #21 tested: OK +2024-06-18 18:56:56,075 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:56:56,075 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,075 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,076 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:56:56,076 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:56:56,076 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:56:56,078 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,078 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:56:56,078 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,079 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:56:56,080 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,081 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #22 tested: OK +2024-06-18 18:56:56,183 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:56,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #22 tested: OK +2024-06-18 18:56:56,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #23 tested: OK +2024-06-18 18:56:56,440 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #23 tested: OK +2024-06-18 18:56:56,441 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,442 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:56:56,442 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #24 tested: OK +2024-06-18 18:56:56,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #24 tested: OK +2024-06-18 18:56:56,584 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:56:56,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,584 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,591 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,591 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:56:56,591 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,628 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:56,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/28/00) - Connection #25 tested: OK +2024-06-18 18:56:56,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #25 tested: OK +2024-06-18 18:56:56,743 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:56:56,743 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,744 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,751 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,751 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:56:56,751 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,752 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:56:56,753 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:56:56,754 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:56:56,759 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:56:56,759 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,759 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,761 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,761 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:56:56,761 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,762 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:56:56,762 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,762 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,767 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:56:56,767 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:56:56,769 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:56:56,769 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:56:56,770 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 18:56:56,772 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,772 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:56:56,772 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,775 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,775 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,777 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,777 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:56:56,778 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,778 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:56:56,779 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,779 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,780 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:56:56,781 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:56:56,781 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 18:56:56,781 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,781 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:56:56,781 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,782 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:56:56,782 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,783 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 18:56:56,784 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:56:56,784 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:56:56,786 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 18:56:56,787 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,788 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 18:56:56,788 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 18:56:56,789 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 18:56:56,789 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 18:56:56,789 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 18:56:56,789 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,791 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:56,791 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:56:56,791 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:56,791 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 18:56:56,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #26 tested: OK +2024-06-18 18:56:56,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #26 tested: OK +2024-06-18 18:56:56,992 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #27 tested: OK +2024-06-18 18:56:57,093 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #27 tested: OK +2024-06-18 18:56:57,148 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:57,622 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:57,888 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:56:57,888 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[9ba1f36b-a1d1-47cd-b69e-1e3f23fd970b, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:56:57, 2024-09-01]] +2024-06-18 18:56:57,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #28 tested: OK +2024-06-18 18:56:57,971 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #29 tested: OK +2024-06-18 18:56:57,982 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:56:57,983 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:56:57,983 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:56:57,983 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:56:57,983 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:56:58,083 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (02/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:58,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/31/00) - Connection #29 tested: OK +2024-06-18 18:56:58,183 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:56:58,244 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #28 tested: OK +2024-06-18 18:56:58,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #30 tested: OK +2024-06-18 18:56:58,405 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #30 tested: OK +2024-06-18 18:56:58,405 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:56:58,405 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[ef489d84-6f78-4867-8e41-a0169233e571, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:56:58]] +2024-06-18 18:56:58,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #31 tested: OK +2024-06-18 18:56:58,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #31 tested: OK +2024-06-18 18:56:58,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:56:58,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:58,591 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:58,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:58,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:56:58,596 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:58,597 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:56:58,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:56:58,598 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:58,598 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 18:56:58,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:56:58,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:56:58,600 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:56:58,670 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #32 tested: OK +2024-06-18 18:56:58,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #32 tested: OK +2024-06-18 18:56:58,776 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:56:58',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 18:56:58,832 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #1 tested: OK +2024-06-18 18:56:58,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #1 tested: OK +2024-06-18 18:56:59,008 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #2 tested: OK +2024-06-18 18:56:59,062 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:59,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #2 tested: OK +2024-06-18 18:56:59,191 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #3 tested: OK +2024-06-18 18:56:59,573 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:56:59,944 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #3 - autoCommit reset back to true +2024-06-18 18:56:59,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #3 tested: OK +2024-06-18 18:57:00,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 18:57:00,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:00,022 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:00,061 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/35/00) - Connection #4 tested: OK +2024-06-18 18:57:00,157 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/35/00) - Connection #4 tested: OK +2024-06-18 18:57:00,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/35/00) - Connection #5 tested: OK +2024-06-18 18:57:00,315 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #5 tested: OK +2024-06-18 18:57:00,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #6 tested: OK +2024-06-18 18:57:00,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #6 tested: OK +2024-06-18 18:57:00,468 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 18:57:00,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #7 tested: OK +2024-06-18 18:57:00,533 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:00,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #7 tested: OK +2024-06-18 18:57:00,628 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:57:00,628 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:57:00,628 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:57:00,628 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 18:57:00,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #8 tested: OK +2024-06-18 18:57:00,861 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #8 tested: OK +2024-06-18 18:57:00,866 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:57:00,866 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 18:57:00,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #9 tested: OK +2024-06-18 18:57:01,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #9 tested: OK +2024-06-18 18:57:01,038 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:01,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #10 tested: OK +2024-06-18 18:57:01,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #10 tested: OK +2024-06-18 18:57:01,198 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:57:01,198 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:57:01,198 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:57:01,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #11 tested: OK +2024-06-18 18:57:01,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #11 tested: OK +2024-06-18 18:57:01,369 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:57:01,369 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:57:01,370 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:57:01,420 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #12 tested: OK +2024-06-18 18:57:01,500 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:01,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #12 tested: OK +2024-06-18 18:57:01,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #13 tested: OK +2024-06-18 18:57:01,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #13 tested: OK +2024-06-18 18:57:01,703 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 18:57:01,765 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #14 tested: OK +2024-06-18 18:57:01,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #14 tested: OK +2024-06-18 18:57:01,892 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 18:57:01,893 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 18:57:01,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #15 tested: OK +2024-06-18 18:57:01,954 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:02,031 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #15 tested: OK +2024-06-18 18:57:02,032 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:57:02,071 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #16 tested: OK +2024-06-18 18:57:02,180 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #16 tested: OK +2024-06-18 18:57:02,180 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 18:57:02,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #17 tested: OK +2024-06-18 18:57:02,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #17 tested: OK +2024-06-18 18:57:02,361 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 18:57:02,361 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 18:57:02,361 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:57:02,361 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:57:02,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #18 tested: OK +2024-06-18 18:57:02,476 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:02,530 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #18 tested: OK +2024-06-18 18:57:02,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #19 tested: OK +2024-06-18 18:57:02,749 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #19 tested: OK +2024-06-18 18:57:02,749 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 18:57:02,749 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 18:57:02,749 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 18:57:02,749 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 18:57:02,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #20 tested: OK +2024-06-18 18:57:02,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #20 tested: OK +2024-06-18 18:57:02,949 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:02,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/41/00) - Connection #21 tested: OK +2024-06-18 18:57:03,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #21 tested: OK +2024-06-18 18:57:03,144 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #22 tested: OK +2024-06-18 18:57:03,276 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #22 tested: OK +2024-06-18 18:57:03,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #23 tested: OK +2024-06-18 18:57:03,459 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:03,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #23 tested: OK +2024-06-18 18:57:03,468 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 18:57:03,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #24 tested: OK +2024-06-18 18:57:03,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #24 tested: OK +2024-06-18 18:57:03,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #25 tested: OK +2024-06-18 18:57:03,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #25 tested: OK +2024-06-18 18:57:03,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #26 tested: OK +2024-06-18 18:57:03,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/42/00) - Connection #26 tested: OK +2024-06-18 18:57:03,990 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000104 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:04,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/43/00) - Connection #27 tested: OK +2024-06-18 18:57:04,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #27 tested: OK +2024-06-18 18:57:04,195 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #28 tested: OK +2024-06-18 18:57:04,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #28 tested: OK +2024-06-18 18:57:04,288 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-18 18:57:04,288 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 18:57:04,288 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-18 18:57:04,289 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-18 18:57:04,294 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-18 18:57:04,295 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 18:57:04,295 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-18 18:57:04,351 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #29 tested: OK +2024-06-18 18:57:04,428 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000107 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:04,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #29 tested: OK +2024-06-18 18:57:04,488 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 18:57:04,489 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-18 18:57:04,489 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-18 18:57:04,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #30 tested: OK +2024-06-18 18:57:04,885 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:04,995 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #30 - autoCommit reset back to true +2024-06-18 18:57:05,012 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:57:05,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/45/00) - Connection #30 tested: OK +2024-06-18 18:57:05,047 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-18 18:57:08,798 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:57:08,802 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 17:57:40,557 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 17:57:40,558 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:57:08,808 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:57:08,808 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -7031,78 +3916,489 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 17:57:40,559 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 17:57:41,141 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:57:41,141 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 17:57:41,142 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 17:57:41,142 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 17:57:41,142 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 17:57:41,143 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 17:57:41,143 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 17:57:41,143 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 17:57:41,143 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 17:57:41,143 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 17:57:41,144 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 17:57:41,145 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 17:57:41,145 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 17:57:41,146 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 17:57:41,146 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 17:57:41,146 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 17:57:41,147 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 17:57:41,147 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 17:57:41,147 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 17:57:41,147 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 17:57:41,148 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 17:57:41,149 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 17:57:41,150 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 17:57:41,151 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 17:57:41,152 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 17:57:41,153 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:57:41,154 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 17:57:41,154 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 17:57:41,154 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 17:57:41,170 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 17:57:41,173 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 17:57:41,175 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 17:58:04,838 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 17:58:08,666 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 17:58:08,669 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:57:08,809 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:57:09,376 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:57:09,376 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:57:09,376 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:57:09,376 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:57:09,377 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:57:09,377 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:57:09,377 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:57:09,377 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:57:09,377 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:57:09,378 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:57:09,378 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:57:09,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:57:09,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:57:09,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:57:09,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:57:09,381 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:57:09,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:57:09,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:57:09,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:57:09,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:57:09,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:57:09,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:57:09,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:57:09,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:57:09,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:57:09,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:57:09,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:57:09,403 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:57:09,406 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:57:09,408 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:57:10,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:57:10,329 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:57:10,378 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:57:10,378 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:57:10,448 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:57:10,448 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:57:10,448 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:57:10,449 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:10,449 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:57:10,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:57:10,607 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:57:10,607 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:57:10,607 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:57:10,607 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:57:10,607 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:57:10,608 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:57:10,608 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:57:10,608 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:57:10,703 [main] [A2] [INFO] - rootPath == +2024-06-18 18:57:10,703 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:57:10,704 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:57:10,705 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:57:10,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:57:10,777 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:57:10,777 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:57:10,777 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:57:10,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:57:10,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:57:10,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:57:10,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:57:10,890 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:57:10,892 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:57:10,933 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:10,951 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:57:11,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:57:11,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:57:11,197 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:57:11,197 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:57:11,198 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1101659929.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:57:11,198 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:57:11,198 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:57:11,198 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:57:11,254 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:57:11,255 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:57:11,255 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:57:11,255 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:57:11,256 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:57:11,256 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:57:11,256 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:57:11,256 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:57:11,257 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:57:11,257 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:57:11,264 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:57:11,270 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:57:11,272 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:57:11,272 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:57:11,272 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:57:11,272 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:57:11,274 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@49f5c307 +2024-06-18 18:57:11,275 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:57:11,338 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:57:11,383 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:11,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:57:11,490 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:57:11,608 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:57:11,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:57:11,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:57:11,851 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:57:11,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #2 tested: OK +2024-06-18 18:57:11,918 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:11,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:57:12,022 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:57:12,109 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:57:12,165 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:57:12,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK +2024-06-18 18:57:12,344 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:57:12,373 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:12,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:57:12,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:57:12,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:57:12,665 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:57:12,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK +2024-06-18 18:57:12,830 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:57:12,906 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:12,930 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:57:12,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:57:13,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:57:13,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:57:13,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK +2024-06-18 18:57:13,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:57:13,393 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/07/00) - Connection #4 tested: OK +2024-06-18 18:57:13,415 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:13,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:57:13,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:57:13,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:57:13,705 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #6 tested: OK +2024-06-18 18:57:13,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK +2024-06-18 18:57:13,874 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/08/00) - Connection #7 tested: OK +2024-06-18 18:57:13,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:57:13,942 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:14,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:57:14,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:57:14,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #9 tested: OK +2024-06-18 18:57:14,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #2 tested: OK +2024-06-18 18:57:14,380 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:14,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK +2024-06-18 18:57:14,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:57:14,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK +2024-06-18 18:57:14,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK +2024-06-18 18:57:14,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #3 tested: OK +2024-06-18 18:57:14,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #4 tested: OK +2024-06-18 18:57:14,883 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:14,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:57:14,971 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:57:15,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK +2024-06-18 18:57:15,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK +2024-06-18 18:57:15,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #6 tested: OK +2024-06-18 18:57:15,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #7 tested: OK +2024-06-18 18:57:15,372 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:15,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:57:15,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:57:15,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:57:15,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK +2024-06-18 18:57:15,732 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #9 tested: OK +2024-06-18 18:57:15,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #10 tested: OK +2024-06-18 18:57:15,823 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:15,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK +2024-06-18 18:57:15,923 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:57:16,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #11 tested: OK +2024-06-18 18:57:16,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK +2024-06-18 18:57:16,191 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #12 tested: OK +2024-06-18 18:57:16,192 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:16,194 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:57:16,195 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:16,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #13 tested: OK +2024-06-18 18:57:16,315 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:16,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:57:16,436 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK +2024-06-18 18:57:16,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #14 tested: OK +2024-06-18 18:57:16,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #2 tested: OK +2024-06-18 18:57:16,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #2 tested: OK +2024-06-18 18:57:16,732 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #1 tested: OK +2024-06-18 18:57:16,778 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:16,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK +2024-06-18 18:57:16,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #3 tested: OK +2024-06-18 18:57:16,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #3 tested: OK +2024-06-18 18:57:16,997 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:57:16,997 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:57:16,997 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:57:17,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #4 tested: OK +2024-06-18 18:57:17,147 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #4 tested: OK +2024-06-18 18:57:17,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #5 tested: OK +2024-06-18 18:57:17,232 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:17,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #5 tested: OK +2024-06-18 18:57:17,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #6 tested: OK +2024-06-18 18:57:17,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #6 tested: OK +2024-06-18 18:57:17,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:57:17,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:17,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:17,545 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:57:17,545 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:17,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #7 tested: OK +2024-06-18 18:57:17,704 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:17,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #7 tested: OK +2024-06-18 18:57:17,753 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #8 tested: OK +2024-06-18 18:57:17,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #8 tested: OK +2024-06-18 18:57:17,931 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #9 tested: OK +2024-06-18 18:57:18,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #9 tested: OK +2024-06-18 18:57:18,039 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:57:18,039 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:57:18,040 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:18,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:18,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:57:18,043 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:18,044 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:57:18,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #10 tested: OK +2024-06-18 18:57:18,188 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:18,207 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #10 tested: OK +2024-06-18 18:57:18,264 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #11 tested: OK +2024-06-18 18:57:18,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #11 tested: OK +2024-06-18 18:57:18,355 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:57:18,355 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:57:18,355 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:57:18,406 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #12 tested: OK +2024-06-18 18:57:18,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #12 tested: OK +2024-06-18 18:57:18,518 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:57:18,518 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:57:18,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #13 tested: OK +2024-06-18 18:57:18,654 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:18,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #13 tested: OK +2024-06-18 18:57:18,676 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:57:18,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #14 tested: OK +2024-06-18 18:57:18,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #14 tested: OK +2024-06-18 18:57:18,827 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:57:18,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:57:18,827 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:18,827 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:57:18,874 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #15 tested: OK +2024-06-18 18:57:18,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #15 tested: OK +2024-06-18 18:57:19,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #16 tested: OK +2024-06-18 18:57:19,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/19/00) - Connection #16 tested: OK +2024-06-18 18:57:19,149 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:19,190 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #17 tested: OK +2024-06-18 18:57:19,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #17 tested: OK +2024-06-18 18:57:19,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #18 tested: OK +2024-06-18 18:57:19,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #18 tested: OK +2024-06-18 18:57:19,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #19 tested: OK +2024-06-18 18:57:19,526 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:19,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #19 tested: OK +2024-06-18 18:57:19,653 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #20 tested: OK +2024-06-18 18:57:19,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #20 tested: OK +2024-06-18 18:57:19,801 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #21 tested: OK +2024-06-18 18:57:19,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #21 tested: OK +2024-06-18 18:57:19,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #2 tested: OK +2024-06-18 18:57:19,981 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:20,031 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #2 tested: OK +2024-06-18 18:57:20,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #1 tested: OK +2024-06-18 18:57:20,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #1 tested: OK +2024-06-18 18:57:20,248 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #3 tested: OK +2024-06-18 18:57:20,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #3 tested: OK +2024-06-18 18:57:20,391 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #4 tested: OK +2024-06-18 18:57:20,433 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:20,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #4 tested: OK +2024-06-18 18:57:20,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #5 tested: OK +2024-06-18 18:57:20,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #5 tested: OK +2024-06-18 18:57:20,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #6 tested: OK +2024-06-18 18:57:20,782 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #6 tested: OK +2024-06-18 18:57:20,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #7 tested: OK +2024-06-18 18:57:20,891 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:20,968 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #7 tested: OK +2024-06-18 18:57:21,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #8 tested: OK +2024-06-18 18:57:21,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #8 tested: OK +2024-06-18 18:57:21,150 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:21,150 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:57:21,150 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:21,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #9 tested: OK +2024-06-18 18:57:21,340 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:21,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #9 tested: OK +2024-06-18 18:57:21,410 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #10 tested: OK +2024-06-18 18:57:21,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #10 tested: OK +2024-06-18 18:57:21,556 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #11 tested: OK +2024-06-18 18:57:21,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #11 tested: OK +2024-06-18 18:57:21,675 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:57:21,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:57:21,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:21,676 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:57:21,676 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:57:21,676 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:57:21,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:21,677 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:57:21,677 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:21,679 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:57:21,680 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:57:21,680 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:21,738 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #12 tested: OK +2024-06-18 18:57:21,783 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:21,865 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #12 tested: OK +2024-06-18 18:57:21,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #13 tested: OK +2024-06-18 18:57:22,031 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #13 tested: OK +2024-06-18 18:57:22,032 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,033 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:57:22,033 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #14 tested: OK +2024-06-18 18:57:22,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #14 tested: OK +2024-06-18 18:57:22,186 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:57:22,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,188 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,188 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:57:22,188 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #15 tested: OK +2024-06-18 18:57:22,338 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:22,387 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #15 tested: OK +2024-06-18 18:57:22,388 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:57:22,388 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,389 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:57:22,391 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,391 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:57:22,392 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:57:22,392 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:57:22,397 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:57:22,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,398 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,399 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,399 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:57:22,399 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,400 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:57:22,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,404 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:57:22,404 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:57:22,405 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:57:22,405 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:57:22,406 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 18:57:22,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:57:22,407 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,409 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,410 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,410 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:57:22,410 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,411 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:57:22,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,413 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:57:22,413 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:57:22,414 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:57:22,414 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,414 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:57:22,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,415 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,415 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 18:57:22,416 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:57:22,416 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:57:22,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 18:57:22,418 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,420 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 18:57:22,420 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 18:57:22,420 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 18:57:22,420 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 18:57:22,420 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 18:57:22,420 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,421 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:22,422 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:57:22,422 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:22,422 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 18:57:22,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #16 tested: OK +2024-06-18 18:57:22,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #16 tested: OK +2024-06-18 18:57:22,706 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #17 tested: OK +2024-06-18 18:57:22,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/00) - Connection #17 tested: OK +2024-06-18 18:57:22,903 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:23,414 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:23,671 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:57:23,672 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[bf378e41-4483-4168-81ed-961ecaf30796, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:57:23, 2024-09-01]] +2024-06-18 18:57:23,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #18 tested: OK +2024-06-18 18:57:23,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/29/00) - Connection #19 tested: OK +2024-06-18 18:57:23,825 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:57:23,826 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:57:23,826 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:57:23,826 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:57:23,826 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:57:23,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/29/00) - Connection #19 tested: OK +2024-06-18 18:57:23,976 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:24,038 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:57:24,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #18 tested: OK +2024-06-18 18:57:24,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #20 tested: OK +2024-06-18 18:57:24,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #20 tested: OK +2024-06-18 18:57:24,343 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:57:24,343 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[f94ac2f1-db73-4232-a6fd-0d60ce1b023e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:57:24]] +2024-06-18 18:57:24,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #21 tested: OK +2024-06-18 18:57:24,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #21 tested: OK +2024-06-18 18:57:24,592 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:57:24,592 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:24,592 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:57:24,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:24,596 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:57:24,596 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:42,337 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:57:42,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:57:42,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:42,338 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 18:57:42,343 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:57:42,343 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:57:42,343 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:57:42,386 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:57:42,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/01) - Connection #22 tested: OK +2024-06-18 18:57:42,494 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/01) - Connection #22 tested: OK +2024-06-18 18:57:42,494 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 18:57:42',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 18:58:43,734 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:58:43,737 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 17:58:08,669 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 17:58:08,670 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:58:43,737 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:58:43,737 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -7239,1249 +4535,487 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 17:58:08,671 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 17:58:09,293 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:58:09,294 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 17:58:09,294 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 17:58:09,294 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 17:58:09,295 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 17:58:09,296 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 17:58:09,297 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 17:58:09,298 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 17:58:09,298 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 17:58:09,299 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 17:58:09,299 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 17:58:09,299 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 17:58:09,299 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 17:58:09,299 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 17:58:09,300 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 17:58:09,301 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 17:58:09,302 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 17:58:09,303 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 17:58:09,303 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 17:58:09,303 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:58:09,303 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 17:58:09,303 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 17:58:09,304 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 17:58:09,304 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 17:58:09,304 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 17:58:09,304 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 17:58:09,304 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 17:58:09,305 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 17:58:09,305 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 17:58:09,305 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 17:58:09,305 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 17:58:09,305 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 17:58:09,306 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 17:58:09,323 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 17:58:09,326 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 17:58:09,328 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 17:58:31,141 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 17:58:31,259 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 17:58:31,317 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 17:58:31,317 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 17:58:31,368 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 17:58:31,368 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:58:31,368 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 17:58:31,369 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 17:58:31,369 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:31,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 17:58:31,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:58:31,506 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:58:31,584 [main] [A2] [INFO] - rootPath == -2024-06-13 17:58:31,585 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 17:58:31,585 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 17:58:31,586 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 17:58:31,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:58:31,645 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 17:58:31,646 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:58:31,646 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:58:31,647 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:58:31,647 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:58:31,647 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 17:58:31,647 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:58:31,750 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 17:58:31,751 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 17:58:31,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 17:58:31,864 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:31,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:58:32,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK -2024-06-13 17:58:32,046 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 17:58:32,047 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 17:58:32,047 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath2135988159.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-13 17:58:32,047 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 17:58:32,047 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 17:58:32,047 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 17:58:32,141 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 17:58:32,141 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 17:58:32,142 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 17:58:32,142 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 17:58:32,142 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 17:58:32,142 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 17:58:32,143 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 17:58:32,143 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 17:58:32,143 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 17:58:32,144 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 17:58:32,152 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 17:58:32,155 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 17:58:32,156 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 17:58:32,156 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 17:58:32,157 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 17:58:32,157 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 17:58:32,159 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@4b8ee4de -2024-06-13 17:58:32,159 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 17:58:32,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK -2024-06-13 17:58:32,359 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:32,359 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK -2024-06-13 17:58:32,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #4 tested: OK -2024-06-13 17:58:32,525 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #4 tested: OK -2024-06-13 17:58:32,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:58:32,676 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:58:32,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK -2024-06-13 17:58:32,817 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:32,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #2 tested: OK -2024-06-13 17:58:32,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK -2024-06-13 17:58:32,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK -2024-06-13 17:58:33,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK -2024-06-13 17:58:33,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:58:33,248 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK -2024-06-13 17:58:33,298 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:33,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #5 tested: OK -2024-06-13 17:58:33,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK -2024-06-13 17:58:33,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #6 tested: OK -2024-06-13 17:58:33,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK -2024-06-13 17:58:33,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:58:33,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #1 tested: OK -2024-06-13 17:58:33,824 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:33,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #2 tested: OK -2024-06-13 17:58:33,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK -2024-06-13 17:58:34,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #3 tested: OK -2024-06-13 17:58:34,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK -2024-06-13 17:58:34,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #4 tested: OK -2024-06-13 17:58:34,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #4 tested: OK -2024-06-13 17:58:34,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #5 tested: OK -2024-06-13 17:58:34,360 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:34,456 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK -2024-06-13 17:58:34,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #6 tested: OK -2024-06-13 17:58:34,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK -2024-06-13 17:58:34,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:58:34,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK -2024-06-13 17:58:34,808 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:34,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #8 tested: OK -2024-06-13 17:58:34,976 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK -2024-06-13 17:58:35,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #9 tested: OK -2024-06-13 17:58:35,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK -2024-06-13 17:58:35,181 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #1 tested: OK -2024-06-13 17:58:35,303 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:35,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #1 tested: OK -2024-06-13 17:58:35,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #2 tested: OK -2024-06-13 17:58:35,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK -2024-06-13 17:58:35,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #3 tested: OK -2024-06-13 17:58:35,694 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK -2024-06-13 17:58:35,738 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #4 tested: OK -2024-06-13 17:58:35,848 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:35,859 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #4 tested: OK -2024-06-13 17:58:35,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #5 tested: OK -2024-06-13 17:58:36,017 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK -2024-06-13 17:58:36,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #6 tested: OK -2024-06-13 17:58:36,193 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK -2024-06-13 17:58:36,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #7 tested: OK -2024-06-13 17:58:36,360 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:36,376 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #7 tested: OK -2024-06-13 17:58:36,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #8 tested: OK -2024-06-13 17:58:36,552 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK -2024-06-13 17:58:36,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #9 tested: OK -2024-06-13 17:58:36,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK -2024-06-13 17:58:36,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #10 tested: OK -2024-06-13 17:58:36,888 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:36,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #10 tested: OK -2024-06-13 17:58:36,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #11 tested: OK -2024-06-13 17:58:37,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK -2024-06-13 17:58:37,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #12 tested: OK -2024-06-13 17:58:37,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK -2024-06-13 17:58:37,273 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:37,274 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:37,275 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:37,368 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:37,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #13 tested: OK -2024-06-13 17:58:37,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK -2024-06-13 17:58:37,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #14 tested: OK -2024-06-13 17:58:37,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK -2024-06-13 17:58:37,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #1 tested: OK -2024-06-13 17:58:37,832 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #1 tested: OK -2024-06-13 17:58:37,873 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:37,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #2 tested: OK -2024-06-13 17:58:38,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #2 tested: OK -2024-06-13 17:58:38,011 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:38,012 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:38,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #3 tested: OK -2024-06-13 17:58:38,173 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #3 tested: OK -2024-06-13 17:58:38,174 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:38,174 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:38,174 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:38,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #4 tested: OK -2024-06-13 17:58:38,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #4 tested: OK -2024-06-13 17:58:38,354 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:38,372 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:38,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #5 tested: OK -2024-06-13 17:58:38,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #5 tested: OK -2024-06-13 17:58:38,597 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:38,597 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:38,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #6 tested: OK -2024-06-13 17:58:38,772 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #6 tested: OK -2024-06-13 17:58:38,773 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:38,774 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:38,775 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:38,776 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 17:58:38,776 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:38,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #7 tested: OK -2024-06-13 17:58:38,865 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:38,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #7 tested: OK -2024-06-13 17:58:39,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #8 tested: OK -2024-06-13 17:58:39,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #8 tested: OK -2024-06-13 17:58:39,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #9 tested: OK -2024-06-13 17:58:39,313 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #9 tested: OK -2024-06-13 17:58:39,313 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 17:58:39,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 17:58:39,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:39,315 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:39,315 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 17:58:39,315 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:39,315 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 17:58:39,337 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/17/01) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:39,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/01) - Connection #10 tested: OK -2024-06-13 17:58:39,487 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/01) - Connection #10 tested: OK -2024-06-13 17:58:39,533 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/01) - Connection #11 tested: OK -2024-06-13 17:58:39,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/01) - Connection #11 tested: OK -2024-06-13 17:58:39,643 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 17:58:39,643 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 17:58:39,644 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 17:58:39,644 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 17:58:39,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/01) - Connection #12 tested: OK -2024-06-13 17:58:39,799 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/18/01) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:39,815 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/01) - Connection #12 tested: OK -2024-06-13 17:58:39,873 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #13 tested: OK -2024-06-13 17:58:39,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #13 tested: OK -2024-06-13 17:58:39,980 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:39,980 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 17:58:40,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/01) - Connection #14 tested: OK -2024-06-13 17:58:40,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/01) - Connection #14 tested: OK -2024-06-13 17:58:40,152 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 17:58:40,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/01) - Connection #15 tested: OK -2024-06-13 17:58:40,248 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/19/01) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:40,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #15 tested: OK -2024-06-13 17:58:40,329 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 17:58:40,330 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 17:58:40,330 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,330 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:-605860483,candidateTeamMap:-349139038 -2024-06-13 17:58:40,331 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天7点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 17:58:40,332 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 17:58:40,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #16 tested: OK -2024-06-13 17:58:40,492 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #16 tested: OK -2024-06-13 17:58:40,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #17 tested: OK -2024-06-13 17:58:40,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #17 tested: OK -2024-06-13 17:58:40,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #18 tested: OK -2024-06-13 17:58:40,759 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:40,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #18 tested: OK -2024-06-13 17:58:40,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #19 tested: OK -2024-06-13 17:58:41,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #19 tested: OK -2024-06-13 17:58:41,086 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #20 tested: OK -2024-06-13 17:58:41,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #20 tested: OK -2024-06-13 17:58:41,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #21 tested: OK -2024-06-13 17:58:41,315 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #21 tested: OK -2024-06-13 17:58:41,320 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:41,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #1 tested: OK -2024-06-13 17:58:41,487 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #1 tested: OK -2024-06-13 17:58:41,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #2 tested: OK -2024-06-13 17:58:41,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #2 tested: OK -2024-06-13 17:58:41,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #3 tested: OK -2024-06-13 17:58:41,823 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:41,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #3 tested: OK -2024-06-13 17:58:41,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #4 tested: OK -2024-06-13 17:58:41,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #4 tested: OK -2024-06-13 17:58:42,042 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #5 tested: OK -2024-06-13 17:58:42,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #5 tested: OK -2024-06-13 17:58:42,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #6 tested: OK -2024-06-13 17:58:42,313 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:42,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #6 tested: OK -2024-06-13 17:58:42,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #7 tested: OK -2024-06-13 17:58:42,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #7 tested: OK -2024-06-13 17:58:42,539 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #8 tested: OK -2024-06-13 17:58:42,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #8 tested: OK -2024-06-13 17:58:42,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #9 tested: OK -2024-06-13 17:58:42,748 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:42,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #9 tested: OK -2024-06-13 17:58:42,820 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:42,820 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 17:58:42,820 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:42,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #10 tested: OK -2024-06-13 17:58:42,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #10 tested: OK -2024-06-13 17:58:43,002 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:43,002 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:43,057 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #11 tested: OK -2024-06-13 17:58:43,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #11 tested: OK -2024-06-13 17:58:43,154 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:43,154 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:43,154 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:43,154 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:43,208 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:43,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #12 tested: OK -2024-06-13 17:58:43,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #12 tested: OK -2024-06-13 17:58:43,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #13 tested: OK -2024-06-13 17:58:43,475 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #13 tested: OK -2024-06-13 17:58:43,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #14 tested: OK -2024-06-13 17:58:43,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #14 tested: OK -2024-06-13 17:58:43,649 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:43,649 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:43,687 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:43,713 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #15 tested: OK -2024-06-13 17:58:43,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #15 tested: OK -2024-06-13 17:58:43,828 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:43,828 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:43,828 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:43,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #16 tested: OK -2024-06-13 17:58:43,982 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #16 tested: OK -2024-06-13 17:58:43,982 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:44,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #17 tested: OK -2024-06-13 17:58:44,232 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #17 tested: OK -2024-06-13 17:58:44,232 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:44,234 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:44,234 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:44,310 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #18 tested: OK -2024-06-13 17:58:44,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #18 tested: OK -2024-06-13 17:58:44,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:44,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:44,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #19 tested: OK -2024-06-13 17:58:44,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/28/00) - Connection #19 tested: OK -2024-06-13 17:58:44,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/28/00) - Connection #20 tested: OK -2024-06-13 17:58:44,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/28/00) - Connection #20 tested: OK -2024-06-13 17:58:44,756 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:44,807 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #21 tested: OK -2024-06-13 17:58:44,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #21 tested: OK -2024-06-13 17:58:44,914 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:58:44,914 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:44,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:44,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:44,915 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:44,915 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:44,917 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 17:58:44,917 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:44,917 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:44,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:44,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:44,918 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:44,918 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:44,968 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #22 tested: OK -2024-06-13 17:58:45,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/29/00) - Connection #22 tested: OK -2024-06-13 17:58:45,093 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:45,093 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:45,093 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:45,094 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:45,094 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:45,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/29/00) - Connection #23 tested: OK -2024-06-13 17:58:45,218 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:45,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #23 tested: OK -2024-06-13 17:58:45,278 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:45,278 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:45,278 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,280 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,281 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:45,281 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:45,281 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:45,281 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:45,282 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:58:45,283 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:58:45,285 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:58:45,285 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:45,286 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,286 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,286 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:45,287 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:45,287 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:45,288 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 17:58:45,288 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:45,288 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:45,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:45,290 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:45,290 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:45,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #24 tested: OK -2024-06-13 17:58:45,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #24 tested: OK -2024-06-13 17:58:45,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/30/00) - Connection #25 tested: OK -2024-06-13 17:58:45,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/30/00) - Connection #25 tested: OK -2024-06-13 17:58:45,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/30/00) - Connection #26 tested: OK -2024-06-13 17:58:45,720 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:45,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #26 tested: OK -2024-06-13 17:58:45,769 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:45,769 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:45,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/31/00) - Connection #27 tested: OK -2024-06-13 17:58:45,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #27 tested: OK -2024-06-13 17:58:45,905 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:45,905 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:45,905 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:45,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/31/00) - Connection #28 tested: OK -2024-06-13 17:58:46,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/31/00) - Connection #28 tested: OK -2024-06-13 17:58:46,073 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:46,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/31/00) - Connection #29 tested: OK -2024-06-13 17:58:46,183 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:46,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #29 tested: OK -2024-06-13 17:58:46,288 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:46,289 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:46,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/32/00) - Connection #30 tested: OK -2024-06-13 17:58:46,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #30 tested: OK -2024-06-13 17:58:46,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:46,444 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:46,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/32/00) - Connection #31 tested: OK -2024-06-13 17:58:46,608 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:46,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #31 tested: OK -2024-06-13 17:58:46,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #32 tested: OK -2024-06-13 17:58:46,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #32 tested: OK -2024-06-13 17:58:46,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/33/00) - Connection #33 tested: OK -2024-06-13 17:58:46,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #33 tested: OK -2024-06-13 17:58:46,979 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:58:46,979 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:46,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:46,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:46,979 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:46,979 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:46,980 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:46,980 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:47,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/33/00) - Connection #1 tested: OK -2024-06-13 17:58:47,093 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:47,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #1 tested: OK -2024-06-13 17:58:47,159 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:47,159 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:47,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:47,160 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:47,160 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:47,210 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/34/00) - Connection #2 tested: OK -2024-06-13 17:58:47,330 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #2 tested: OK -2024-06-13 17:58:47,330 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:47,331 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:47,331 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:47,331 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:58:47,332 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:58:47,337 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:47,337 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:47,337 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:47,338 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:47,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/34/00) - Connection #3 tested: OK -2024-06-13 17:58:47,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/34/00) - Connection #3 tested: OK -2024-06-13 17:58:47,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/34/00) - Connection #4 tested: OK -2024-06-13 17:58:47,625 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:47,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #4 tested: OK -2024-06-13 17:58:47,697 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/35/00) - Connection #5 tested: OK -2024-06-13 17:58:47,812 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #5 tested: OK -2024-06-13 17:58:47,812 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:47,812 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:47,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/35/00) - Connection #6 tested: OK -2024-06-13 17:58:47,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/00) - Connection #6 tested: OK -2024-06-13 17:58:47,991 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:47,991 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:47,991 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:48,041 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/00) - Connection #7 tested: OK -2024-06-13 17:58:48,130 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:48,146 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #7 tested: OK -2024-06-13 17:58:48,147 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:48,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/36/00) - Connection #8 tested: OK -2024-06-13 17:58:48,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #8 tested: OK -2024-06-13 17:58:48,417 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:48,417 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:48,488 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/00) - Connection #9 tested: OK -2024-06-13 17:58:48,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/36/00) - Connection #9 tested: OK -2024-06-13 17:58:48,607 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:48,607 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:48,649 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000097 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:48,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/37/00) - Connection #10 tested: OK -2024-06-13 17:58:48,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #10 tested: OK -2024-06-13 17:58:48,821 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/00) - Connection #11 tested: OK -2024-06-13 17:58:48,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/00) - Connection #11 tested: OK -2024-06-13 17:58:48,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/00) - Connection #12 tested: OK -2024-06-13 17:58:49,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/37/00) - Connection #12 tested: OK -2024-06-13 17:58:49,076 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:58:49,076 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:49,077 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,077 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:49,077 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:49,078 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,078 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:58:49,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:49,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,080 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,080 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:49,080 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:49,080 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,128 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000100 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:49,141 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/38/00) - Connection #13 tested: OK -2024-06-13 17:58:49,232 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #13 tested: OK -2024-06-13 17:58:49,233 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:49,233 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/00) - Connection #14 tested: OK -2024-06-13 17:58:49,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/38/00) - Connection #14 tested: OK -2024-06-13 17:58:49,379 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:49,380 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,380 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:49,380 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:58:49,381 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:58:49,385 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:58:49,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:49,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:49,385 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:49,386 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,386 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 17:58:49,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:49,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,387 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:49,387 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:49,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/38/00) - Connection #15 tested: OK -2024-06-13 17:58:49,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/38/00) - Connection #15 tested: OK -2024-06-13 17:58:49,553 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:49,553 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:49,553 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:49,553 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:49,612 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/38/00) - Connection #16 tested: OK -2024-06-13 17:58:49,620 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000104 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:49,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/39/00) - Connection #16 tested: OK -2024-06-13 17:58:49,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/39/00) - Connection #17 tested: OK -2024-06-13 17:58:49,905 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/39/00) - Connection #17 tested: OK -2024-06-13 17:58:49,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/39/00) - Connection #18 tested: OK -2024-06-13 17:58:50,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/39/00) - Connection #18 tested: OK -2024-06-13 17:58:50,068 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:50,068 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:50,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/39/00) - Connection #19 tested: OK -2024-06-13 17:58:50,128 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000107 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:50,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/40/00) - Connection #19 tested: OK -2024-06-13 17:58:50,229 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:50,229 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:50,229 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:50,291 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/40/00) - Connection #20 tested: OK -2024-06-13 17:58:50,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/40/00) - Connection #20 tested: OK -2024-06-13 17:58:50,408 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:50,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/40/00) - Connection #21 tested: OK -2024-06-13 17:58:50,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/40/00) - Connection #21 tested: OK -2024-06-13 17:58:50,631 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:50,631 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:50,633 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000109 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:50,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/41/00) - Connection #22 tested: OK -2024-06-13 17:58:50,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/41/00) - Connection #22 tested: OK -2024-06-13 17:58:50,794 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:50,794 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:50,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/41/00) - Connection #23 tested: OK -2024-06-13 17:58:50,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/41/00) - Connection #23 tested: OK -2024-06-13 17:58:51,023 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/41/00) - Connection #24 tested: OK -2024-06-13 17:58:51,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/41/00) - Connection #24 tested: OK -2024-06-13 17:58:51,144 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000112 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:51,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/42/00) - Connection #25 tested: OK -2024-06-13 17:58:51,289 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/42/00) - Connection #25 tested: OK -2024-06-13 17:58:51,289 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 17:58:51,289 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:51,289 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,289 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:51,289 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:51,289 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,290 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:51,290 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/42/00) - Connection #26 tested: OK -2024-06-13 17:58:51,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/42/00) - Connection #26 tested: OK -2024-06-13 17:58:51,462 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:51,462 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:51,463 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/42/00) - Connection #27 tested: OK -2024-06-13 17:58:51,576 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000115 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:51,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/43/00) - Connection #27 tested: OK -2024-06-13 17:58:51,617 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:51,617 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,617 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:51,618 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:58:51,618 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 17:58:51,618 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:58:51,618 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:51,618 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,619 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:51,619 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:51,620 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:51,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/43/00) - Connection #28 tested: OK -2024-06-13 17:58:51,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/43/00) - Connection #28 tested: OK -2024-06-13 17:58:51,851 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/43/00) - Connection #29 tested: OK -2024-06-13 17:58:51,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/43/00) - Connection #29 tested: OK -2024-06-13 17:58:52,008 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000117 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:52,013 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/44/00) - Connection #30 tested: OK -2024-06-13 17:58:52,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/44/00) - Connection #30 tested: OK -2024-06-13 17:58:52,113 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:52,113 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:52,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/44/00) - Connection #31 tested: OK -2024-06-13 17:58:52,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/44/00) - Connection #31 tested: OK -2024-06-13 17:58:52,288 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:52,288 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:52,289 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:52,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/44/00) - Connection #32 tested: OK -2024-06-13 17:58:52,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/44/00) - Connection #32 tested: OK -2024-06-13 17:58:52,462 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:52,467 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000120 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:52,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/45/00) - Connection #33 tested: OK -2024-06-13 17:58:52,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/45/00) - Connection #33 tested: OK -2024-06-13 17:58:52,676 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:52,676 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:52,736 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/45/00) - Connection #34 tested: OK -2024-06-13 17:58:52,851 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/45/00) - Connection #34 tested: OK -2024-06-13 17:58:52,852 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:52,852 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:52,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/45/00) - Connection #35 tested: OK -2024-06-13 17:58:52,931 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000123 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:53,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #35 tested: OK -2024-06-13 17:58:53,076 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/46/00) - Connection #36 tested: OK -2024-06-13 17:58:53,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/46/00) - Connection #36 tested: OK -2024-06-13 17:58:53,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/46/00) - Connection #37 tested: OK -2024-06-13 17:58:53,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/46/00) - Connection #37 tested: OK -2024-06-13 17:58:53,350 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 17:58:53,350 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:53,350 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,350 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:53,350 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:53,350 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,351 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:53,351 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/46/00) - Connection #38 tested: OK -2024-06-13 17:58:53,404 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000126 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:53,501 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #38 tested: OK -2024-06-13 17:58:53,501 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:53,501 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/47/00) - Connection #39 tested: OK -2024-06-13 17:58:53,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/47/00) - Connection #39 tested: OK -2024-06-13 17:58:53,693 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,693 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:53,693 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:58:53,693 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 17:58:53,693 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,693 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,694 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 17:58:53,694 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:53,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/47/00) - Connection #40 tested: OK -2024-06-13 17:58:53,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/47/00) - Connection #40 tested: OK -2024-06-13 17:58:53,890 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000128 (01/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:53,958 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/48/00) - Connection #41 tested: OK -2024-06-13 17:58:54,062 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #41 tested: OK -2024-06-13 17:58:54,116 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/48/00) - Connection #42 tested: OK -2024-06-13 17:58:54,248 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/48/00) - Connection #42 tested: OK -2024-06-13 17:58:54,248 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 17:58:54,248 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 17:58:54,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/48/00) - Connection #43 tested: OK -2024-06-13 17:58:54,369 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000131 (01/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:54,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #43 tested: OK -2024-06-13 17:58:54,408 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 17:58:54,408 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 17:58:54,408 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:58:54,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/49/00) - Connection #44 tested: OK -2024-06-13 17:58:54,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #44 tested: OK -2024-06-13 17:58:54,568 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 17:58:54,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/49/00) - Connection #45 tested: OK -2024-06-13 17:58:54,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/49/00) - Connection #45 tested: OK -2024-06-13 17:58:54,754 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 17:58:54,754 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 17:58:54,812 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/49/00) - Connection #46 tested: OK -2024-06-13 17:58:54,863 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000134 (01/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 17:58:54,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #46 tested: OK -2024-06-13 17:58:54,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:54,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:54,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #47 tested: OK -2024-06-13 17:58:55,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #47 tested: OK -2024-06-13 17:58:55,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #48 tested: OK -2024-06-13 17:58:55,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #48 tested: OK -2024-06-13 17:58:55,340 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:58:55,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #49 tested: OK -2024-06-13 17:58:55,447 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 17:58:55,448 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,448 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:00] -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,448 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:55,449 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 17:58:55,449 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #50 tested: OK -2024-06-13 17:58:55,612 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #50 tested: OK -2024-06-13 17:58:55,613 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 17:58:55,613 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #1 tested: OK -2024-06-13 17:58:55,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #1 tested: OK -2024-06-13 17:58:55,797 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:55,797 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,797 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,797 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,797 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 17:58:55,797 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 17:58:55,798 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,798 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 17:58:55,798 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:58:55,798 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 17:58:55,799 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 17:58:55,799 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,800 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 17:58:55,800 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,800 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,801 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:55,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #2 tested: OK -2024-06-13 17:58:55,977 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #2 tested: OK -2024-06-13 17:58:55,978 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}] -2024-06-13 17:58:55,978 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,978 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,978 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 17:58:55,979 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 17:58:55,979 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 17:58:55,979 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=33, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=5, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 17:58:55,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:55,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 17:58:55,979 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:55,979 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 17:58:55,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 17:58:55,980 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/50/00) - Connection #3 tested: OK -2024-06-13 17:58:56,152 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #3 tested: OK -2024-06-13 17:58:56,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/50/00) - Connection #4 tested: OK -2024-06-13 17:58:56,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #4 tested: OK -2024-06-13 17:58:56,328 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,328 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 17:58:56,328 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:56,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:58:56,497 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #5 tested: OK -2024-06-13 17:58:56,497 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 17:58:56,497 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 17:58:56,497 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 17:58:56,498 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:56,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:58:56,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #6 tested: OK -2024-06-13 17:58:56,673 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 17:58:56,673 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 17:58:56,673 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,673 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 17:58:56,674 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[]] -2024-06-13 17:58:56,674 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 17:58:56,674 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 17:58:56,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:58:56,675 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:56,675 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:56,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:58:56,675 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,676 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,676 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:58:56,676 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:56,677 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:58:56,677 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 45.0 -2024-06-13 17:58:56,677 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[0.0],leaveElaryTime :[14.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] -2024-06-13 17:58:56,678 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[31.0] -2024-06-13 17:58:56,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:58:56,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,679 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:56,679 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:56,679 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:56,680 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [INFO] - 最终加班时长: 31.0 -2024-06-13 17:58:56,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:58:56,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #7 tested: OK -2024-06-13 17:58:56,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/50/00) - Connection #8 tested: OK -2024-06-13 17:58:57,032 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #8 tested: OK -2024-06-13 17:58:57,731 [main] [com.engine.common.util.CommonUtil] [INFO] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] -2024-06-13 17:58:57,732 [main] [com.engine.common.util.CommonUtil] [INFO] - needInsertDate: [[df32a634-ede5-42f4-8be1-3f2f3a67110d, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 16:30, 17:01, 155, 2024-06-13, 4, 31-2024-06-13, 1, 2024-06-11, 2024-06-11, 0.0, 17:58:57]] -2024-06-13 17:58:57,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:58:57,860 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/50/00) - Connection #10 tested: OK -2024-06-13 17:58:57,868 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 17:58:57,868 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 17:58:57,868 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 17:58:57,869 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 17:58:57,869 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 17:58:57,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (02/50/00) - Connection #10 tested: OK -2024-06-13 17:58:58,047 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 17:58:58,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #9 tested: OK -2024-06-13 17:58:58,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:58,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 17:58:58,099 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:58,099 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=33, jbscbdccsqsc=0, bddrqlx=0,3,4,1,2, yxsydjb=, mc=延长加班, sffzcx=, ktjbzdcfwlb=0, id=155, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=0, zkgtj=, tqdkjrjb=0, keyid=155, lgsbxydk=0, jbwdhlfzs=, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=, jc=延长加班, sjxm=, cchsfzs=, modedatacreatetime=16:13:21, hbjscsdxm=, hsl=1.00, modeuuid=6e37013e-a54e-4d19-bca7-ed6cf46061b8, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-05-16, kczgsc=0, bxsdxm=, bz=, qzsyyxjb=0, key=155, form_biz_id=155000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=0, tybcndbjlhbjs=0, thdkyxfzs=5, mrxhtx=0, kqxm=延长加班, zysd=2, zrjqyedqsxss=, sjd=16:12, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, zrjqyedws=, csjthdclfs=, jbqsfzs=, xmlx=4, yedqwsycl=, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-21 20:57:21, ldkzkg=0, jbzzhlfzs=}]] -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:58,100 [main] [com.engine.common.util.Utils] [INFO] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}] -2024-06-13 17:58:58,100 [main] [com.engine.common.util.Utils] [INFO] - 休息时间在请假时间 左边 -2024-06-13 17:58:58,100 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 未扣减过的加班时长: 224.0 -2024-06-13 17:58:58,100 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[75] -2024-06-13 17:58:58,100 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [INFO] - 扣减过的加班时长 :[224.0] -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- -2024-06-13 17:58:58,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,101 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,101 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 17:58:58,101 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:58,101 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [INFO] - 最终加班时长: 224.0 -2024-06-13 17:58:58,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:58:58,273 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #11 tested: OK -2024-06-13 17:58:58,332 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:58:58,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #12 tested: OK -2024-06-13 17:58:58,450 [main] [com.engine.common.util.CommonUtil] [INFO] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] -2024-06-13 17:58:58,450 [main] [com.engine.common.util.CommonUtil] [INFO] - needInsertDate: [[c46208e0-2e5c-4766-9c02-5cf393cb4f19, 0, 0.00, 92, 0.00, 0, 31, 1, 0.00, 17:17, 22:29, 155, 2024-06-13, 4, 31-2024-06-13, 1, 2024-06-11, 2024-06-11, 3.0, 17:58:58]] -2024-06-13 17:58:58,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:58:58,608 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #13 tested: OK -2024-06-13 17:58:58,608 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 17:58:58,608 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,609 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,609 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 17:58:58,609 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:58,609 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 17:58:58,609 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 17:58:58,609 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 17:58:58,610 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,610 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=8.0, classInfo=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=5, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=250, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=33, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 07:52:10, j2=2024-06-11 11:14:46, j3=2024-06-11 17:17:06, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:03:05, j8=NULL, c2=2024-06-11 17:01:29, c3=2024-06-11 22:29:38, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[{item=155, itemduration=0.0}, {item=155, itemduration=3.0}], rqlx=0} -2024-06-13 17:58:58,611 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:58:58,611 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 17:58:58,611 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 17:58:58,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:58:58,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #14 tested: OK -2024-06-13 17:58:58,791 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-13 17:58:58',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=155,sc1=0.0,xm2=155,sc2=3.0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:14:46',j3='2024-06-11 17:17:06',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:03:05',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 22:29:38',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 17:58:58,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:58:58,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #15 tested: OK -2024-06-13 17:58:59,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:58:59,131 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #16 tested: OK -2024-06-13 17:58:59,193 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:58:59,904 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #17 - autoCommit reset back to true -2024-06-13 17:58:59,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #17 tested: OK -2024-06-13 17:58:59,958 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 17:58:59,958 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 17:59:00,016 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:59:00,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #18 tested: OK -2024-06-13 17:59:00,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/50/00) - Connection #19 tested: OK -2024-06-13 17:59:00,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #19 tested: OK -2024-06-13 17:59:00,378 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:59:00,490 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #20 tested: OK -2024-06-13 17:59:00,490 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 17:59:00,540 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:59:00,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #21 tested: OK -2024-06-13 17:59:00,655 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:59:00,655 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:59:00,655 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:59:00,655 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 17:59:00,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:59:00,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #22 tested: OK -2024-06-13 17:59:00,934 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:59:00,934 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 17:59:00,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:59:01,093 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #23 tested: OK -2024-06-13 17:59:01,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:59:01,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #24 tested: OK -2024-06-13 17:59:01,243 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:59:01,243 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:59:01,243 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:59:01,297 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/50/00) - Connection #25 tested: OK -2024-06-13 17:59:01,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #25 tested: OK -2024-06-13 17:59:01,401 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:59:01,401 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 17:59:01,401 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:59:01,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/50/00) - Connection #26 tested: OK -2024-06-13 17:59:01,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/50/00) - Connection #26 tested: OK -2024-06-13 17:59:01,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/50/00) - Connection #27 tested: OK -2024-06-13 17:59:01,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/50/00) - Connection #27 tested: OK -2024-06-13 17:59:01,747 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 17:59:01,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:59:01,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/50/00) - Connection #28 tested: OK -2024-06-13 17:59:01,913 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 17:59:01,913 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 17:59:01,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/50/00) - Connection #29 tested: OK -2024-06-13 17:59:02,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #29 tested: OK -2024-06-13 17:59:02,092 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 17:59:02,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/50/00) - Connection #30 tested: OK -2024-06-13 17:59:02,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/50/00) - Connection #30 tested: OK -2024-06-13 17:59:02,274 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 17:59:02,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/50/00) - Connection #31 tested: OK -2024-06-13 17:59:02,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #31 tested: OK -2024-06-13 17:59:02,501 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 17:59:02,501 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 17:59:02,502 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:59:02,502 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:59:02,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/50/00) - Connection #32 tested: OK -2024-06-13 17:59:02,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/50/00) - Connection #32 tested: OK -2024-06-13 17:59:02,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/50/00) - Connection #33 tested: OK -2024-06-13 17:59:02,835 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/50/00) - Connection #33 tested: OK -2024-06-13 17:59:02,835 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 17:59:02,835 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 17:59:02,835 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 17:59:02,835 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 17:59:02,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/50/00) - Connection #34 tested: OK -2024-06-13 17:59:03,023 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/50/00) - Connection #34 tested: OK -2024-06-13 17:59:03,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/50/00) - Connection #35 tested: OK -2024-06-13 17:59:03,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/50/00) - Connection #35 tested: OK -2024-06-13 17:59:03,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/50/00) - Connection #36 tested: OK -2024-06-13 17:59:03,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/50/00) - Connection #36 tested: OK -2024-06-13 17:59:03,509 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/50/00) - Connection #37 tested: OK -2024-06-13 17:59:03,620 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/50/00) - Connection #37 tested: OK -2024-06-13 17:59:03,620 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 17:59:03,687 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/50/00) - Connection #38 tested: OK -2024-06-13 17:59:03,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/50/00) - Connection #38 tested: OK -2024-06-13 17:59:03,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000176 (01/50/00) - Connection #39 tested: OK -2024-06-13 17:59:03,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/50/00) - Connection #39 tested: OK -2024-06-13 17:59:04,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000177 (01/50/00) - Connection #40 tested: OK -2024-06-13 17:59:04,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000178 (01/50/00) - Connection #40 tested: OK -2024-06-13 17:59:04,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000178 (01/50/00) - Connection #41 tested: OK -2024-06-13 17:59:04,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000179 (01/50/00) - Connection #41 tested: OK -2024-06-13 17:59:04,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000179 (01/50/00) - Connection #42 tested: OK -2024-06-13 17:59:04,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000180 (01/50/00) - Connection #42 tested: OK -2024-06-13 17:59:04,504 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 17:59:04,551 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000180 (01/50/00) - Connection #43 tested: OK -2024-06-13 17:59:04,647 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000181 (01/50/00) - Connection #43 tested: OK -2024-06-13 17:59:04,647 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 17:59:04,649 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 17:59:04,650 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 17:59:04,656 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 17:59:04,656 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 17:59:04,657 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 17:59:04,657 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 17:59:04,658 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 17:59:04,659 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 17:59:04,660 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 17:59:04,661 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 17:59:04,662 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 17:59:04,663 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 17:59:04,663 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 17:59:04,664 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 17:59:04,664 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 17:59:04,664 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 17:59:04,664 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 17:59:04,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 17:59:04,666 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 17:59:04,667 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 17:59:04,668 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 17:59:04,669 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/01/00) - #0002 removed because of shutdown. -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000181 (00/00/00) - #0001 removed because of shutdown. -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 20 milliseconds. -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 17:59:04,670 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 20:18:29,183 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 20:18:29,183 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:58:43,738 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:58:44,364 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:58:44,365 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:58:44,366 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:58:44,366 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:58:44,366 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:58:44,367 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:58:44,368 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:58:44,369 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:58:44,369 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:58:44,369 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:58:44,369 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:58:44,370 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:58:44,371 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:58:44,372 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:58:44,373 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:58:44,374 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:58:44,374 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:58:44,374 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:58:44,374 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:58:44,396 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:58:44,399 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:58:44,404 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:58:45,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:58:45,301 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:58:45,349 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:58:45,349 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:58:45,390 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:58:45,390 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:58:45,390 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:58:45,391 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:45,391 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:58:45,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:58:45,541 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:58:45,541 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:58:45,542 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:58:45,625 [main] [A2] [INFO] - rootPath == +2024-06-18 18:58:45,625 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:58:45,626 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:58:45,627 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:58:45,686 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:58:45,698 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:58:45,699 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:58:45,782 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:58:45,783 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:58:45,823 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:45,827 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:58:45,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:58:46,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:58:46,070 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:58:46,070 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:58:46,070 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath883070478.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:58:46,070 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:58:46,071 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:58:46,071 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:58:46,116 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:58:46,116 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:58:46,116 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:58:46,116 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:58:46,117 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:58:46,117 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:58:46,117 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:58:46,117 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:58:46,117 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:58:46,118 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:58:46,124 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:58:46,127 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:58:46,129 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:58:46,129 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:58:46,129 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:58:46,129 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:58:46,132 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@4a067c25 +2024-06-18 18:58:46,132 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:58:46,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:58:46,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:46,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:58:46,311 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:58:46,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:58:46,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:58:46,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:58:46,650 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:46,685 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:58:46,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:58:46,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:58:46,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:58:46,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:58:47,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:58:47,123 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:47,172 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #1 tested: OK +2024-06-18 18:58:47,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:58:47,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:58:47,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:58:47,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:58:47,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:58:47,565 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:47,614 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:58:47,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:58:47,770 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:58:47,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:58:47,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:58:47,966 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:58:48,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #2 tested: OK +2024-06-18 18:58:48,112 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:48,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:58:48,238 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:58:48,292 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:58:48,393 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:58:48,444 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #4 tested: OK +2024-06-18 18:58:48,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #4 tested: OK +2024-06-18 18:58:48,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #5 tested: OK +2024-06-18 18:58:48,631 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:48,685 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:58:48,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:58:48,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:58:48,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:58:48,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #7 tested: OK +2024-06-18 18:58:49,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #8 tested: OK +2024-06-18 18:58:49,086 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:49,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:58:49,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:58:49,322 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:58:49,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #10 tested: OK +2024-06-18 18:58:49,492 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #10 tested: OK +2024-06-18 18:58:49,540 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #2 tested: OK +2024-06-18 18:58:49,597 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:49,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-18 18:58:49,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:58:49,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #1 tested: OK +2024-06-18 18:58:49,835 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:58:49,921 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #3 tested: OK +2024-06-18 18:58:49,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:58:50,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/11/00) - Connection #4 tested: OK +2024-06-18 18:58:50,102 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:50,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:58:50,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #5 tested: OK +2024-06-18 18:58:50,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:58:50,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #6 tested: OK +2024-06-18 18:58:50,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:58:50,565 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #7 tested: OK +2024-06-18 18:58:50,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #8 tested: OK +2024-06-18 18:58:50,642 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:50,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #8 tested: OK +2024-06-18 18:58:50,802 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:58:50,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #9 tested: OK +2024-06-18 18:58:50,920 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:50,921 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:58:50,923 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:51,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #10 tested: OK +2024-06-18 18:58:51,118 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:51,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #10 tested: OK +2024-06-18 18:58:51,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:58:51,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #11 tested: OK +2024-06-18 18:58:51,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #12 tested: OK +2024-06-18 18:58:51,431 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #12 tested: OK +2024-06-18 18:58:51,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #13 tested: OK +2024-06-18 18:58:51,539 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:51,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #13 tested: OK +2024-06-18 18:58:51,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:58:51,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #14 tested: OK +2024-06-18 18:58:51,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:58:51,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:58:51,788 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:58:51,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #15 tested: OK +2024-06-18 18:58:51,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #15 tested: OK +2024-06-18 18:58:51,943 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:51,981 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #2 tested: OK +2024-06-18 18:58:52,112 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #2 tested: OK +2024-06-18 18:58:52,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #1 tested: OK +2024-06-18 18:58:52,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #1 tested: OK +2024-06-18 18:58:52,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:58:52,294 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:52,295 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:52,295 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:58:52,296 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:52,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #3 tested: OK +2024-06-18 18:58:52,404 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:52,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #3 tested: OK +2024-06-18 18:58:52,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #4 tested: OK +2024-06-18 18:58:52,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #4 tested: OK +2024-06-18 18:58:52,639 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #5 tested: OK +2024-06-18 18:58:52,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #5 tested: OK +2024-06-18 18:58:52,722 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:58:52,723 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:58:52,723 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:52,724 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:52,724 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:58:52,724 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:52,724 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:58:52,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #6 tested: OK +2024-06-18 18:58:52,819 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:52,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #6 tested: OK +2024-06-18 18:58:52,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #7 tested: OK +2024-06-18 18:58:53,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #7 tested: OK +2024-06-18 18:58:53,065 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:58:53,065 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:58:53,065 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:58:53,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #8 tested: OK +2024-06-18 18:58:53,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:53,247 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #8 tested: OK +2024-06-18 18:58:53,248 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:58:53,248 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:58:53,317 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:58:53,420 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #9 tested: OK +2024-06-18 18:58:53,420 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 18:58:53,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #10 tested: OK +2024-06-18 18:58:53,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #10 tested: OK +2024-06-18 18:58:53,581 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 18:58:53,581 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 18:58:53,581 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:53,581 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 18:58:53,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #11 tested: OK +2024-06-18 18:58:53,707 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #11 tested: OK +2024-06-18 18:58:53,745 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:53,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:58:53,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #12 tested: OK +2024-06-18 18:58:53,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:58:54,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #13 tested: OK +2024-06-18 18:58:54,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #14 tested: OK +2024-06-18 18:58:54,184 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:54,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #14 tested: OK +2024-06-18 18:58:54,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:58:54,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #15 tested: OK +2024-06-18 18:58:54,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:58:54,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #16 tested: OK +2024-06-18 18:58:54,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #17 tested: OK +2024-06-18 18:58:54,606 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:54,608 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #17 tested: OK +2024-06-18 18:58:54,660 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:58:54,765 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #18 tested: OK +2024-06-18 18:58:54,820 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:58:54,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #19 tested: OK +2024-06-18 18:58:54,973 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #20 tested: OK +2024-06-18 18:58:55,063 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000059 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:55,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #20 tested: OK +2024-06-18 18:58:55,114 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:58:55,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #21 tested: OK +2024-06-18 18:58:55,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #22 tested: OK +2024-06-18 18:58:55,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #22 tested: OK +2024-06-18 18:58:55,414 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #23 tested: OK +2024-06-18 18:58:55,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #23 tested: OK +2024-06-18 18:58:55,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #2 tested: OK +2024-06-18 18:58:55,623 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:55,671 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #2 tested: OK +2024-06-18 18:58:55,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #1 tested: OK +2024-06-18 18:58:55,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #1 tested: OK +2024-06-18 18:58:55,863 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:55,863 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 18:58:55,863 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:55,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #3 tested: OK +2024-06-18 18:58:56,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #3 tested: OK +2024-06-18 18:58:56,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #4 tested: OK +2024-06-18 18:58:56,142 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:56,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #4 tested: OK +2024-06-18 18:58:56,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #5 tested: OK +2024-06-18 18:58:56,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #5 tested: OK +2024-06-18 18:58:56,343 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 18:58:56,344 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 18:58:56,344 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,344 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 18:58:56,345 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 18:58:56,345 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 18:58:56,346 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,346 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 18:58:56,346 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:56,347 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 18:58:56,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 18:58:56,349 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #6 tested: OK +2024-06-18 18:58:56,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #6 tested: OK +2024-06-18 18:58:56,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #7 tested: OK +2024-06-18 18:58:56,619 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:56,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #7 tested: OK +2024-06-18 18:58:56,632 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,632 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 18:58:56,632 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:56,697 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #8 tested: OK +2024-06-18 18:58:56,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #8 tested: OK +2024-06-18 18:58:56,829 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 18:58:56,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 18:58:56,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:56,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 18:58:56,830 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:56,889 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #9 tested: OK +2024-06-18 18:58:56,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #9 tested: OK +2024-06-18 18:58:56,999 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 18:58:57,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,000 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,001 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,001 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 18:58:57,002 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,002 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 18:58:57,003 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:58:57,004 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 18:58:57,008 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:58:57,008 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,008 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,009 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,009 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:58:57,009 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,010 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:58:57,011 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,011 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,014 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:58:57,014 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 18:58:57,014 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:58:57,015 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:58:57,015 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 18:58:57,016 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,016 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:58:57,016 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,018 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,018 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,019 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,019 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:58:57,019 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,020 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:58:57,025 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,027 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 18:58:57,027 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 18:58:57,027 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 18:58:57,027 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,027 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 18:58:57,027 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,028 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,028 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,029 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 18:58:57,029 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 18:58:57,030 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 18:58:57,031 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,032 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 18:58:57,032 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,033 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 18:58:57,033 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 18:58:57,033 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 18:58:57,034 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 18:58:57,034 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 18:58:57,034 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,035 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:57,036 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 18:58:57,036 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:58:57,036 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 18:58:57,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #10 tested: OK +2024-06-18 18:58:57,142 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:57,201 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #10 tested: OK +2024-06-18 18:58:57,269 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #11 tested: OK +2024-06-18 18:58:57,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/00) - Connection #11 tested: OK +2024-06-18 18:58:57,691 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:58,162 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:58:58,163 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[2c284a10-48df-4bde-9a70-e5038a183e94, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 18:58:58, 2024-09-01]] +2024-06-18 18:58:58,183 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:58,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #12 tested: OK +2024-06-18 18:58:58,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/29/00) - Connection #13 tested: OK +2024-06-18 18:58:58,304 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:58:58,305 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:58:58,305 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:58:58,305 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:58:58,305 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:58:58,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/29/00) - Connection #13 tested: OK +2024-06-18 18:58:58,478 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 18:58:58,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #12 tested: OK +2024-06-18 18:58:58,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #14 tested: OK +2024-06-18 18:58:58,674 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:58:58,717 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #14 tested: OK +2024-06-18 18:58:58,717 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 18:58:58,717 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[15d080c3-6ba1-4f91-830d-a0395f6c9313, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 18:58:58]] +2024-06-18 18:58:58,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #15 tested: OK +2024-06-18 18:58:58,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #15 tested: OK +2024-06-18 18:58:58,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 18:58:58,856 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:58,859 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:58:58,859 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 18:58:58,859 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:59:18,102 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:31,360 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 18:59:31,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 18:59:31,362 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:31,363 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 18:59:31,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:31,364 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 18:59:31,365 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:59:31,409 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 18:59:31,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/01) - Connection #16 tested: OK +2024-06-18 18:59:50,239 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 18:59:50,243 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 20:18:29,183 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 20:18:29,183 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:59:50,243 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 18:59:50,244 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -8618,13 +5152,715 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 20:18:29,183 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 20:18:42,582 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 20:18:42,582 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 18:59:50,245 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 18:59:50,823 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:59:50,824 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 18:59:50,824 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 18:59:50,824 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 18:59:50,825 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 18:59:50,826 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 18:59:50,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 18:59:50,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 18:59:50,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 18:59:50,827 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 18:59:50,828 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 18:59:50,829 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 18:59:50,830 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 18:59:50,831 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 18:59:50,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 18:59:50,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 18:59:50,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 18:59:50,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 18:59:50,832 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 18:59:50,833 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 18:59:50,834 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 18:59:50,835 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 18:59:50,835 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 18:59:50,855 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 18:59:50,858 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 18:59:50,860 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 18:59:51,657 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 18:59:51,744 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 18:59:51,781 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 18:59:51,781 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 18:59:51,822 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 18:59:51,822 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:59:51,822 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 18:59:51,823 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 18:59:51,823 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:51,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 18:59:51,957 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 18:59:51,957 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 18:59:51,958 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 18:59:52,040 [main] [A2] [INFO] - rootPath == +2024-06-18 18:59:52,041 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 18:59:52,042 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 18:59:52,042 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 18:59:52,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:59:52,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 18:59:52,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 18:59:52,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 18:59:52,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 18:59:52,114 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 18:59:52,115 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 18:59:52,115 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 18:59:52,214 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 18:59:52,216 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 18:59:52,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 18:59:52,346 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:52,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:59:52,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 18:59:52,565 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 18:59:52,565 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 18:59:52,565 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1119846227.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 18:59:52,565 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 18:59:52,565 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 18:59:52,566 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 18:59:52,608 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 18:59:52,608 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 18:59:52,608 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 18:59:52,609 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 18:59:52,610 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 18:59:52,615 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 18:59:52,618 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 18:59:52,620 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 18:59:52,620 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 18:59:52,621 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 18:59:52,621 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 18:59:52,623 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@64337702 +2024-06-18 18:59:52,623 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 18:59:52,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 18:59:52,836 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:52,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 18:59:52,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:59:53,035 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 18:59:53,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 18:59:53,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 18:59:53,245 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:53,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-18 18:59:53,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:59:53,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-18 18:59:53,470 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:59:53,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 18:59:53,623 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-18 18:59:53,727 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:53,734 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #2 tested: OK +2024-06-18 18:59:53,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:59:53,893 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-18 18:59:53,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:59:54,036 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-18 18:59:54,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 18:59:54,130 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:54,193 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-18 18:59:54,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:59:54,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-18 18:59:54,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:59:54,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-18 18:59:54,565 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-18 18:59:54,608 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:54,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-18 18:59:54,742 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-18 18:59:54,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-18 18:59:54,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-18 18:59:55,027 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:55,036 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #3 tested: OK +2024-06-18 18:59:55,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:59:55,193 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-18 18:59:55,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:59:55,365 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-18 18:59:55,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-18 18:59:55,488 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:55,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #6 tested: OK +2024-06-18 18:59:55,551 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #7 tested: OK +2024-06-18 18:59:55,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-18 18:59:55,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:59:55,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-18 18:59:55,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-18 18:59:55,845 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:55,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #9 tested: OK +2024-06-18 18:59:55,992 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #10 tested: OK +2024-06-18 18:59:56,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-18 18:59:56,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #11 tested: OK +2024-06-18 18:59:56,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-18 18:59:56,247 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:56,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/12/00) - Connection #1 tested: OK +2024-06-18 18:59:56,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #1 tested: OK +2024-06-18 18:59:56,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #2 tested: OK +2024-06-18 18:59:56,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #2 tested: OK +2024-06-18 18:59:56,601 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #3 tested: OK +2024-06-18 18:59:56,670 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:56,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #3 tested: OK +2024-06-18 18:59:56,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #4 tested: OK +2024-06-18 18:59:56,906 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #4 tested: OK +2024-06-18 18:59:56,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #5 tested: OK +2024-06-18 18:59:57,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #5 tested: OK +2024-06-18 18:59:57,145 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #6 tested: OK +2024-06-18 18:59:57,152 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:57,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #6 tested: OK +2024-06-18 18:59:57,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #7 tested: OK +2024-06-18 18:59:57,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #7 tested: OK +2024-06-18 18:59:57,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #8 tested: OK +2024-06-18 18:59:57,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #8 tested: OK +2024-06-18 18:59:57,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:57,607 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 18:59:57,608 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:59:57,664 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:57,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/15/00) - Connection #9 tested: OK +2024-06-18 18:59:57,807 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #9 tested: OK +2024-06-18 18:59:57,863 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #10 tested: OK +2024-06-18 18:59:57,952 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #10 tested: OK +2024-06-18 18:59:57,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #11 tested: OK +2024-06-18 18:59:58,066 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #11 tested: OK +2024-06-18 18:59:58,135 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #12 tested: OK +2024-06-18 18:59:58,154 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:58,227 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #12 tested: OK +2024-06-18 18:59:58,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #13 tested: OK +2024-06-18 18:59:58,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #13 tested: OK +2024-06-18 18:59:58,365 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 18:59:58,365 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 18:59:58,366 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 18:59:58,444 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #14 tested: OK +2024-06-18 18:59:58,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #14 tested: OK +2024-06-18 18:59:58,580 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:58,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #15 tested: OK +2024-06-18 18:59:58,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #15 tested: OK +2024-06-18 18:59:58,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #16 tested: OK +2024-06-18 18:59:58,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #16 tested: OK +2024-06-18 18:59:58,934 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 18:59:58,934 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:58,935 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:58,936 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 18:59:58,936 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:59:58,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #17 tested: OK +2024-06-18 18:59:59,064 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:59,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #17 tested: OK +2024-06-18 18:59:59,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #18 tested: OK +2024-06-18 18:59:59,238 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #18 tested: OK +2024-06-18 18:59:59,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #1 tested: OK +2024-06-18 18:59:59,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #1 tested: OK +2024-06-18 18:59:59,390 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 18:59:59,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 18:59:59,391 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:59,392 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 18:59:59,392 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 18:59:59,392 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 18:59:59,392 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 18:59:59,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #2 tested: OK +2024-06-18 18:59:59,571 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #2 tested: OK +2024-06-18 18:59:59,571 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 18:59:59,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #3 tested: OK +2024-06-18 18:59:59,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #3 tested: OK +2024-06-18 18:59:59,755 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 18:59:59,756 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 18:59:59,756 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 18:59:59,813 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #4 tested: OK +2024-06-18 18:59:59,945 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #4 tested: OK +2024-06-18 18:59:59,945 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 18:59:59,945 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 18:59:59,993 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #5 tested: OK +2024-06-18 19:00:00,053 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:00,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #5 tested: OK +2024-06-18 19:00:00,081 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 19:00:00,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #6 tested: OK +2024-06-18 19:00:00,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #6 tested: OK +2024-06-18 19:00:00,265 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 19:00:00,265 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 19:00:00,265 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:00,265 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 19:00:00,313 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #7 tested: OK +2024-06-18 19:00:00,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #7 tested: OK +2024-06-18 19:00:00,453 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #8 tested: OK +2024-06-18 19:00:00,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #8 tested: OK +2024-06-18 19:00:00,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:00,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #9 tested: OK +2024-06-18 19:00:00,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #9 tested: OK +2024-06-18 19:00:00,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #10 tested: OK +2024-06-18 19:00:00,907 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #10 tested: OK +2024-06-18 19:00:00,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #11 tested: OK +2024-06-18 19:00:01,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #11 tested: OK +2024-06-18 19:00:01,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #12 tested: OK +2024-06-18 19:00:01,118 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:01,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #12 tested: OK +2024-06-18 19:00:01,222 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #13 tested: OK +2024-06-18 19:00:01,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #13 tested: OK +2024-06-18 19:00:01,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #14 tested: OK +2024-06-18 19:00:01,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #14 tested: OK +2024-06-18 19:00:01,509 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #15 tested: OK +2024-06-18 19:00:01,595 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:01,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #15 tested: OK +2024-06-18 19:00:01,707 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #16 tested: OK +2024-06-18 19:00:01,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #16 tested: OK +2024-06-18 19:00:01,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #17 tested: OK +2024-06-18 19:00:01,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #17 tested: OK +2024-06-18 19:00:02,008 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #18 tested: OK +2024-06-18 19:00:02,091 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:02,123 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #18 tested: OK +2024-06-18 19:00:02,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #19 tested: OK +2024-06-18 19:00:02,291 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #19 tested: OK +2024-06-18 19:00:02,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #20 tested: OK +2024-06-18 19:00:02,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #20 tested: OK +2024-06-18 19:00:02,506 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #21 tested: OK +2024-06-18 19:00:02,547 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:02,635 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #21 tested: OK +2024-06-18 19:00:02,635 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:02,635 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 19:00:02,635 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:02,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #22 tested: OK +2024-06-18 19:00:02,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #22 tested: OK +2024-06-18 19:00:02,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #23 tested: OK +2024-06-18 19:00:02,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #23 tested: OK +2024-06-18 19:00:03,009 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:03,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #24 tested: OK +2024-06-18 19:00:03,173 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #24 tested: OK +2024-06-18 19:00:03,174 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 19:00:03,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,174 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 19:00:03,174 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 19:00:03,174 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 19:00:03,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 19:00:03,176 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,177 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 19:00:03,178 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,178 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #25 tested: OK +2024-06-18 19:00:03,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #25 tested: OK +2024-06-18 19:00:03,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #26 tested: OK +2024-06-18 19:00:03,496 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:03,520 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #26 tested: OK +2024-06-18 19:00:03,521 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,521 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 19:00:03,521 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,577 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #27 tested: OK +2024-06-18 19:00:03,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #27 tested: OK +2024-06-18 19:00:03,670 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 19:00:03,670 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,670 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,670 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,671 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 19:00:03,671 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #1 tested: OK +2024-06-18 19:00:03,790 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #1 tested: OK +2024-06-18 19:00:03,792 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 19:00:03,792 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,792 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,796 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,796 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 19:00:03,796 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,798 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 19:00:03,800 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:00:03,800 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:00:03,808 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:00:03,808 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,810 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,810 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:00:03,811 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,812 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:00:03,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,812 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,816 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:00:03,816 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:00:03,817 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:00:03,817 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:00:03,817 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 19:00:03,819 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,819 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:00:03,819 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,822 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:00:03,822 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,822 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:00:03,823 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,823 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,824 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:00:03,824 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:00:03,824 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 19:00:03,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:00:03,824 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,825 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,825 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,825 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 19:00:03,826 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 19:00:03,827 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 19:00:03,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,829 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 19:00:03,829 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,830 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 19:00:03,831 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 19:00:03,831 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 19:00:03,831 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 19:00:03,831 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 19:00:03,831 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,832 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:03,832 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:00:03,832 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:03,833 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 19:00:03,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #2 tested: OK +2024-06-18 19:00:03,974 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:04,050 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #2 tested: OK +2024-06-18 19:00:04,109 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #3 tested: OK +2024-06-18 19:00:04,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #3 tested: OK +2024-06-18 19:00:04,368 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:04,930 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:05,023 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:00:05,023 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[c75ff053-14d9-4a03-af90-5f4157273f77, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:00:05, 2024-09-01]] +2024-06-18 19:00:05,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #4 tested: OK +2024-06-18 19:00:05,142 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #5 tested: OK +2024-06-18 19:00:05,153 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:00:05,153 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:00:05,153 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:00:05,153 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:00:05,153 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:00:05,271 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/30/00) - Connection #5 tested: OK +2024-06-18 19:00:05,332 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 19:00:05,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #4 tested: OK +2024-06-18 19:00:05,414 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:05,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #6 tested: OK +2024-06-18 19:00:05,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #6 tested: OK +2024-06-18 19:00:05,543 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:00:05,543 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[6c291a31-9677-428f-b25d-a9444fdcf418, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:00:05]] +2024-06-18 19:00:05,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #7 tested: OK +2024-06-18 19:00:05,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #7 tested: OK +2024-06-18 19:00:05,709 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:00:05,709 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:05,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:05,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 19:00:05,714 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:11,016 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:14,475 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 360.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 19:00:14,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 19:00:14,476 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:14,477 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=2.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 19:00:14,478 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:14,479 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 19:00:14,479 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:00:14,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #8 tested: OK +2024-06-18 19:00:14,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #8 tested: OK +2024-06-18 19:00:14,643 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=2.0,cqzt=1,fxrq='2024-06-18 19:00:14',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 19:00:14,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #9 tested: OK +2024-06-18 19:00:14,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #9 tested: OK +2024-06-18 19:00:14,829 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:14,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/33/00) - Connection #10 tested: OK +2024-06-18 19:00:14,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #10 tested: OK +2024-06-18 19:00:15,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #11 tested: OK +2024-06-18 19:00:15,304 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:15,560 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #11 - autoCommit reset back to true +2024-06-18 19:00:15,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #11 tested: OK +2024-06-18 19:00:15,589 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 19:00:15,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:00:15,632 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #12 tested: OK +2024-06-18 19:00:15,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #12 tested: OK +2024-06-18 19:00:15,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #13 tested: OK +2024-06-18 19:00:15,794 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:15,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #13 tested: OK +2024-06-18 19:00:15,907 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #14 tested: OK +2024-06-18 19:00:16,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #14 tested: OK +2024-06-18 19:00:16,028 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 19:00:16,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #15 tested: OK +2024-06-18 19:00:16,218 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:16,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #15 tested: OK +2024-06-18 19:00:16,219 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:00:16,219 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:00:16,219 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:00:16,219 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 19:00:16,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #16 tested: OK +2024-06-18 19:00:16,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #16 tested: OK +2024-06-18 19:00:16,464 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:00:16,465 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 19:00:16,511 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #17 tested: OK +2024-06-18 19:00:16,608 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #17 tested: OK +2024-06-18 19:00:16,656 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:16,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #18 tested: OK +2024-06-18 19:00:16,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #18 tested: OK +2024-06-18 19:00:16,775 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:00:16,775 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:00:16,775 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:00:16,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #19 tested: OK +2024-06-18 19:00:16,952 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #19 tested: OK +2024-06-18 19:00:16,952 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:00:16,952 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:00:16,952 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:00:17,007 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #20 tested: OK +2024-06-18 19:00:17,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/37/00) - Connection #20 tested: OK +2024-06-18 19:00:17,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:17,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #21 tested: OK +2024-06-18 19:00:17,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #21 tested: OK +2024-06-18 19:00:17,320 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 19:00:17,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #22 tested: OK +2024-06-18 19:00:17,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #22 tested: OK +2024-06-18 19:00:17,557 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 19:00:17,558 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:00:17,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #23 tested: OK +2024-06-18 19:00:17,647 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:17,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #23 tested: OK +2024-06-18 19:00:17,729 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:00:17,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #24 tested: OK +2024-06-18 19:00:17,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #24 tested: OK +2024-06-18 19:00:17,918 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 19:00:17,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #25 tested: OK +2024-06-18 19:00:18,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #25 tested: OK +2024-06-18 19:00:18,082 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:00:18,082 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:00:18,082 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:00:18,082 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:00:18,130 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:18,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/40/00) - Connection #26 tested: OK +2024-06-18 19:00:18,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #26 tested: OK +2024-06-18 19:00:18,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #27 tested: OK +2024-06-18 19:00:18,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #27 tested: OK +2024-06-18 19:00:18,383 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:00:18,383 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:00:18,383 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:00:18,383 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:00:18,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #28 tested: OK +2024-06-18 19:00:18,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #28 tested: OK +2024-06-18 19:00:18,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #29 tested: OK +2024-06-18 19:00:18,683 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:18,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #29 tested: OK +2024-06-18 19:00:18,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #30 tested: OK +2024-06-18 19:00:18,860 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #30 tested: OK +2024-06-18 19:00:18,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #31 tested: OK +2024-06-18 19:00:19,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #31 tested: OK +2024-06-18 19:00:19,019 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 19:00:19,067 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #32 tested: OK +2024-06-18 19:00:19,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/41/00) - Connection #32 tested: OK +2024-06-18 19:00:19,178 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:19,231 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #33 tested: OK +2024-06-18 19:00:19,311 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #33 tested: OK +2024-06-18 19:00:19,387 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #34 tested: OK +2024-06-18 19:00:19,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/42/00) - Connection #34 tested: OK +2024-06-18 19:00:19,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/42/00) - Connection #35 tested: OK +2024-06-18 19:00:19,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/42/00) - Connection #35 tested: OK +2024-06-18 19:00:19,649 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000105 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:19,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #36 tested: OK +2024-06-18 19:00:19,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #36 tested: OK +2024-06-18 19:00:19,844 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-18 19:00:19,844 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 19:00:19,845 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-18 19:00:19,845 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-18 19:00:19,845 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-18 19:00:19,845 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 19:00:19,845 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-18 19:00:19,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #37 tested: OK +2024-06-18 19:00:20,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/43/00) - Connection #37 tested: OK +2024-06-18 19:00:20,009 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 19:00:20,009 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-18 19:00:20,009 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-18 19:00:20,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/43/00) - Connection #38 tested: OK +2024-06-18 19:00:20,104 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:20,503 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #38 - autoCommit reset back to true +2024-06-18 19:00:20,548 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:20,554 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/45/00) - Connection #38 tested: OK +2024-06-18 19:00:20,554 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-18 19:00:20,558 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 19:00:20,972 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:21,472 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:21,942 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:22,440 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:22,932 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:00:22,932 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-18 19:00:22,939 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - #0050 removed because of shutdown. +2024-06-18 19:00:22,939 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-18 19:00:22,940 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - #0049 removed because of shutdown. +2024-06-18 19:00:22,940 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-18 19:00:22,940 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - #0048 removed because of shutdown. +2024-06-18 19:00:22,940 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - #0047 removed because of shutdown. +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - #0046 removed because of shutdown. +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - #0045 removed because of shutdown. +2024-06-18 19:00:22,941 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-18 19:00:22,942 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/43/00) - #0044 removed because of shutdown. +2024-06-18 19:00:22,942 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-18 19:00:22,942 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/42/00) - #0043 removed because of shutdown. +2024-06-18 19:00:22,943 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-18 19:00:22,943 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/41/00) - #0042 removed because of shutdown. +2024-06-18 19:00:22,943 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-18 19:00:22,944 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/40/00) - #0041 removed because of shutdown. +2024-06-18 19:00:22,944 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-18 19:00:22,945 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/39/00) - #0040 removed because of shutdown. +2024-06-18 19:00:22,945 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-18 19:00:22,946 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/38/00) - #0039 removed because of shutdown. +2024-06-18 19:00:22,947 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-18 19:00:22,947 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/37/00) - #0038 removed because of shutdown. +2024-06-18 19:00:22,948 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-18 19:00:22,949 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/36/00) - #0037 removed because of shutdown. +2024-06-18 19:00:22,949 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-18 19:00:22,949 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/35/00) - #0036 removed because of shutdown. +2024-06-18 19:00:22,949 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/34/00) - #0035 removed because of shutdown. +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/33/00) - #0034 removed because of shutdown. +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/32/00) - #0033 removed because of shutdown. +2024-06-18 19:00:22,950 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-18 19:00:22,951 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/31/00) - #0032 removed because of shutdown. +2024-06-18 19:00:22,951 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/30/00) - #0031 removed because of shutdown. +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/29/00) - #0030 removed because of shutdown. +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/28/00) - #0029 removed because of shutdown. +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/27/00) - #0028 removed because of shutdown. +2024-06-18 19:00:22,952 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/26/00) - #0027 removed because of shutdown. +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/25/00) - #0026 removed because of shutdown. +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/24/00) - #0025 removed because of shutdown. +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/23/00) - #0024 removed because of shutdown. +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-18 19:00:22,953 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/22/00) - #0023 removed because of shutdown. +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/21/00) - #0022 removed because of shutdown. +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/20/00) - #0021 removed because of shutdown. +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/19/00) - #0020 removed because of shutdown. +2024-06-18 19:00:22,954 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/18/00) - #0019 removed because of shutdown. +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/17/00) - #0018 removed because of shutdown. +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/16/00) - #0017 removed because of shutdown. +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/15/00) - #0016 removed because of shutdown. +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/14/00) - #0015 removed because of shutdown. +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-18 19:00:22,955 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/13/00) - #0014 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/12/00) - #0013 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/11/00) - #0012 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/10/00) - #0011 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/09/00) - #0010 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/08/00) - #0009 removed because of shutdown. +2024-06-18 19:00:22,956 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/07/00) - #0008 removed because of shutdown. +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/06/00) - #0007 removed because of shutdown. +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/05/00) - #0006 removed because of shutdown. +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/04/00) - #0005 removed because of shutdown. +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/03/00) - #0004 removed because of shutdown. +2024-06-18 19:00:22,957 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/02/00) - #0003 removed because of shutdown. +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/01/00) - #0002 removed because of shutdown. +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/00/00) - #0001 removed because of shutdown. +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-18 19:00:22,958 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 26 milliseconds. +2024-06-18 19:00:22,959 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-18 19:00:22,959 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-18 19:14:16,125 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 19:14:16,130 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 20:18:42,582 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 20:18:42,597 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:14:16,131 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 19:14:16,131 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -8761,1076 +5997,715 @@ >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 20:18:42,597 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 20:18:43,269 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 20:18:43,285 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 20:18:43,300 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 20:18:43,300 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 20:18:43,300 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 20:18:43,816 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 20:18:43,847 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 20:18:43,847 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 20:18:43,847 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 20:18:43,863 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 20:18:43,863 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:18:43,863 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/01/00) - Connection #1 created on demand = ACTIVE -2024-06-13 20:18:43,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/01/00) - Connection #1 tested: OK -2024-06-13 20:18:43,972 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 20:18:43,972 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 20:18:43,972 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 20:18:43,972 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:18:43,988 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 20:18:43,988 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 20:18:43,988 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:18:43,988 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 20:18:44,050 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,066 [main] [A2] [INFO] - rootPath == -2024-06-13 20:18:44,066 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 20:18:44,066 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 20:18:44,066 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 20:18:44,207 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,300 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,331 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/04/00) - Connection #2 tested: OK -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:18:44,347 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 20:18:44,409 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 20:18:44,409 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 20:18:44,441 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/04/00) - Connection #2 tested: OK -2024-06-13 20:18:44,456 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/05/00) - Connection #3 tested: OK -2024-06-13 20:18:44,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/05/00) - Connection #3 tested: OK -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath401806899.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 20:18:44,581 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 20:18:44,612 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 20:18:44,644 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 20:18:44,659 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@18a3962d -2024-06-13 20:18:44,659 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 20:18:44,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/06/00) - Connection #4 tested: OK -2024-06-13 20:18:44,706 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/06/00) - Connection #4 tested: OK -2024-06-13 20:18:44,737 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/06/00) - Connection #5 tested: OK -2024-06-13 20:18:44,737 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/07/00) - Connection #5 tested: OK -2024-06-13 20:18:44,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/07/00) - Connection #1 tested: OK -2024-06-13 20:18:44,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/07/00) - Connection #6 tested: OK -2024-06-13 20:18:44,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/07/00) - Connection #6 tested: OK -2024-06-13 20:18:44,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/07/00) - Connection #7 tested: OK -2024-06-13 20:18:44,894 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:44,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/08/00) - Connection #7 tested: OK -2024-06-13 20:18:44,909 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/08/00) - Connection #8 tested: OK -2024-06-13 20:18:44,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/08/00) - Connection #8 tested: OK -2024-06-13 20:18:44,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/08/00) - Connection #1 tested: OK -2024-06-13 20:18:44,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/08/00) - Connection #1 tested: OK -2024-06-13 20:18:44,988 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/08/00) - Connection #2 tested: OK -2024-06-13 20:18:45,003 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/09/00) - Connection #2 tested: OK -2024-06-13 20:18:45,050 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/09/00) - Connection #3 tested: OK -2024-06-13 20:18:45,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/09/00) - Connection #3 tested: OK -2024-06-13 20:18:45,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/09/00) - Connection #4 tested: OK -2024-06-13 20:18:45,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/09/00) - Connection #4 tested: OK -2024-06-13 20:18:45,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/09/00) - Connection #5 tested: OK -2024-06-13 20:18:45,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/09/00) - Connection #5 tested: OK -2024-06-13 20:18:45,175 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/10/00) - Connection #6 tested: OK -2024-06-13 20:18:45,206 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/10/00) - Connection #6 tested: OK -2024-06-13 20:18:45,237 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/10/00) - Connection #7 tested: OK -2024-06-13 20:18:45,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/10/00) - Connection #7 tested: OK -2024-06-13 20:18:45,331 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,456 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/12/00) - Connection #8 tested: OK -2024-06-13 20:18:45,581 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/12/00) - Connection #8 tested: OK -2024-06-13 20:18:45,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/12/00) - Connection #9 tested: OK -2024-06-13 20:18:45,612 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/12/00) - Connection #9 tested: OK -2024-06-13 20:18:45,644 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/12/00) - Connection #10 tested: OK -2024-06-13 20:18:45,659 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/13/00) - Connection #10 tested: OK -2024-06-13 20:18:45,691 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/13/00) - Connection #11 tested: OK -2024-06-13 20:18:45,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/13/00) - Connection #11 tested: OK -2024-06-13 20:18:45,753 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/13/00) - Connection #12 tested: OK -2024-06-13 20:18:45,768 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/14/00) - Connection #12 tested: OK -2024-06-13 20:18:45,800 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/14/00) - Connection #13 tested: OK -2024-06-13 20:18:45,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/14/00) - Connection #13 tested: OK -2024-06-13 20:18:45,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/14/00) - Connection #14 tested: OK -2024-06-13 20:18:45,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/14/00) - Connection #14 tested: OK -2024-06-13 20:18:45,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/14/00) - Connection #1 tested: OK -2024-06-13 20:18:45,909 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/14/00) - Connection #1 tested: OK -2024-06-13 20:18:45,909 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:45,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/15/00) - Connection #2 tested: OK -2024-06-13 20:18:45,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/15/00) - Connection #2 tested: OK -2024-06-13 20:18:45,987 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/15/00) - Connection #3 tested: OK -2024-06-13 20:18:46,003 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/15/00) - Connection #3 tested: OK -2024-06-13 20:18:46,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/15/00) - Connection #4 tested: OK -2024-06-13 20:18:46,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/15/00) - Connection #4 tested: OK -2024-06-13 20:18:46,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/15/00) - Connection #5 tested: OK -2024-06-13 20:18:46,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/15/00) - Connection #5 tested: OK -2024-06-13 20:18:46,144 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/15/00) - Connection #6 tested: OK -2024-06-13 20:18:46,190 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/15/00) - Connection #6 tested: OK -2024-06-13 20:18:46,190 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/15/00) - Connection #7 tested: OK -2024-06-13 20:18:46,237 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/15/00) - Connection #7 tested: OK -2024-06-13 20:18:46,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/15/00) - Connection #8 tested: OK -2024-06-13 20:18:46,300 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,315 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/16/00) - Connection #8 tested: OK -2024-06-13 20:18:46,331 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/16/00) - Connection #9 tested: OK -2024-06-13 20:18:46,362 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/16/00) - Connection #9 tested: OK -2024-06-13 20:18:46,378 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/16/00) - Connection #10 tested: OK -2024-06-13 20:18:46,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/16/00) - Connection #10 tested: OK -2024-06-13 20:18:46,425 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:46,425 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:18:46,425 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:46,456 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (00/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:18:46,550 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:18:46,565 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,721 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,784 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/19/00) - Connection #12 tested: OK -2024-06-13 20:18:46,831 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/20/00) - Connection #12 tested: OK -2024-06-13 20:18:46,846 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/20/00) - Connection #13 tested: OK -2024-06-13 20:18:46,893 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/20/00) - Connection #13 tested: OK -2024-06-13 20:18:46,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/20/00) - Connection #14 tested: OK -2024-06-13 20:18:46,956 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/20/00) - Connection #14 tested: OK -2024-06-13 20:18:46,956 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:18:46,971 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:18:46,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:46,987 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/21/00) - Connection #15 tested: OK -2024-06-13 20:18:47,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/21/00) - Connection #15 tested: OK -2024-06-13 20:18:47,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:18:47,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:18:47,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:18:47,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/21/00) - Connection #16 tested: OK -2024-06-13 20:18:47,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/21/00) - Connection #16 tested: OK -2024-06-13 20:18:47,065 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:18:47,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/21/00) - Connection #17 tested: OK -2024-06-13 20:18:47,112 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/22/00) - Connection #17 tested: OK -2024-06-13 20:18:47,143 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:18:47,143 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:18:47,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/22/00) - Connection #18 tested: OK -2024-06-13 20:18:47,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/22/00) - Connection #18 tested: OK -2024-06-13 20:18:47,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:18:47,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:47,190 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:47,190 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 20:18:47,190 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:47,206 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/22/00) - Connection #19 tested: OK -2024-06-13 20:18:47,221 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/22/00) - Connection #19 tested: OK -2024-06-13 20:18:47,237 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/22/00) - Connection #20 tested: OK -2024-06-13 20:18:47,237 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/23/00) - Connection #20 tested: OK -2024-06-13 20:18:47,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/23/00) - Connection #21 tested: OK -2024-06-13 20:18:47,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/23/00) - Connection #21 tested: OK -2024-06-13 20:18:47,299 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 20:18:47,299 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 20:18:47,299 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:47,299 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:47,299 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 20:18:47,299 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:47,299 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 20:18:47,315 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/23/00) - Connection #22 tested: OK -2024-06-13 20:18:47,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/23/00) - Connection #22 tested: OK -2024-06-13 20:18:47,362 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/23/00) - Connection #23 tested: OK -2024-06-13 20:18:47,393 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/23/00) - Connection #23 tested: OK -2024-06-13 20:18:47,393 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,393 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 20:18:47,393 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 20:18:47,393 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 20:18:47,393 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 20:18:47,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/24/00) - Connection #24 tested: OK -2024-06-13 20:18:47,440 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/24/00) - Connection #24 tested: OK -2024-06-13 20:18:47,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/24/00) - Connection #1 tested: OK -2024-06-13 20:18:47,471 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/24/00) - Connection #1 tested: OK -2024-06-13 20:18:47,471 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 20:18:47,471 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 20:18:47,487 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/24/00) - Connection #2 tested: OK -2024-06-13 20:18:47,518 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/25/00) - Connection #2 tested: OK -2024-06-13 20:18:47,534 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 20:18:47,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/25/00) - Connection #3 tested: OK -2024-06-13 20:18:47,581 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/25/00) - Connection #3 tested: OK -2024-06-13 20:18:47,581 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 20:18:47,581 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 20:18:47,581 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:47,581 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,581 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,581 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天8点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 20:18:47,596 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 20:18:47,596 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/25/00) - Connection #4 tested: OK -2024-06-13 20:18:47,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/25/00) - Connection #4 tested: OK -2024-06-13 20:18:47,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/25/00) - Connection #5 tested: OK -2024-06-13 20:18:47,659 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/26/00) - Connection #5 tested: OK -2024-06-13 20:18:47,690 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/26/00) - Connection #6 tested: OK -2024-06-13 20:18:47,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/26/00) - Connection #6 tested: OK -2024-06-13 20:18:47,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/26/00) - Connection #7 tested: OK -2024-06-13 20:18:47,784 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/26/00) - Connection #7 tested: OK -2024-06-13 20:18:47,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/26/00) - Connection #8 tested: OK -2024-06-13 20:18:47,815 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:47,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/27/00) - Connection #8 tested: OK -2024-06-13 20:18:47,831 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/27/00) - Connection #9 tested: OK -2024-06-13 20:18:47,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/27/00) - Connection #9 tested: OK -2024-06-13 20:18:47,893 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/27/00) - Connection #10 tested: OK -2024-06-13 20:18:47,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/27/00) - Connection #10 tested: OK -2024-06-13 20:18:47,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/27/00) - Connection #11 tested: OK -2024-06-13 20:18:47,971 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/27/00) - Connection #11 tested: OK -2024-06-13 20:18:47,971 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,002 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/28/00) - Connection #12 tested: OK -2024-06-13 20:18:48,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/28/00) - Connection #12 tested: OK -2024-06-13 20:18:48,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/28/00) - Connection #13 tested: OK -2024-06-13 20:18:48,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/28/00) - Connection #13 tested: OK -2024-06-13 20:18:48,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/28/00) - Connection #14 tested: OK -2024-06-13 20:18:48,127 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,299 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/30/00) - Connection #14 tested: OK -2024-06-13 20:18:48,362 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/30/00) - Connection #15 tested: OK -2024-06-13 20:18:48,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/30/00) - Connection #15 tested: OK -2024-06-13 20:18:48,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/30/00) - Connection #16 tested: OK -2024-06-13 20:18:48,440 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000062 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/31/00) - Connection #16 tested: OK -2024-06-13 20:18:48,471 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/31/00) - Connection #17 tested: OK -2024-06-13 20:18:48,502 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/31/00) - Connection #17 tested: OK -2024-06-13 20:18:48,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/31/00) - Connection #18 tested: OK -2024-06-13 20:18:48,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/31/00) - Connection #18 tested: OK -2024-06-13 20:18:48,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:48,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 20:18:48,549 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:48,565 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/31/00) - Connection #19 tested: OK -2024-06-13 20:18:48,596 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/31/00) - Connection #19 tested: OK -2024-06-13 20:18:48,596 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,611 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:18:48,611 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:18:48,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/32/00) - Connection #20 tested: OK -2024-06-13 20:18:48,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/32/00) - Connection #20 tested: OK -2024-06-13 20:18:48,643 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:48,643 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:18:48,643 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:18:48,643 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:48,659 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/32/00) - Connection #21 tested: OK -2024-06-13 20:18:48,690 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/32/00) - Connection #21 tested: OK -2024-06-13 20:18:48,705 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/32/00) - Connection #22 tested: OK -2024-06-13 20:18:48,721 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,737 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/33/00) - Connection #22 tested: OK -2024-06-13 20:18:48,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/33/00) - Connection #23 tested: OK -2024-06-13 20:18:48,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/33/00) - Connection #23 tested: OK -2024-06-13 20:18:48,768 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:18:48,768 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:18:48,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/33/00) - Connection #24 tested: OK -2024-06-13 20:18:48,815 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/33/00) - Connection #24 tested: OK -2024-06-13 20:18:48,815 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:18:48,815 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:18:48,815 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:18:48,846 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/33/00) - Connection #25 tested: OK -2024-06-13 20:18:48,861 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:48,861 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/34/00) - Connection #25 tested: OK -2024-06-13 20:18:48,861 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:18:48,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/34/00) - Connection #26 tested: OK -2024-06-13 20:18:48,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/34/00) - Connection #26 tested: OK -2024-06-13 20:18:48,939 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:18:48,939 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:18:48,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/34/00) - Connection #27 tested: OK -2024-06-13 20:18:48,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/34/00) - Connection #27 tested: OK -2024-06-13 20:18:48,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:18:48,986 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,002 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/34/00) - Connection #28 tested: OK -2024-06-13 20:18:49,018 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000074 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/35/00) - Connection #28 tested: OK -2024-06-13 20:18:49,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/35/00) - Connection #29 tested: OK -2024-06-13 20:18:49,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/35/00) - Connection #29 tested: OK -2024-06-13 20:18:49,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/35/00) - Connection #30 tested: OK -2024-06-13 20:18:49,127 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/36/00) - Connection #30 tested: OK -2024-06-13 20:18:49,143 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:18:49,143 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:18:49,143 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,143 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:18:49,143 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:18:49,143 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,143 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:18:49,158 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/36/00) - Connection #31 tested: OK -2024-06-13 20:18:49,205 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/36/00) - Connection #31 tested: OK -2024-06-13 20:18:49,205 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:18:49,205 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,221 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/36/00) - Connection #32 tested: OK -2024-06-13 20:18:49,236 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/37/00) - Connection #32 tested: OK -2024-06-13 20:18:49,252 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:18:49,252 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,252 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,268 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:18:49,268 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:18:49,268 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:18:49,268 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,268 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,268 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,283 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,283 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:18:49,283 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:18:49,283 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/37/00) - Connection #33 tested: OK -2024-06-13 20:18:49,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/37/00) - Connection #33 tested: OK -2024-06-13 20:18:49,330 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/37/00) - Connection #34 tested: OK -2024-06-13 20:18:49,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/37/00) - Connection #34 tested: OK -2024-06-13 20:18:49,377 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/37/00) - Connection #35 tested: OK -2024-06-13 20:18:49,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/37/00) - Connection #35 tested: OK -2024-06-13 20:18:49,408 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:18:49,408 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:18:49,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/37/00) - Connection #36 tested: OK -2024-06-13 20:18:49,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/37/00) - Connection #36 tested: OK -2024-06-13 20:18:49,455 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:18:49,455 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:18:49,455 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:18:49,471 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/37/00) - Connection #37 tested: OK -2024-06-13 20:18:49,486 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/37/00) - Connection #37 tested: OK -2024-06-13 20:18:49,486 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:18:49,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/37/00) - Connection #1 tested: OK -2024-06-13 20:18:49,549 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/37/00) - Connection #1 tested: OK -2024-06-13 20:18:49,549 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:18:49,549 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:18:49,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/37/00) - Connection #2 tested: OK -2024-06-13 20:18:49,611 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/38/00) - Connection #2 tested: OK -2024-06-13 20:18:49,627 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,627 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/38/00) - Connection #3 tested: OK -2024-06-13 20:18:49,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/38/00) - Connection #3 tested: OK -2024-06-13 20:18:49,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/38/00) - Connection #4 tested: OK -2024-06-13 20:18:49,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/38/00) - Connection #4 tested: OK -2024-06-13 20:18:49,705 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/38/00) - Connection #5 tested: OK -2024-06-13 20:18:49,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/38/00) - Connection #5 tested: OK -2024-06-13 20:18:49,752 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 20:18:49,752 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,752 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:18:49,752 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,752 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000088 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/39/00) - Connection #6 tested: OK -2024-06-13 20:18:49,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/39/00) - Connection #6 tested: OK -2024-06-13 20:18:49,783 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:18:49,783 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/39/00) - Connection #7 tested: OK -2024-06-13 20:18:49,830 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/39/00) - Connection #7 tested: OK -2024-06-13 20:18:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:18:49,830 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:18:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:18:49,830 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:18:49,846 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,846 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:18:49,846 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:49,861 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/39/00) - Connection #8 tested: OK -2024-06-13 20:18:49,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/39/00) - Connection #8 tested: OK -2024-06-13 20:18:49,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/40/00) - Connection #9 tested: OK -2024-06-13 20:18:49,892 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000091 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:49,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/40/00) - Connection #9 tested: OK -2024-06-13 20:18:49,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/40/00) - Connection #10 tested: OK -2024-06-13 20:18:49,971 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/40/00) - Connection #10 tested: OK -2024-06-13 20:18:49,971 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:18:49,971 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:18:49,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/40/00) - Connection #11 tested: OK -2024-06-13 20:18:50,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/40/00) - Connection #11 tested: OK -2024-06-13 20:18:50,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:18:50,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:18:50,018 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:18:50,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/40/00) - Connection #12 tested: OK -2024-06-13 20:18:50,033 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:50,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/41/00) - Connection #12 tested: OK -2024-06-13 20:18:50,064 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:18:50,080 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/41/00) - Connection #13 tested: OK -2024-06-13 20:18:50,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/41/00) - Connection #13 tested: OK -2024-06-13 20:18:50,127 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:18:50,127 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:18:50,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/41/00) - Connection #14 tested: OK -2024-06-13 20:18:50,174 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000097 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:50,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/42/00) - Connection #14 tested: OK -2024-06-13 20:18:50,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:18:50,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/42/00) - Connection #15 tested: OK -2024-06-13 20:18:50,221 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/42/00) - Connection #15 tested: OK -2024-06-13 20:18:50,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/42/00) - Connection #16 tested: OK -2024-06-13 20:18:50,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/42/00) - Connection #16 tested: OK -2024-06-13 20:18:50,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/42/00) - Connection #17 tested: OK -2024-06-13 20:18:50,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/42/00) - Connection #17 tested: OK -2024-06-13 20:18:50,314 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 20:18:50,314 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:50,314 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:18:50,314 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:50,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/42/00) - Connection #18 tested: OK -2024-06-13 20:18:50,346 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:18:50,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/43/00) - Connection #18 tested: OK -2024-06-13 20:18:50,361 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:18:50,361 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:50,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/43/00) - Connection #19 tested: OK -2024-06-13 20:18:50,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/43/00) - Connection #19 tested: OK -2024-06-13 20:18:50,408 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:18:50,424 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:18:50,424 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:18:50,424 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:18:50,424 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:19:06,928 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,233 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:19:11,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:11,235 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:11,235 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,235 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:19:11,236 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,236 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,236 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:19:11,237 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:19:11,241 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/44/00) - Connection #20 tested: OK -2024-06-13 20:19:11,256 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/44/00) - Connection #20 tested: OK -2024-06-13 20:19:11,256 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,256 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:11,256 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:11,256 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/44/00) - Connection #21 tested: OK -2024-06-13 20:19:11,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/44/00) - Connection #21 tested: OK -2024-06-13 20:19:11,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/44/00) - Connection #22 tested: OK -2024-06-13 20:19:11,366 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000105 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/45/00) - Connection #22 tested: OK -2024-06-13 20:19:11,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/45/00) - Connection #23 tested: OK -2024-06-13 20:19:11,397 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/45/00) - Connection #23 tested: OK -2024-06-13 20:19:11,397 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:11,397 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:11,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/45/00) - Connection #24 tested: OK -2024-06-13 20:19:11,444 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/45/00) - Connection #24 tested: OK -2024-06-13 20:19:11,444 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:11,444 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:11,444 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:11,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/45/00) - Connection #25 tested: OK -2024-06-13 20:19:11,475 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/46/00) - Connection #25 tested: OK -2024-06-13 20:19:11,491 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:11,506 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/46/00) - Connection #26 tested: OK -2024-06-13 20:19:11,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/46/00) - Connection #26 tested: OK -2024-06-13 20:19:11,569 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:11,569 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:11,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/46/00) - Connection #27 tested: OK -2024-06-13 20:19:11,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000110 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,631 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/47/00) - Connection #27 tested: OK -2024-06-13 20:19:11,631 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,631 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,647 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/47/00) - Connection #28 tested: OK -2024-06-13 20:19:11,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/47/00) - Connection #28 tested: OK -2024-06-13 20:19:11,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/47/00) - Connection #29 tested: OK -2024-06-13 20:19:11,725 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000112 (01/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/48/00) - Connection #29 tested: OK -2024-06-13 20:19:11,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/48/00) - Connection #30 tested: OK -2024-06-13 20:19:11,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/48/00) - Connection #30 tested: OK -2024-06-13 20:19:11,787 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:19:11,787 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,787 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:11,787 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/48/00) - Connection #31 tested: OK -2024-06-13 20:19:11,834 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/48/00) - Connection #31 tested: OK -2024-06-13 20:19:11,834 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:11,834 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/48/00) - Connection #32 tested: OK -2024-06-13 20:19:11,866 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000115 (01/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:11,866 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/49/00) - Connection #32 tested: OK -2024-06-13 20:19:11,866 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:11,866 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,881 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:11,881 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:19:11,881 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:19:11,881 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,881 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:11,881 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:11,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/49/00) - Connection #33 tested: OK -2024-06-13 20:19:11,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/49/00) - Connection #33 tested: OK -2024-06-13 20:19:11,944 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/49/00) - Connection #34 tested: OK -2024-06-13 20:19:11,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/49/00) - Connection #34 tested: OK -2024-06-13 20:19:11,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/49/00) - Connection #35 tested: OK -2024-06-13 20:19:12,022 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000118 (01/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:12,022 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/50/00) - Connection #35 tested: OK -2024-06-13 20:19:12,022 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:12,022 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:12,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/50/00) - Connection #36 tested: OK -2024-06-13 20:19:12,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/50/00) - Connection #36 tested: OK -2024-06-13 20:19:12,053 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:12,069 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:12,069 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:12,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/50/00) - Connection #37 tested: OK -2024-06-13 20:19:12,115 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/50/00) - Connection #37 tested: OK -2024-06-13 20:19:12,115 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:12,131 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/50/00) - Connection #38 tested: OK -2024-06-13 20:19:12,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/50/00) - Connection #38 tested: OK -2024-06-13 20:19:12,178 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:12,178 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:12,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/50/00) - Connection #39 tested: OK -2024-06-13 20:19:12,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/50/00) - Connection #39 tested: OK -2024-06-13 20:19:12,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,225 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/50/00) - Connection #40 tested: OK -2024-06-13 20:19:12,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/50/00) - Connection #40 tested: OK -2024-06-13 20:19:12,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/50/00) - Connection #41 tested: OK -2024-06-13 20:19:12,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/50/00) - Connection #41 tested: OK -2024-06-13 20:19:12,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/50/00) - Connection #42 tested: OK -2024-06-13 20:19:12,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/50/00) - Connection #42 tested: OK -2024-06-13 20:19:12,365 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 20:19:12,365 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,365 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:12,365 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/50/00) - Connection #43 tested: OK -2024-06-13 20:19:12,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/50/00) - Connection #43 tested: OK -2024-06-13 20:19:12,412 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:12,412 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,647 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/50/00) - Connection #44 tested: OK -2024-06-13 20:19:12,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/50/00) - Connection #44 tested: OK -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,678 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:12,678 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:12,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/50/00) - Connection #45 tested: OK -2024-06-13 20:19:12,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/50/00) - Connection #45 tested: OK -2024-06-13 20:19:12,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/50/00) - Connection #46 tested: OK -2024-06-13 20:19:12,756 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/50/00) - Connection #46 tested: OK -2024-06-13 20:19:12,772 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/50/00) - Connection #47 tested: OK -2024-06-13 20:19:12,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/50/00) - Connection #47 tested: OK -2024-06-13 20:19:12,787 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:12,787 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:12,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/50/00) - Connection #48 tested: OK -2024-06-13 20:19:12,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/50/00) - Connection #48 tested: OK -2024-06-13 20:19:12,818 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:12,818 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:12,818 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:12,834 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/50/00) - Connection #49 tested: OK -2024-06-13 20:19:12,865 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/50/00) - Connection #49 tested: OK -2024-06-13 20:19:12,865 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:12,881 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/50/00) - Connection #50 tested: OK -2024-06-13 20:19:12,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #50 tested: OK -2024-06-13 20:19:12,928 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:12,928 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:12,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/50/00) - Connection #1 tested: OK -2024-06-13 20:19:12,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #1 tested: OK -2024-06-13 20:19:12,975 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:12,975 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:12,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/50/00) - Connection #2 tested: OK -2024-06-13 20:19:13,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #2 tested: OK -2024-06-13 20:19:13,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/50/00) - Connection #3 tested: OK -2024-06-13 20:19:13,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #3 tested: OK -2024-06-13 20:19:13,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/50/00) - Connection #4 tested: OK -2024-06-13 20:19:13,115 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #4 tested: OK -2024-06-13 20:19:13,115 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 20:19:13,115 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,115 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:00] -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:13,115 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,131 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/50/00) - Connection #5 tested: OK -2024-06-13 20:19:13,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #5 tested: OK -2024-06-13 20:19:13,162 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:13,162 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/50/00) - Connection #6 tested: OK -2024-06-13 20:19:13,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #6 tested: OK -2024-06-13 20:19:13,443 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:13,443 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,443 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:13,443 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:19:13,443 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:19:13,554 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:19:13,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:13,555 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:13,555 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,555 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:19:13,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,556 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:19:13,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/50/00) - Connection #7 tested: OK -2024-06-13 20:19:13,584 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 20:19:13,584 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 20:19:13,584 [Shutdown Hook] [org.logicalcobwebs.proxool.ConnectionPool] [INFO] - Waiting until Thu Jun 13 20:19:13 GMT+08:00 2024 for all connections to become inactive (active count is 1). -2024-06-13 20:19:13,584 [Shutdown Hook] [org.logicalcobwebs.proxool.ConnectionPool] [WARN] - Shutdown waited for 0 milliseconds for all the connections to become inactive but the active count is still 1. Shutting down anyway. -2024-06-13 20:19:13,600 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/49/00) - Connection #7 tested: OK -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:13,600 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:13,600 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/47/00) - #0048 removed because of shutdown. -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/46/00) - #0047 removed because of shutdown. -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/45/00) - #0046 removed because of shutdown. -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/44/00) - #0045 removed because of shutdown. -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/43/00) - #0044 removed because of shutdown. -2024-06-13 20:19:13,600 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/42/00) - #0043 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/41/00) - #0042 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/40/00) - #0041 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/39/00) - #0040 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/38/00) - #0039 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/37/00) - #0038 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/36/00) - #0037 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/35/00) - #0036 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/34/00) - #0035 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/33/00) - #0034 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/32/00) - #0033 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/31/00) - #0032 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/30/00) - #0031 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/29/00) - #0030 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/28/00) - #0029 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/27/00) - #0028 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/26/00) - #0027 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/25/00) - #0026 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/24/00) - #0025 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/23/00) - #0024 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/22/00) - #0023 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/21/00) - #0022 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/20/00) - #0021 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/19/00) - #0020 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/18/00) - #0019 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/17/00) - #0018 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/16/00) - #0017 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/15/00) - #0016 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/14/00) - #0015 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/13/00) - #0014 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/12/00) - #0013 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/11/00) - #0012 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/10/00) - #0011 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/09/00) - #0010 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (01/08/00) - #0009 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000140 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 20:19:13,615 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (00/07/00) - Connection #8 tested: OK -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 20:19:13,615 [main] [A2] [INFO] - [null] main-1[weaver.conn.RecordSet:1402] - select c.id,b.tablename from uf_jcl_form_table a left join workflow_bill b on a.tablename=b.tablename left join modeinfo c on b.id=c.formid where (c.isDelete is null or c.isDelete <> '1') -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 20:19:13,615 [main] [A2] [ERROR] - [null] main-1[weaver.conn.RecordSet:1403] - weaver.conn.RecordSet -java.sql.SQLException: Couldn't perform the operation prepareStatement: You can't perform any operations on this connection. It has been automatically closed by Proxool for some reason (see logs). - at org.logicalcobwebs.proxool.WrappedConnection.invoke(WrappedConnection.java:207) - at org.logicalcobwebs.proxool.WrappedConnection.intercept(WrappedConnection.java:87) - at com.mysql.cj.TransactionEventHandler$$EnhancerByProxool$$bdbd2929.prepareStatement() - at weaver.conn.WeaverConnection.prepareStatement(WeaverConnection.java:216) - at weaver.conn.RecordSet.executeSql(RecordSet.java:1171) - at weaver.conn.RecordSet.executeQuery(RecordSet.java:984) - at com.engine.common.util.DbTools.getSqlToList(DbTools.java:21) - at com.engine.common.util.Utils.getFormmodeIdMap(Utils.java:499) - at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.analysis(AttendanceAnalysisWrapper.java:157) - at com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper.attendanceAnalysisForApi(AttendanceAnalysisWrapper.java:141) - at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:181) - at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:497) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) - at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/01/00) - #0002 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000141 (00/00/00) - #0001 removed because of shutdown. -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 20:19:13,615 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 31 milliseconds. -2024-06-13 20:19:13,631 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 20:19:13,631 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-13 20:19:13,631 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 20:19:19,121 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 20:19:19,121 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:14:16,132 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 19:14:16,836 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:14:16,837 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 19:14:16,837 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 19:14:16,837 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 19:14:16,838 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 19:14:16,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 19:14:16,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 19:14:16,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 19:14:16,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 19:14:16,840 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 19:14:16,841 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 19:14:16,842 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 19:14:16,843 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 19:14:16,844 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 19:14:16,845 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 19:14:16,846 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 19:14:16,847 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 19:14:16,866 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 19:14:16,868 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 19:14:16,870 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 19:14:17,633 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 19:14:17,727 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 19:14:17,785 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 19:14:17,785 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 19:14:17,832 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 19:14:17,832 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:14:17,832 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:14:17,833 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 19:14:17,833 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:17,905 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 19:14:17,960 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 19:14:17,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 19:14:17,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:14:17,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 19:14:17,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 19:14:17,961 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:14:17,962 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 19:14:17,962 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 19:14:18,048 [main] [A2] [INFO] - rootPath == +2024-06-18 19:14:18,048 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 19:14:18,049 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 19:14:18,050 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 19:14:18,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:14:18,117 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:14:18,118 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 19:14:18,215 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 19:14:18,216 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 19:14:18,291 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:14:18,316 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:18,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:14:18,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:14:18,547 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 19:14:18,548 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 19:14:18,548 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath586078929.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 19:14:18,548 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 19:14:18,548 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 19:14:18,548 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 19:14:18,594 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 19:14:18,595 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 19:14:18,596 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 19:14:18,596 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 19:14:18,597 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 19:14:18,602 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 19:14:18,605 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 19:14:18,606 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 19:14:18,607 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 19:14:18,607 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 19:14:18,607 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 19:14:18,609 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@2d10e0b1 +2024-06-18 19:14:18,610 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 19:14:18,676 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:14:18,742 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:18,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-18 19:14:18,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-18 19:14:18,956 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 19:14:19,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 19:14:19,108 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:19,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/05/00) - Connection #4 tested: OK +2024-06-18 19:14:19,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-18 19:14:19,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-18 19:14:19,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-18 19:14:19,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 19:14:19,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 19:14:19,596 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000008 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:19,603 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/06/00) - Connection #2 tested: OK +2024-06-18 19:14:19,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #2 tested: OK +2024-06-18 19:14:19,783 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-18 19:14:19,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-18 19:14:19,945 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 19:14:20,063 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000011 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:20,063 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #4 tested: OK +2024-06-18 19:14:20,108 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #5 tested: OK +2024-06-18 19:14:20,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-18 19:14:20,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-18 19:14:20,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-18 19:14:20,421 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-18 19:14:20,502 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000014 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:20,531 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #7 tested: OK +2024-06-18 19:14:20,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #8 tested: OK +2024-06-18 19:14:20,705 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #8 tested: OK +2024-06-18 19:14:20,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-18 19:14:20,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-18 19:14:20,891 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-18 19:14:20,928 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:20,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #2 tested: OK +2024-06-18 19:14:21,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #3 tested: OK +2024-06-18 19:14:21,152 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #3 tested: OK +2024-06-18 19:14:21,202 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-18 19:14:21,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #4 tested: OK +2024-06-18 19:14:21,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-18 19:14:21,393 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:21,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #5 tested: OK +2024-06-18 19:14:21,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #6 tested: OK +2024-06-18 19:14:21,653 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #6 tested: OK +2024-06-18 19:14:21,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-18 19:14:21,792 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #7 tested: OK +2024-06-18 19:14:21,829 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:21,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/11/00) - Connection #8 tested: OK +2024-06-18 19:14:21,952 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #8 tested: OK +2024-06-18 19:14:22,013 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #9 tested: OK +2024-06-18 19:14:22,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #9 tested: OK +2024-06-18 19:14:22,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-18 19:14:22,262 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:22,279 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/12/00) - Connection #10 tested: OK +2024-06-18 19:14:22,330 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/12/00) - Connection #11 tested: OK +2024-06-18 19:14:22,421 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #11 tested: OK +2024-06-18 19:14:22,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #12 tested: OK +2024-06-18 19:14:22,585 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #12 tested: OK +2024-06-18 19:14:22,646 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #1 tested: OK +2024-06-18 19:14:22,688 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:22,742 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #1 tested: OK +2024-06-18 19:14:22,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #2 tested: OK +2024-06-18 19:14:22,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #2 tested: OK +2024-06-18 19:14:22,982 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #3 tested: OK +2024-06-18 19:14:23,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #3 tested: OK +2024-06-18 19:14:23,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:23,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/14/00) - Connection #4 tested: OK +2024-06-18 19:14:23,247 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #4 tested: OK +2024-06-18 19:14:23,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #5 tested: OK +2024-06-18 19:14:23,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #5 tested: OK +2024-06-18 19:14:23,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #6 tested: OK +2024-06-18 19:14:23,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #6 tested: OK +2024-06-18 19:14:23,548 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:23,549 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 19:14:23,550 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:23,585 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (00/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:23,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/15/00) - Connection #7 tested: OK +2024-06-18 19:14:23,749 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #7 tested: OK +2024-06-18 19:14:23,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #8 tested: OK +2024-06-18 19:14:23,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #8 tested: OK +2024-06-18 19:14:23,966 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #9 tested: OK +2024-06-18 19:14:24,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #9 tested: OK +2024-06-18 19:14:24,068 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (00/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:24,112 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/16/00) - Connection #10 tested: OK +2024-06-18 19:14:24,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #10 tested: OK +2024-06-18 19:14:24,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #11 tested: OK +2024-06-18 19:14:24,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #11 tested: OK +2024-06-18 19:14:24,390 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 19:14:24,390 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 19:14:24,390 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:14:24,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #12 tested: OK +2024-06-18 19:14:24,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #12 tested: OK +2024-06-18 19:14:24,538 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:24,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #13 tested: OK +2024-06-18 19:14:24,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #13 tested: OK +2024-06-18 19:14:24,801 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #14 tested: OK +2024-06-18 19:14:24,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #14 tested: OK +2024-06-18 19:14:24,909 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 19:14:24,909 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:24,910 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:24,910 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 19:14:24,910 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:24,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #15 tested: OK +2024-06-18 19:14:25,032 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:25,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #15 tested: OK +2024-06-18 19:14:25,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #16 tested: OK +2024-06-18 19:14:25,205 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #16 tested: OK +2024-06-18 19:14:25,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #17 tested: OK +2024-06-18 19:14:25,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #17 tested: OK +2024-06-18 19:14:25,353 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 19:14:25,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 19:14:25,354 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:25,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:25,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 19:14:25,355 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:25,355 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 19:14:25,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #18 tested: OK +2024-06-18 19:14:25,490 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:25,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #18 tested: OK +2024-06-18 19:14:25,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #19 tested: OK +2024-06-18 19:14:25,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #19 tested: OK +2024-06-18 19:14:25,704 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 19:14:25,704 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 19:14:25,704 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 19:14:25,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #1 tested: OK +2024-06-18 19:14:25,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #1 tested: OK +2024-06-18 19:14:25,863 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 19:14:25,863 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 19:14:25,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #2 tested: OK +2024-06-18 19:14:25,973 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:26,022 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #2 tested: OK +2024-06-18 19:14:26,024 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 19:14:26,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #3 tested: OK +2024-06-18 19:14:26,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #3 tested: OK +2024-06-18 19:14:26,196 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 19:14:26,202 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 19:14:26,202 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:26,202 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 19:14:26,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #4 tested: OK +2024-06-18 19:14:26,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #4 tested: OK +2024-06-18 19:14:26,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #5 tested: OK +2024-06-18 19:14:26,488 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:26,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #5 tested: OK +2024-06-18 19:14:26,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #6 tested: OK +2024-06-18 19:14:26,653 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #6 tested: OK +2024-06-18 19:14:26,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #7 tested: OK +2024-06-18 19:14:26,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #7 tested: OK +2024-06-18 19:14:26,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #8 tested: OK +2024-06-18 19:14:26,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:26,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #8 tested: OK +2024-06-18 19:14:27,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #9 tested: OK +2024-06-18 19:14:27,141 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #9 tested: OK +2024-06-18 19:14:27,202 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #10 tested: OK +2024-06-18 19:14:27,312 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #10 tested: OK +2024-06-18 19:14:27,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #11 tested: OK +2024-06-18 19:14:27,470 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #11 tested: OK +2024-06-18 19:14:27,497 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:27,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #12 tested: OK +2024-06-18 19:14:27,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #12 tested: OK +2024-06-18 19:14:27,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #13 tested: OK +2024-06-18 19:14:27,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #13 tested: OK +2024-06-18 19:14:27,821 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #14 tested: OK +2024-06-18 19:14:27,922 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #14 tested: OK +2024-06-18 19:14:27,970 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #15 tested: OK +2024-06-18 19:14:27,997 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:28,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #15 tested: OK +2024-06-18 19:14:28,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #16 tested: OK +2024-06-18 19:14:28,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #16 tested: OK +2024-06-18 19:14:28,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #17 tested: OK +2024-06-18 19:14:28,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #17 tested: OK +2024-06-18 19:14:28,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #18 tested: OK +2024-06-18 19:14:28,479 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:28,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #18 tested: OK +2024-06-18 19:14:28,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:28,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 19:14:28,544 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:28,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #19 tested: OK +2024-06-18 19:14:28,686 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #19 tested: OK +2024-06-18 19:14:28,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #20 tested: OK +2024-06-18 19:14:28,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #20 tested: OK +2024-06-18 19:14:28,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #21 tested: OK +2024-06-18 19:14:28,932 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000067 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:29,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #21 tested: OK +2024-06-18 19:14:29,050 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 19:14:29,050 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,050 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,050 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 19:14:29,051 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 19:14:29,051 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 19:14:29,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 19:14:29,052 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,053 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 19:14:29,054 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,054 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #22 tested: OK +2024-06-18 19:14:29,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #22 tested: OK +2024-06-18 19:14:29,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #23 tested: OK +2024-06-18 19:14:29,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #23 tested: OK +2024-06-18 19:14:29,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,390 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 19:14:29,390 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,439 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:29,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #24 tested: OK +2024-06-18 19:14:29,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #24 tested: OK +2024-06-18 19:14:29,554 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 19:14:29,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 19:14:29,555 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,611 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #25 tested: OK +2024-06-18 19:14:29,735 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #25 tested: OK +2024-06-18 19:14:29,736 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 19:14:29,736 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,736 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,738 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,738 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 19:14:29,738 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,738 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 19:14:29,739 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:14:29,739 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:14:29,745 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:14:29,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:14:29,746 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,747 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:14:29,747 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,747 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,750 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:14:29,750 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:14:29,751 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=13:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:14:29,751 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:14:29,751 [main] [com.engine.common.util.Utils] [DEBUG] - 请假时间在休息时间中间 +2024-06-18 19:14:29,753 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,753 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:14:29,753 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,755 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,755 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,756 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,756 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:14:29,756 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,756 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-18 19:14:29,756 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,757 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,763 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=13:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:14:29,764 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:14:29,764 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 左边 +2024-06-18 19:14:29,764 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,764 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:14:29,764 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,764 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,765 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,765 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,765 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=-60, kczgsc=1, record=false, itemduration=-60.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 12:00, hsdw=2}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=300, kczgsc=1, record=true, itemduration=5.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 19:14:29,766 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 19:14:29,766 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 19:14:29,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,768 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 19:14:29,768 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,769 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 19:14:29,769 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 19:14:29,769 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 19:14:29,769 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 19:14:29,770 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 19:14:29,770 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:29,771 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:14:29,771 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:29,771 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 19:14:29,817 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #26 tested: OK +2024-06-18 19:14:29,916 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000072 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:29,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #26 tested: OK +2024-06-18 19:14:29,982 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #27 tested: OK +2024-06-18 19:14:30,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #27 tested: OK +2024-06-18 19:14:30,433 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:30,905 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:14:30,905 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[eb7ee1c2-630b-4f52-afce-1b09211d3860, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:14:30, 2024-09-01]] +2024-06-18 19:14:30,913 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:30,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #28 tested: OK +2024-06-18 19:14:30,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #29 tested: OK +2024-06-18 19:14:31,005 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:14:31,006 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:14:31,006 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:14:31,006 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:14:31,006 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:14:31,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/30/00) - Connection #29 tested: OK +2024-06-18 19:14:31,178 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 19:14:31,251 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #28 tested: OK +2024-06-18 19:14:31,301 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #30 tested: OK +2024-06-18 19:14:31,332 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:31,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #30 tested: OK +2024-06-18 19:14:31,394 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:14:31,395 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[2e3e1f4b-101f-4c15-87f4-dd2c39547b1e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:14:31]] +2024-06-18 19:14:31,443 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #31 tested: OK +2024-06-18 19:14:31,554 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #31 tested: OK +2024-06-18 19:14:31,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:14:31,554 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:31,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:31,555 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 19:14:31,556 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:31,556 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 300.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 19:14:31,557 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 19:14:31,557 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:31,557 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=3.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 13:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=300, kczgsc=1, record=true, itemduration=5.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 19:14:31,558 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:31,558 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 19:14:31,558 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:14:31,626 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #1 tested: OK +2024-06-18 19:14:31,727 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #1 tested: OK +2024-06-18 19:14:31,727 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=3.0,cqzt=1,fxrq='2024-06-18 19:14:31',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=5.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 13:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 19:14:31,782 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #2 tested: OK +2024-06-18 19:14:31,833 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:31,891 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #2 tested: OK +2024-06-18 19:14:31,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #3 tested: OK +2024-06-18 19:14:32,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #3 tested: OK +2024-06-18 19:14:32,102 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #4 tested: OK +2024-06-18 19:14:32,308 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:32,768 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #4 - autoCommit reset back to true +2024-06-18 19:14:32,768 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:32,821 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #4 tested: OK +2024-06-18 19:14:32,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 19:14:32,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:14:32,859 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #5 tested: OK +2024-06-18 19:14:32,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #5 tested: OK +2024-06-18 19:14:33,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #6 tested: OK +2024-06-18 19:14:33,114 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #6 tested: OK +2024-06-18 19:14:33,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #7 tested: OK +2024-06-18 19:14:33,225 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:33,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #7 tested: OK +2024-06-18 19:14:33,302 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 19:14:33,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #8 tested: OK +2024-06-18 19:14:33,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #8 tested: OK +2024-06-18 19:14:33,464 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:14:33,464 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:14:33,464 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:14:33,464 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 19:14:33,508 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #9 tested: OK +2024-06-18 19:14:33,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/35/00) - Connection #9 tested: OK +2024-06-18 19:14:33,674 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:14:33,674 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 19:14:33,702 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:33,732 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #10 tested: OK +2024-06-18 19:14:33,865 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #10 tested: OK +2024-06-18 19:14:33,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #11 tested: OK +2024-06-18 19:14:34,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/36/00) - Connection #11 tested: OK +2024-06-18 19:14:34,019 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:14:34,019 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:14:34,019 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:14:34,062 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/36/00) - Connection #12 tested: OK +2024-06-18 19:14:34,179 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:34,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #12 tested: OK +2024-06-18 19:14:34,184 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:14:34,184 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:14:34,185 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:14:34,237 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #13 tested: OK +2024-06-18 19:14:34,352 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/37/00) - Connection #13 tested: OK +2024-06-18 19:14:34,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/37/00) - Connection #14 tested: OK +2024-06-18 19:14:34,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/37/00) - Connection #14 tested: OK +2024-06-18 19:14:34,513 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 19:14:34,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/37/00) - Connection #15 tested: OK +2024-06-18 19:14:34,609 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:34,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #15 tested: OK +2024-06-18 19:14:34,668 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 19:14:34,668 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:14:34,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #16 tested: OK +2024-06-18 19:14:34,834 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/38/00) - Connection #16 tested: OK +2024-06-18 19:14:34,834 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:14:34,906 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/38/00) - Connection #17 tested: OK +2024-06-18 19:14:35,008 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/38/00) - Connection #17 tested: OK +2024-06-18 19:14:35,008 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 19:14:35,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/38/00) - Connection #18 tested: OK +2024-06-18 19:14:35,188 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/00) - Connection #18 tested: OK +2024-06-18 19:14:35,188 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:14:35,188 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:14:35,189 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:14:35,189 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:14:35,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/00) - Connection #19 tested: OK +2024-06-18 19:14:35,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/38/00) - Connection #19 tested: OK +2024-06-18 19:14:35,367 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:35,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/39/00) - Connection #20 tested: OK +2024-06-18 19:14:35,533 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #20 tested: OK +2024-06-18 19:14:35,533 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:14:35,533 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:14:35,534 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:14:35,534 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:14:35,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #21 tested: OK +2024-06-18 19:14:35,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/39/00) - Connection #21 tested: OK +2024-06-18 19:14:35,766 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/39/00) - Connection #22 tested: OK +2024-06-18 19:14:35,876 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/39/00) - Connection #22 tested: OK +2024-06-18 19:14:35,877 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:35,921 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #23 tested: OK +2024-06-18 19:14:36,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #23 tested: OK +2024-06-18 19:14:36,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #24 tested: OK +2024-06-18 19:14:36,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/40/00) - Connection #24 tested: OK +2024-06-18 19:14:36,213 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 19:14:36,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/40/00) - Connection #25 tested: OK +2024-06-18 19:14:36,295 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:36,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/41/00) - Connection #25 tested: OK +2024-06-18 19:14:36,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/41/00) - Connection #26 tested: OK +2024-06-18 19:14:36,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/41/00) - Connection #26 tested: OK +2024-06-18 19:14:36,565 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/41/00) - Connection #27 tested: OK +2024-06-18 19:14:36,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/41/00) - Connection #27 tested: OK +2024-06-18 19:14:36,742 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/41/00) - Connection #28 tested: OK +2024-06-18 19:14:36,808 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000105 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:36,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/42/00) - Connection #28 tested: OK +2024-06-18 19:14:36,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/42/00) - Connection #29 tested: OK +2024-06-18 19:14:37,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/42/00) - Connection #29 tested: OK +2024-06-18 19:14:37,019 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-18 19:14:37,020 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 19:14:37,020 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-18 19:14:37,020 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-18 19:14:37,020 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-18 19:14:37,020 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 19:14:37,021 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-18 19:14:37,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/42/00) - Connection #30 tested: OK +2024-06-18 19:14:37,191 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/42/00) - Connection #30 tested: OK +2024-06-18 19:14:37,191 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 19:14:37,191 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-18 19:14:37,191 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-18 19:14:37,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/42/00) - Connection #31 tested: OK +2024-06-18 19:14:37,302 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:37,702 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #31 - autoCommit reset back to true +2024-06-18 19:14:37,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/43/00) - Connection #31 tested: OK +2024-06-18 19:14:37,752 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-18 19:14:37,755 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 19:14:37,821 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:38,332 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:38,870 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:39,329 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:39,782 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:40,262 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:40,702 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:14:40,702 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-18 19:14:40,709 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - #0050 removed because of shutdown. +2024-06-18 19:14:40,709 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - #0049 removed because of shutdown. +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - #0048 removed because of shutdown. +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - #0047 removed because of shutdown. +2024-06-18 19:14:40,710 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-18 19:14:40,711 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - #0046 removed because of shutdown. +2024-06-18 19:14:40,711 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-18 19:14:40,712 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - #0045 removed because of shutdown. +2024-06-18 19:14:40,712 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-18 19:14:40,713 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/43/00) - #0044 removed because of shutdown. +2024-06-18 19:14:40,713 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/42/00) - #0043 removed because of shutdown. +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/41/00) - #0042 removed because of shutdown. +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/40/00) - #0041 removed because of shutdown. +2024-06-18 19:14:40,714 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-18 19:14:40,715 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/39/00) - #0040 removed because of shutdown. +2024-06-18 19:14:40,715 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-18 19:14:40,715 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/38/00) - #0039 removed because of shutdown. +2024-06-18 19:14:40,715 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-18 19:14:40,716 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/37/00) - #0038 removed because of shutdown. +2024-06-18 19:14:40,716 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-18 19:14:40,716 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/36/00) - #0037 removed because of shutdown. +2024-06-18 19:14:40,716 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-18 19:14:40,717 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/35/00) - #0036 removed because of shutdown. +2024-06-18 19:14:40,717 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-18 19:14:40,717 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/34/00) - #0035 removed because of shutdown. +2024-06-18 19:14:40,721 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-18 19:14:40,723 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/33/00) - #0034 removed because of shutdown. +2024-06-18 19:14:40,723 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-18 19:14:40,723 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/32/00) - #0033 removed because of shutdown. +2024-06-18 19:14:40,724 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-18 19:14:40,724 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/31/00) - #0032 removed because of shutdown. +2024-06-18 19:14:40,724 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-18 19:14:40,725 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/30/00) - #0031 removed because of shutdown. +2024-06-18 19:14:40,725 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-18 19:14:40,725 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/29/00) - #0030 removed because of shutdown. +2024-06-18 19:14:40,725 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-18 19:14:40,726 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/28/00) - #0029 removed because of shutdown. +2024-06-18 19:14:40,726 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-18 19:14:40,726 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/27/00) - #0028 removed because of shutdown. +2024-06-18 19:14:40,726 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-18 19:14:40,727 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/26/00) - #0027 removed because of shutdown. +2024-06-18 19:14:40,727 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-18 19:14:40,727 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/25/00) - #0026 removed because of shutdown. +2024-06-18 19:14:40,727 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-18 19:14:40,728 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/24/00) - #0025 removed because of shutdown. +2024-06-18 19:14:40,728 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-18 19:14:40,728 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/23/00) - #0024 removed because of shutdown. +2024-06-18 19:14:40,728 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-18 19:14:40,729 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/22/00) - #0023 removed because of shutdown. +2024-06-18 19:14:40,729 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-18 19:14:40,729 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/21/00) - #0022 removed because of shutdown. +2024-06-18 19:14:40,729 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-18 19:14:40,730 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/20/00) - #0021 removed because of shutdown. +2024-06-18 19:14:40,730 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-18 19:14:40,730 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/19/00) - #0020 removed because of shutdown. +2024-06-18 19:14:40,730 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-18 19:14:40,731 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/18/00) - #0019 removed because of shutdown. +2024-06-18 19:14:40,731 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-18 19:14:40,732 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/17/00) - #0018 removed because of shutdown. +2024-06-18 19:14:40,732 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-18 19:14:40,732 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/16/00) - #0017 removed because of shutdown. +2024-06-18 19:14:40,732 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-18 19:14:40,733 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/15/00) - #0016 removed because of shutdown. +2024-06-18 19:14:40,733 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-18 19:14:40,734 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/14/00) - #0015 removed because of shutdown. +2024-06-18 19:14:40,734 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-18 19:14:40,734 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/13/00) - #0014 removed because of shutdown. +2024-06-18 19:14:40,734 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-18 19:14:40,735 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/12/00) - #0013 removed because of shutdown. +2024-06-18 19:14:40,735 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-18 19:14:40,735 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/11/00) - #0012 removed because of shutdown. +2024-06-18 19:14:40,735 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/10/00) - #0011 removed because of shutdown. +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/09/00) - #0010 removed because of shutdown. +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/08/00) - #0009 removed because of shutdown. +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/07/00) - #0008 removed because of shutdown. +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/06/00) - #0007 removed because of shutdown. +2024-06-18 19:14:40,736 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/05/00) - #0006 removed because of shutdown. +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/04/00) - #0005 removed because of shutdown. +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/03/00) - #0004 removed because of shutdown. +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/02/00) - #0003 removed because of shutdown. +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/01/00) - #0002 removed because of shutdown. +2024-06-18 19:14:40,737 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-18 19:14:40,738 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/00/00) - #0001 removed because of shutdown. +2024-06-18 19:14:40,738 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-18 19:14:40,738 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 36 milliseconds. +2024-06-18 19:14:40,738 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-18 19:14:40,738 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-18 19:15:37,049 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 19:15:37,053 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 20:19:19,121 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 20:19:19,121 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:15:37,054 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 19:15:37,054 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -9967,637 +6842,715 @@ java.sql.SQLException: Couldn't perform the operation prepareStatement: You can' >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 20:19:19,121 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 20:19:19,621 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 20:19:19,637 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 20:19:19,653 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 20:19:19,653 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 20:19:19,653 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 20:19:20,059 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 20:19:20,074 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 20:19:20,090 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 20:19:20,090 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 20:19:20,090 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 20:19:20,090 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:19:20,090 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:19:20,090 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 20:19:20,090 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:20,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 20:19:20,168 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 20:19:20,246 [main] [A2] [INFO] - rootPath == -2024-06-13 20:19:20,246 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 20:19:20,246 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 20:19:20,246 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 20:19:20,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:19:20,293 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:19:20,340 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 20:19:20,340 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 20:19:20,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath2079500438.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 20:19:20,512 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@71ae31b0 -2024-06-13 20:19:20,559 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 20:19:20,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,637 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:20,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:20,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:21,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:21,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/02/00) - Connection #2 tested: OK -2024-06-13 20:19:21,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:21,074 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:19:21,277 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000014 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:21,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/03/00) - Connection #2 tested: OK -2024-06-13 20:19:21,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/03/00) - Connection #2 tested: OK -2024-06-13 20:19:21,386 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/03/00) - Connection #3 tested: OK -2024-06-13 20:19:21,402 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:21,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/04/00) - Connection #3 tested: OK -2024-06-13 20:19:21,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/04/00) - Connection #4 tested: OK -2024-06-13 20:19:21,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/04/00) - Connection #4 tested: OK -2024-06-13 20:19:21,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/04/00) - Connection #1 tested: OK -2024-06-13 20:19:21,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/04/00) - Connection #1 tested: OK -2024-06-13 20:19:21,496 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/04/00) - Connection #2 tested: OK -2024-06-13 20:19:21,511 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:21,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/05/00) - Connection #2 tested: OK -2024-06-13 20:19:21,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/05/00) - Connection #3 tested: OK -2024-06-13 20:19:21,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/05/00) - Connection #3 tested: OK -2024-06-13 20:19:21,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/05/00) - Connection #4 tested: OK -2024-06-13 20:19:21,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/05/00) - Connection #4 tested: OK -2024-06-13 20:19:21,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/05/00) - Connection #5 tested: OK -2024-06-13 20:19:21,636 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/05/00) - Connection #5 tested: OK -2024-06-13 20:19:21,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/05/00) - Connection #1 tested: OK -2024-06-13 20:19:21,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/05/00) - Connection #1 tested: OK -2024-06-13 20:19:21,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/05/00) - Connection #2 tested: OK -2024-06-13 20:19:21,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/05/00) - Connection #2 tested: OK -2024-06-13 20:19:21,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/05/00) - Connection #3 tested: OK -2024-06-13 20:19:21,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/05/00) - Connection #3 tested: OK -2024-06-13 20:19:21,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/05/00) - Connection #4 tested: OK -2024-06-13 20:19:21,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/05/00) - Connection #4 tested: OK -2024-06-13 20:19:21,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/05/00) - Connection #5 tested: OK -2024-06-13 20:19:21,840 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:21,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/06/00) - Connection #5 tested: OK -2024-06-13 20:19:21,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:19:21,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:19:21,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/06/00) - Connection #1 tested: OK -2024-06-13 20:19:21,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/06/00) - Connection #1 tested: OK -2024-06-13 20:19:21,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/06/00) - Connection #2 tested: OK -2024-06-13 20:19:21,964 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:21,964 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/07/00) - Connection #2 tested: OK -2024-06-13 20:19:21,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/07/00) - Connection #3 tested: OK -2024-06-13 20:19:22,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/07/00) - Connection #3 tested: OK -2024-06-13 20:19:22,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/07/00) - Connection #4 tested: OK -2024-06-13 20:19:22,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/07/00) - Connection #4 tested: OK -2024-06-13 20:19:22,058 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:22,058 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:22,058 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:22,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/07/00) - Connection #5 tested: OK -2024-06-13 20:19:22,152 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,293 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/09/00) - Connection #5 tested: OK -2024-06-13 20:19:22,386 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/09/00) - Connection #6 tested: OK -2024-06-13 20:19:22,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/09/00) - Connection #6 tested: OK -2024-06-13 20:19:22,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/09/00) - Connection #7 tested: OK -2024-06-13 20:19:22,433 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/10/00) - Connection #7 tested: OK -2024-06-13 20:19:22,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/10/00) - Connection #8 tested: OK -2024-06-13 20:19:22,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/10/00) - Connection #8 tested: OK -2024-06-13 20:19:22,527 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:22,527 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:22,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/10/00) - Connection #9 tested: OK -2024-06-13 20:19:22,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/10/00) - Connection #9 tested: OK -2024-06-13 20:19:22,574 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:22,574 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:22,574 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:22,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/10/00) - Connection #10 tested: OK -2024-06-13 20:19:22,589 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/11/00) - Connection #10 tested: OK -2024-06-13 20:19:22,605 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:22,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/11/00) - Connection #11 tested: OK -2024-06-13 20:19:22,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/11/00) - Connection #11 tested: OK -2024-06-13 20:19:22,683 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:22,683 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:22,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/11/00) - Connection #1 tested: OK -2024-06-13 20:19:22,714 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/12/00) - Connection #1 tested: OK -2024-06-13 20:19:22,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:22,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:22,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:22,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 20:19:22,714 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:22,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/12/00) - Connection #2 tested: OK -2024-06-13 20:19:22,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/12/00) - Connection #2 tested: OK -2024-06-13 20:19:22,792 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/12/00) - Connection #3 tested: OK -2024-06-13 20:19:22,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/12/00) - Connection #3 tested: OK -2024-06-13 20:19:22,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/12/00) - Connection #4 tested: OK -2024-06-13 20:19:22,855 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,855 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/13/00) - Connection #4 tested: OK -2024-06-13 20:19:22,855 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 20:19:22,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 20:19:22,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:22,855 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:22,870 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 20:19:22,870 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:22,870 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 20:19:22,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/13/00) - Connection #5 tested: OK -2024-06-13 20:19:22,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/13/00) - Connection #5 tested: OK -2024-06-13 20:19:22,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/13/00) - Connection #6 tested: OK -2024-06-13 20:19:22,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/13/00) - Connection #6 tested: OK -2024-06-13 20:19:22,949 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 20:19:22,949 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 20:19:22,949 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 20:19:22,949 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 20:19:22,964 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/13/00) - Connection #7 tested: OK -2024-06-13 20:19:22,980 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:22,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/14/00) - Connection #7 tested: OK -2024-06-13 20:19:23,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/14/00) - Connection #8 tested: OK -2024-06-13 20:19:23,042 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/14/00) - Connection #8 tested: OK -2024-06-13 20:19:23,058 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:23,058 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 20:19:23,089 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:23,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:23,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/16/00) - Connection #9 tested: OK -2024-06-13 20:19:23,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/16/00) - Connection #9 tested: OK -2024-06-13 20:19:23,324 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 20:19:23,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/16/00) - Connection #10 tested: OK -2024-06-13 20:19:23,355 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:23,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/17/00) - Connection #10 tested: OK -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 20:19:23,370 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 20:19:23,370 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天8点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 20:19:23,370 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 20:19:23,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:19:23,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:19:23,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/17/00) - Connection #12 tested: OK -2024-06-13 20:19:23,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/17/00) - Connection #12 tested: OK -2024-06-13 20:19:23,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/17/00) - Connection #13 tested: OK -2024-06-13 20:19:23,511 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:23,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/18/00) - Connection #13 tested: OK -2024-06-13 20:19:23,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:19:23,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:19:23,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:19:23,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:19:23,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/18/00) - Connection #16 tested: OK -2024-06-13 20:19:23,636 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/18/00) - Connection #16 tested: OK -2024-06-13 20:19:23,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/18/00) - Connection #17 tested: OK -2024-06-13 20:19:23,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/18/00) - Connection #17 tested: OK -2024-06-13 20:19:23,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/18/00) - Connection #18 tested: OK -2024-06-13 20:19:23,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/18/00) - Connection #18 tested: OK -2024-06-13 20:19:23,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/18/00) - Connection #1 tested: OK -2024-06-13 20:19:23,761 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/18/00) - Connection #1 tested: OK -2024-06-13 20:19:23,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/18/00) - Connection #2 tested: OK -2024-06-13 20:19:23,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/18/00) - Connection #2 tested: OK -2024-06-13 20:19:23,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/18/00) - Connection #3 tested: OK -2024-06-13 20:19:23,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/18/00) - Connection #3 tested: OK -2024-06-13 20:19:23,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/18/00) - Connection #4 tested: OK -2024-06-13 20:19:23,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/18/00) - Connection #4 tested: OK -2024-06-13 20:19:23,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/18/00) - Connection #5 tested: OK -2024-06-13 20:19:23,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/18/00) - Connection #5 tested: OK -2024-06-13 20:19:23,948 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/18/00) - Connection #6 tested: OK -2024-06-13 20:19:23,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/18/00) - Connection #6 tested: OK -2024-06-13 20:19:23,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/18/00) - Connection #7 tested: OK -2024-06-13 20:19:24,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/18/00) - Connection #7 tested: OK -2024-06-13 20:19:24,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:24,026 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 20:19:24,026 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:24,042 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/18/00) - Connection #8 tested: OK -2024-06-13 20:19:24,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/18/00) - Connection #8 tested: OK -2024-06-13 20:19:24,089 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:19:24,089 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:19:24,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/18/00) - Connection #9 tested: OK -2024-06-13 20:19:24,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/18/00) - Connection #9 tested: OK -2024-06-13 20:19:24,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:24,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:24,120 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:24,120 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:24,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:19:24,167 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:19:24,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:19:24,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:19:24,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:19:24,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:19:24,245 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:24,245 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:24,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/18/00) - Connection #13 tested: OK -2024-06-13 20:19:24,292 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/18/00) - Connection #13 tested: OK -2024-06-13 20:19:24,292 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:24,292 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:24,292 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:24,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:19:24,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:19:24,558 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:24,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:19:24,620 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:19:24,620 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:24,620 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:24,636 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/18/00) - Connection #16 tested: OK -2024-06-13 20:19:24,651 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:24,808 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:24,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/20/00) - Connection #16 tested: OK -2024-06-13 20:19:24,901 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:24,901 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:24,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/20/00) - Connection #17 tested: OK -2024-06-13 20:19:24,917 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000074 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:24,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/21/00) - Connection #17 tested: OK -2024-06-13 20:19:24,964 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/21/00) - Connection #18 tested: OK -2024-06-13 20:19:24,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/21/00) - Connection #18 tested: OK -2024-06-13 20:19:25,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/21/00) - Connection #19 tested: OK -2024-06-13 20:19:25,042 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/21/00) - Connection #19 tested: OK -2024-06-13 20:19:25,042 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:19:25,057 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,057 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:25,057 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,057 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/22/00) - Connection #20 tested: OK -2024-06-13 20:19:25,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/22/00) - Connection #20 tested: OK -2024-06-13 20:19:25,120 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:25,120 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/22/00) - Connection #21 tested: OK -2024-06-13 20:19:25,151 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/22/00) - Connection #21 tested: OK -2024-06-13 20:19:25,151 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:25,151 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,151 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,167 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:25,167 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:19:25,167 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:19:25,167 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,167 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:25,167 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,182 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/23/00) - Connection #22 tested: OK -2024-06-13 20:19:25,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/23/00) - Connection #22 tested: OK -2024-06-13 20:19:25,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/23/00) - Connection #23 tested: OK -2024-06-13 20:19:25,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/23/00) - Connection #23 tested: OK -2024-06-13 20:19:25,276 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/23/00) - Connection #1 tested: OK -2024-06-13 20:19:25,292 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/23/00) - Connection #1 tested: OK -2024-06-13 20:19:25,292 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:25,292 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:25,307 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/23/00) - Connection #2 tested: OK -2024-06-13 20:19:25,323 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000082 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/24/00) - Connection #2 tested: OK -2024-06-13 20:19:25,339 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:25,339 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:25,339 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:25,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/24/00) - Connection #3 tested: OK -2024-06-13 20:19:25,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/24/00) - Connection #3 tested: OK -2024-06-13 20:19:25,401 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:25,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/24/00) - Connection #4 tested: OK -2024-06-13 20:19:25,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/24/00) - Connection #4 tested: OK -2024-06-13 20:19:25,464 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (00/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,464 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:25,464 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:25,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/25/00) - Connection #5 tested: OK -2024-06-13 20:19:25,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/25/00) - Connection #5 tested: OK -2024-06-13 20:19:25,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,511 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/25/00) - Connection #6 tested: OK -2024-06-13 20:19:25,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/25/00) - Connection #6 tested: OK -2024-06-13 20:19:25,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/25/00) - Connection #7 tested: OK -2024-06-13 20:19:25,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/25/00) - Connection #7 tested: OK -2024-06-13 20:19:25,589 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/26/00) - Connection #8 tested: OK -2024-06-13 20:19:25,761 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000088 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/27/00) - Connection #8 tested: OK -2024-06-13 20:19:25,885 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 20:19:25,885 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,885 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:25,885 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/27/00) - Connection #9 tested: OK -2024-06-13 20:19:25,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/27/00) - Connection #9 tested: OK -2024-06-13 20:19:25,932 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:25,932 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,932 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:25,948 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/28/00) - Connection #10 tested: OK -2024-06-13 20:19:25,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/28/00) - Connection #10 tested: OK -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:25,979 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:19:25,979 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:26,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/28/00) - Connection #11 tested: OK -2024-06-13 20:19:26,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/28/00) - Connection #11 tested: OK -2024-06-13 20:19:26,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/28/00) - Connection #12 tested: OK -2024-06-13 20:19:26,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/28/00) - Connection #12 tested: OK -2024-06-13 20:19:26,079 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:26,095 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/29/00) - Connection #13 tested: OK -2024-06-13 20:19:26,126 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/29/00) - Connection #13 tested: OK -2024-06-13 20:19:26,126 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:19:26,126 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:19:26,126 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/29/00) - Connection #14 tested: OK -2024-06-13 20:19:26,157 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/29/00) - Connection #14 tested: OK -2024-06-13 20:19:26,157 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:19:26,157 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:19:26,157 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:19:26,172 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/29/00) - Connection #15 tested: OK -2024-06-13 20:19:26,188 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/29/00) - Connection #15 tested: OK -2024-06-13 20:19:26,188 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:19:26,204 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/29/00) - Connection #16 tested: OK -2024-06-13 20:19:26,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:26,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/30/00) - Connection #16 tested: OK -2024-06-13 20:19:26,282 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:19:26,282 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:19:26,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/30/00) - Connection #17 tested: OK -2024-06-13 20:19:26,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/30/00) - Connection #17 tested: OK -2024-06-13 20:19:26,329 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:19:26,329 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/30/00) - Connection #18 tested: OK -2024-06-13 20:19:26,391 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/30/00) - Connection #18 tested: OK -2024-06-13 20:19:26,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/30/00) - Connection #19 tested: OK -2024-06-13 20:19:26,407 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:26,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/31/00) - Connection #19 tested: OK -2024-06-13 20:19:26,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/31/00) - Connection #20 tested: OK -2024-06-13 20:19:26,485 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/31/00) - Connection #20 tested: OK -2024-06-13 20:19:26,485 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 20:19:26,500 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:26,500 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:19:26,500 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:26,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/31/00) - Connection #21 tested: OK -2024-06-13 20:19:26,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/31/00) - Connection #21 tested: OK -2024-06-13 20:19:26,532 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:19:26,532 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:26,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/31/00) - Connection #22 tested: OK -2024-06-13 20:19:26,548 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:19:26,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/32/00) - Connection #22 tested: OK -2024-06-13 20:19:26,563 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:19:26,563 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:19:26,563 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:19:26,563 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:19:26,563 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:19:59,502 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/32/01) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:20:05,771 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:20:08,218 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000102 (00/34/01) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:12,620 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:21:12,621 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:21:12,621 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:21:12,622 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:21:12,622 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:21:12,622 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:21:12,622 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:21:12,622 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:21:12,623 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:21:12,623 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:21:12,623 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:21:12,624 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:21:12,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/34/01) - Connection #23 tested: OK -2024-06-13 20:21:12,650 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 20:21:12,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/34/01) - Connection #23 tested: OK -2024-06-13 20:21:12,666 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:21:12,666 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:21:12,666 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:21:12,666 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:21:12,681 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000103 (01/35/01) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:12,681 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/35/01) - Connection #24 tested: OK -2024-06-13 20:21:12,712 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/35/01) - Connection #24 tested: OK -2024-06-13 20:21:12,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/35/01) - Connection #25 tested: OK -2024-06-13 20:21:12,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/35/01) - Connection #25 tested: OK -2024-06-13 20:21:12,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/35/01) - Connection #26 tested: OK -2024-06-13 20:21:48,416 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 20:21:48,431 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:15:37,055 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 19:15:37,766 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:15:37,767 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 19:15:37,767 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 19:15:37,768 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 19:15:37,768 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 19:15:37,768 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 19:15:37,769 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 19:15:37,769 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 19:15:37,769 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 19:15:37,769 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 19:15:37,769 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 19:15:37,770 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 19:15:37,770 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 19:15:37,771 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 19:15:37,772 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 19:15:37,773 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 19:15:37,774 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 19:15:37,775 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 19:15:37,776 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 19:15:37,777 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 19:15:37,804 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 19:15:37,807 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 19:15:37,808 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 19:15:38,645 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 19:15:38,742 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 19:15:38,788 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 19:15:38,788 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 19:15:38,833 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 19:15:38,833 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:15:38,833 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:15:38,834 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:38,834 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 19:15:38,921 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 19:15:38,973 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 19:15:38,974 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 19:15:38,974 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 19:15:38,974 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 19:15:38,974 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 19:15:38,974 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 19:15:38,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:15:38,975 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:15:39,058 [main] [A2] [INFO] - rootPath == +2024-06-18 19:15:39,058 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 19:15:39,059 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 19:15:39,060 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 19:15:39,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:15:39,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:15:39,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:15:39,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 19:15:39,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:15:39,135 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 19:15:39,136 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:15:39,136 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:15:39,228 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 19:15:39,229 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 19:15:39,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:15:39,381 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:39,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:15:39,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:15:39,501 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 19:15:39,502 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 19:15:39,502 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath991714910.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar +2024-06-18 19:15:39,502 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 19:15:39,502 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 19:15:39,502 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 19:15:39,575 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 19:15:39,576 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 19:15:39,576 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 19:15:39,576 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 19:15:39,576 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 19:15:39,577 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 19:15:39,577 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 19:15:39,577 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 19:15:39,577 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 19:15:39,577 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 19:15:39,582 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 19:15:39,586 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 19:15:39,589 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 19:15:39,590 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 19:15:39,590 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 19:15:39,591 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 19:15:39,593 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@4d1c005e +2024-06-18 19:15:39,593 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 19:15:39,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:15:39,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:15:39,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:15:39,862 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:39,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #2 tested: OK +2024-06-18 19:15:40,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 19:15:40,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 19:15:40,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #1 tested: OK +2024-06-18 19:15:40,254 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #3 tested: OK +2024-06-18 19:15:40,376 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:40,377 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK +2024-06-18 19:15:40,426 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #4 tested: OK +2024-06-18 19:15:40,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK +2024-06-18 19:15:40,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #5 tested: OK +2024-06-18 19:15:40,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #5 tested: OK +2024-06-18 19:15:40,780 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #2 tested: OK +2024-06-18 19:15:40,790 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:40,894 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #2 tested: OK +2024-06-18 19:15:40,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #1 tested: OK +2024-06-18 19:15:41,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK +2024-06-18 19:15:41,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #3 tested: OK +2024-06-18 19:15:41,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #3 tested: OK +2024-06-18 19:15:41,256 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #4 tested: OK +2024-06-18 19:15:41,289 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:41,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #4 tested: OK +2024-06-18 19:15:41,426 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #5 tested: OK +2024-06-18 19:15:41,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #5 tested: OK +2024-06-18 19:15:41,593 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #6 tested: OK +2024-06-18 19:15:41,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #6 tested: OK +2024-06-18 19:15:41,758 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #7 tested: OK +2024-06-18 19:15:41,822 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:41,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #7 tested: OK +2024-06-18 19:15:41,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #8 tested: OK +2024-06-18 19:15:42,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #8 tested: OK +2024-06-18 19:15:42,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #2 tested: OK +2024-06-18 19:15:42,241 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #2 tested: OK +2024-06-18 19:15:42,284 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #1 tested: OK +2024-06-18 19:15:42,313 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:42,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #1 tested: OK +2024-06-18 19:15:42,434 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #3 tested: OK +2024-06-18 19:15:42,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #3 tested: OK +2024-06-18 19:15:42,582 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #4 tested: OK +2024-06-18 19:15:42,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #4 tested: OK +2024-06-18 19:15:42,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #5 tested: OK +2024-06-18 19:15:42,806 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:42,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #5 tested: OK +2024-06-18 19:15:42,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #6 tested: OK +2024-06-18 19:15:42,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #6 tested: OK +2024-06-18 19:15:43,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #7 tested: OK +2024-06-18 19:15:43,413 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #7 tested: OK +2024-06-18 19:15:43,461 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #8 tested: OK +2024-06-18 19:15:43,553 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:43,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #8 tested: OK +2024-06-18 19:15:43,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #9 tested: OK +2024-06-18 19:15:43,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #9 tested: OK +2024-06-18 19:15:46,166 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #10 tested: OK +2024-06-18 19:15:46,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #10 tested: OK +2024-06-18 19:15:46,598 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #11 tested: OK +2024-06-18 19:15:46,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/11/00) - Connection #11 tested: OK +2024-06-18 19:15:46,770 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/11/00) - Connection #2 tested: OK +2024-06-18 19:15:46,873 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/11/00) - Connection #2 tested: OK +2024-06-18 19:15:47,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/11/00) - Connection #1 tested: OK +2024-06-18 19:15:47,270 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:47,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #1 tested: OK +2024-06-18 19:15:47,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #3 tested: OK +2024-06-18 19:15:47,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #3 tested: OK +2024-06-18 19:15:47,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/12/00) - Connection #4 tested: OK +2024-06-18 19:15:47,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/12/00) - Connection #4 tested: OK +2024-06-18 19:15:47,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/12/00) - Connection #5 tested: OK +2024-06-18 19:15:47,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/12/00) - Connection #5 tested: OK +2024-06-18 19:15:47,838 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:47,840 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 19:15:47,841 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:47,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/12/00) - Connection #6 tested: OK +2024-06-18 19:15:48,012 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:48,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/13/00) - Connection #6 tested: OK +2024-06-18 19:15:48,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/13/00) - Connection #7 tested: OK +2024-06-18 19:15:48,479 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:48,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #7 tested: OK +2024-06-18 19:15:48,540 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #8 tested: OK +2024-06-18 19:15:49,164 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:49,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #8 tested: OK +2024-06-18 19:15:49,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #9 tested: OK +2024-06-18 19:15:49,469 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #9 tested: OK +2024-06-18 19:15:49,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #10 tested: OK +2024-06-18 19:15:49,626 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #10 tested: OK +2024-06-18 19:15:49,627 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 19:15:49,627 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 19:15:49,627 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:15:49,648 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:49,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #11 tested: OK +2024-06-18 19:15:49,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #11 tested: OK +2024-06-18 19:15:49,837 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #12 tested: OK +2024-06-18 19:15:50,061 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #12 tested: OK +2024-06-18 19:15:50,112 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #13 tested: OK +2024-06-18 19:15:50,116 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:50,222 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #13 tested: OK +2024-06-18 19:15:50,223 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 19:15:50,223 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:50,224 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:50,224 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 19:15:50,224 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:50,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #14 tested: OK +2024-06-18 19:15:50,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #14 tested: OK +2024-06-18 19:15:50,446 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #15 tested: OK +2024-06-18 19:15:50,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #15 tested: OK +2024-06-18 19:15:50,600 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #16 tested: OK +2024-06-18 19:15:50,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:50,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #16 tested: OK +2024-06-18 19:15:50,710 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 19:15:50,710 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 19:15:50,710 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:50,711 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:50,712 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 19:15:50,712 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:50,712 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 19:15:50,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #17 tested: OK +2024-06-18 19:15:50,869 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #17 tested: OK +2024-06-18 19:15:50,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #18 tested: OK +2024-06-18 19:15:51,033 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #18 tested: OK +2024-06-18 19:15:51,033 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 19:15:51,033 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 19:15:51,034 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 19:15:51,062 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:51,087 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #2 tested: OK +2024-06-18 19:15:51,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #2 tested: OK +2024-06-18 19:15:51,179 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 19:15:51,179 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 19:15:51,228 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #1 tested: OK +2024-06-18 19:15:51,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #1 tested: OK +2024-06-18 19:15:51,335 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 19:15:51,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #3 tested: OK +2024-06-18 19:15:51,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #3 tested: OK +2024-06-18 19:15:51,544 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 19:15:51,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 19:15:51,544 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:51,544 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 19:15:51,569 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:51,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #4 tested: OK +2024-06-18 19:15:51,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #4 tested: OK +2024-06-18 19:15:51,757 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #5 tested: OK +2024-06-18 19:15:51,890 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #5 tested: OK +2024-06-18 19:15:51,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #6 tested: OK +2024-06-18 19:15:52,030 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #6 tested: OK +2024-06-18 19:15:52,064 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:52,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #7 tested: OK +2024-06-18 19:15:52,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #7 tested: OK +2024-06-18 19:15:52,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #8 tested: OK +2024-06-18 19:15:52,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #8 tested: OK +2024-06-18 19:15:52,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #9 tested: OK +2024-06-18 19:15:52,488 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:52,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #9 tested: OK +2024-06-18 19:15:52,612 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #10 tested: OK +2024-06-18 19:15:52,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #10 tested: OK +2024-06-18 19:15:52,773 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #11 tested: OK +2024-06-18 19:15:52,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #11 tested: OK +2024-06-18 19:15:52,887 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:52,945 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #12 tested: OK +2024-06-18 19:15:53,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #12 tested: OK +2024-06-18 19:15:53,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #13 tested: OK +2024-06-18 19:15:53,171 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #13 tested: OK +2024-06-18 19:15:53,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #14 tested: OK +2024-06-18 19:15:53,271 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:53,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #14 tested: OK +2024-06-18 19:15:53,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #15 tested: OK +2024-06-18 19:15:53,485 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #15 tested: OK +2024-06-18 19:15:53,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #16 tested: OK +2024-06-18 19:15:53,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #16 tested: OK +2024-06-18 19:15:53,661 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000062 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:53,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #17 tested: OK +2024-06-18 19:15:53,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #17 tested: OK +2024-06-18 19:15:53,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #18 tested: OK +2024-06-18 19:15:53,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #18 tested: OK +2024-06-18 19:15:53,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:53,998 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 19:15:53,998 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:54,051 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #19 tested: OK +2024-06-18 19:15:54,151 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #19 tested: OK +2024-06-18 19:15:54,156 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:54,197 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #20 tested: OK +2024-06-18 19:15:54,312 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #20 tested: OK +2024-06-18 19:15:54,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #21 tested: OK +2024-06-18 19:15:54,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #21 tested: OK +2024-06-18 19:15:54,462 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 19:15:54,463 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 19:15:54,463 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,465 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 19:15:54,466 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 19:15:54,467 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 19:15:54,471 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,471 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 19:15:54,472 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:54,475 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 19:15:54,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 19:15:54,477 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,523 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #22 tested: OK +2024-06-18 19:15:54,558 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:54,618 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #22 tested: OK +2024-06-18 19:15:54,667 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #23 tested: OK +2024-06-18 19:15:54,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #23 tested: OK +2024-06-18 19:15:54,764 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,764 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 19:15:54,764 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:54,827 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #24 tested: OK +2024-06-18 19:15:54,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #24 tested: OK +2024-06-18 19:15:54,937 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 19:15:54,937 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 19:15:54,937 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:54,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 19:15:54,938 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:54,978 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:54,983 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/28/00) - Connection #25 tested: OK +2024-06-18 19:15:55,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #25 tested: OK +2024-06-18 19:15:55,070 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 19:15:55,070 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,070 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,072 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 19:15:55,072 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,073 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 19:15:55,073 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:15:55,074 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:15:55,079 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:15:55,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,080 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,080 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:15:55,080 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,080 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:15:55,081 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,081 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,083 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:15:55,084 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=13:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:15:55,084 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=13:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:15:55,085 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:15:55,085 [main] [com.engine.common.util.Utils] [DEBUG] - 请假时间在休息时间中间 +2024-06-18 19:15:55,086 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,086 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:15:55,087 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,088 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,089 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,091 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=13:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:15:55,091 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:15:55,091 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 左边 +2024-06-18 19:15:55,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:15:55,091 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,092 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:15:55,092 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,092 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:15:55,093 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,093 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,093 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=-60, kczgsc=1, record=false, itemduration=-60.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 12:00, hsdw=2}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=300, kczgsc=1, record=true, itemduration=5.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 19:15:55,093 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 19:15:55,093 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 19:15:55,095 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,096 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 19:15:55,096 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,097 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 19:15:55,097 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 19:15:55,097 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 19:15:55,098 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 19:15:55,098 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 19:15:55,098 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:55,099 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:15:55,099 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:55,099 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 19:15:55,156 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #26 tested: OK +2024-06-18 19:15:55,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #26 tested: OK +2024-06-18 19:15:55,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #27 tested: OK +2024-06-18 19:15:55,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #27 tested: OK +2024-06-18 19:15:55,476 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:55,947 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:56,187 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:15:56,187 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[a4812afe-bdec-4cb6-9f62-e26a3e576f24, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:15:56, 2024-09-01]] +2024-06-18 19:15:56,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #28 tested: OK +2024-06-18 19:15:56,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #29 tested: OK +2024-06-18 19:15:56,302 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:15:56,302 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:15:56,302 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:15:56,302 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:15:56,302 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:15:56,426 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/30/00) - Connection #29 tested: OK +2024-06-18 19:15:56,438 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:56,484 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 19:15:56,536 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #28 tested: OK +2024-06-18 19:15:56,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #30 tested: OK +2024-06-18 19:15:56,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #30 tested: OK +2024-06-18 19:15:56,715 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:15:56,715 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[f9e1889d-9a69-4bbc-aab9-9f3afbe5a0ea, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:15:56]] +2024-06-18 19:15:56,782 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #31 tested: OK +2024-06-18 19:15:56,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #31 tested: OK +2024-06-18 19:15:56,903 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:15:56,903 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:56,904 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:56,905 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 19:15:56,905 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:56,906 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 301.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 19:15:56,906 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 19:15:56,906 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:56,907 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=2.98, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 13:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=300, kczgsc=1, record=true, itemduration=5.0, classStartTime=2024-05-03 13:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 19:15:56,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:56,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 19:15:56,908 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:15:56,938 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:56,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #2 tested: OK +2024-06-18 19:15:57,087 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #2 tested: OK +2024-06-18 19:15:57,087 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=2.98,cqzt=1,fxrq='2024-06-18 19:15:57',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=5.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 13:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-18 19:15:57,143 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #1 tested: OK +2024-06-18 19:15:57,265 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #1 tested: OK +2024-06-18 19:15:57,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #3 tested: OK +2024-06-18 19:15:57,446 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:57,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #3 tested: OK +2024-06-18 19:15:57,512 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #4 tested: OK +2024-06-18 19:15:57,896 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:58,212 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #4 - autoCommit reset back to true +2024-06-18 19:15:58,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #4 tested: OK +2024-06-18 19:15:58,262 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-18 19:15:58,262 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:15:58,319 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #5 tested: OK +2024-06-18 19:15:58,379 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000082 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:58,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/35/00) - Connection #5 tested: OK +2024-06-18 19:15:58,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/35/00) - Connection #6 tested: OK +2024-06-18 19:15:58,550 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #6 tested: OK +2024-06-18 19:15:58,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #7 tested: OK +2024-06-18 19:15:58,758 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #7 tested: OK +2024-06-18 19:15:58,759 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-18 19:15:58,822 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #8 tested: OK +2024-06-18 19:15:58,848 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:58,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #8 tested: OK +2024-06-18 19:15:58,940 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:15:58,940 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:15:58,940 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:15:58,940 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-18 19:15:58,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #9 tested: OK +2024-06-18 19:15:59,277 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:59,301 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/37/00) - Connection #9 tested: OK +2024-06-18 19:15:59,306 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:15:59,306 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-18 19:15:59,370 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/37/00) - Connection #10 tested: OK +2024-06-18 19:15:59,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #10 tested: OK +2024-06-18 19:15:59,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #11 tested: OK +2024-06-18 19:15:59,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #11 tested: OK +2024-06-18 19:15:59,648 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:15:59,648 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:15:59,648 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:15:59,706 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #12 tested: OK +2024-06-18 19:15:59,826 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #12 tested: OK +2024-06-18 19:15:59,827 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (00/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:15:59,827 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:15:59,827 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:15:59,827 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:15:59,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/38/00) - Connection #13 tested: OK +2024-06-18 19:15:59,981 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #13 tested: OK +2024-06-18 19:16:00,064 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #14 tested: OK +2024-06-18 19:16:00,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #14 tested: OK +2024-06-18 19:16:00,185 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-18 19:16:00,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #15 tested: OK +2024-06-18 19:16:00,391 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:00,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/39/00) - Connection #15 tested: OK +2024-06-18 19:16:00,423 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-18 19:16:00,423 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-18 19:16:00,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/39/00) - Connection #16 tested: OK +2024-06-18 19:16:00,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #16 tested: OK +2024-06-18 19:16:00,622 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:16:00,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #17 tested: OK +2024-06-18 19:16:00,795 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #17 tested: OK +2024-06-18 19:16:00,795 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-18 19:16:00,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #18 tested: OK +2024-06-18 19:16:00,902 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:00,952 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/40/00) - Connection #18 tested: OK +2024-06-18 19:16:00,952 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-18 19:16:00,953 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-18 19:16:00,953 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:16:00,953 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:16:01,007 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/40/00) - Connection #19 tested: OK +2024-06-18 19:16:01,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #19 tested: OK +2024-06-18 19:16:01,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #20 tested: OK +2024-06-18 19:16:01,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #20 tested: OK +2024-06-18 19:16:01,286 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-18 19:16:01,286 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-18 19:16:01,287 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-18 19:16:01,287 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-18 19:16:01,347 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #21 tested: OK +2024-06-18 19:16:01,382 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:01,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/41/00) - Connection #21 tested: OK +2024-06-18 19:16:01,516 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/41/00) - Connection #22 tested: OK +2024-06-18 19:16:01,608 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #22 tested: OK +2024-06-18 19:16:01,643 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #23 tested: OK +2024-06-18 19:16:01,744 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #23 tested: OK +2024-06-18 19:16:01,790 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #24 tested: OK +2024-06-18 19:16:01,809 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:01,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #24 tested: OK +2024-06-18 19:16:01,896 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-18 19:16:01,939 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #25 tested: OK +2024-06-18 19:16:02,029 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #25 tested: OK +2024-06-18 19:16:02,078 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #26 tested: OK +2024-06-18 19:16:02,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #26 tested: OK +2024-06-18 19:16:02,253 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #27 tested: OK +2024-06-18 19:16:02,264 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000104 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:02,369 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/43/00) - Connection #27 tested: OK +2024-06-18 19:16:02,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/43/00) - Connection #28 tested: OK +2024-06-18 19:16:02,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #28 tested: OK +2024-06-18 19:16:02,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #29 tested: OK +2024-06-18 19:16:02,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #29 tested: OK +2024-06-18 19:16:02,667 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-18 19:16:02,668 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-18 19:16:02,668 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-18 19:16:02,668 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-18 19:16:02,668 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-18 19:16:02,669 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-18 19:16:02,669 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-18 19:16:02,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #30 tested: OK +2024-06-18 19:16:02,752 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000107 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:02,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #30 tested: OK +2024-06-18 19:16:02,853 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-18 19:16:02,853 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-18 19:16:02,853 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-18 19:16:02,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #31 tested: OK +2024-06-18 19:16:03,204 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:03,342 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #31 - autoCommit reset back to true +2024-06-18 19:16:03,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/45/00) - Connection #31 tested: OK +2024-06-18 19:16:03,401 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-18 19:16:03,403 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 19:16:03,702 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:04,219 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:04,818 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:05,442 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:06,047 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:16:06,047 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - #0050 removed because of shutdown. +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - #0049 removed because of shutdown. +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - #0048 removed because of shutdown. +2024-06-18 19:16:06,055 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-18 19:16:06,056 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - #0047 removed because of shutdown. +2024-06-18 19:16:06,056 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-18 19:16:06,056 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - #0046 removed because of shutdown. +2024-06-18 19:16:06,056 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-18 19:16:06,056 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - #0045 removed because of shutdown. +2024-06-18 19:16:06,057 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-18 19:16:06,057 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/43/00) - #0044 removed because of shutdown. +2024-06-18 19:16:06,057 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-18 19:16:06,057 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/42/00) - #0043 removed because of shutdown. +2024-06-18 19:16:06,057 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/41/00) - #0042 removed because of shutdown. +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/40/00) - #0041 removed because of shutdown. +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/39/00) - #0040 removed because of shutdown. +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/38/00) - #0039 removed because of shutdown. +2024-06-18 19:16:06,058 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/37/00) - #0038 removed because of shutdown. +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/36/00) - #0037 removed because of shutdown. +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/35/00) - #0036 removed because of shutdown. +2024-06-18 19:16:06,059 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-18 19:16:06,060 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/34/00) - #0035 removed because of shutdown. +2024-06-18 19:16:06,060 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-18 19:16:06,060 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/33/00) - #0034 removed because of shutdown. +2024-06-18 19:16:06,060 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-18 19:16:06,061 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/32/00) - #0033 removed because of shutdown. +2024-06-18 19:16:06,061 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-18 19:16:06,061 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/31/00) - #0032 removed because of shutdown. +2024-06-18 19:16:06,061 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-18 19:16:06,062 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/30/00) - #0031 removed because of shutdown. +2024-06-18 19:16:06,062 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-18 19:16:06,062 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/29/00) - #0030 removed because of shutdown. +2024-06-18 19:16:06,062 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/28/00) - #0029 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/27/00) - #0028 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/26/00) - #0027 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/25/00) - #0026 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/24/00) - #0025 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/23/00) - #0024 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/22/00) - #0023 removed because of shutdown. +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-18 19:16:06,063 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/21/00) - #0022 removed because of shutdown. +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/20/00) - #0021 removed because of shutdown. +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/19/00) - #0020 removed because of shutdown. +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/18/00) - #0019 removed because of shutdown. +2024-06-18 19:16:06,064 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/17/00) - #0018 removed because of shutdown. +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/16/00) - #0017 removed because of shutdown. +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/15/00) - #0016 removed because of shutdown. +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/14/00) - #0015 removed because of shutdown. +2024-06-18 19:16:06,065 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/13/00) - #0014 removed because of shutdown. +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/12/00) - #0013 removed because of shutdown. +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/11/00) - #0012 removed because of shutdown. +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/10/00) - #0011 removed because of shutdown. +2024-06-18 19:16:06,066 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/09/00) - #0010 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/08/00) - #0009 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/07/00) - #0008 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/06/00) - #0007 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/05/00) - #0006 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/04/00) - #0005 removed because of shutdown. +2024-06-18 19:16:06,067 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/03/00) - #0004 removed because of shutdown. +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/02/00) - #0003 removed because of shutdown. +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/01/00) - #0001 removed because of shutdown. +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/00/00) - #0002 removed because of shutdown. +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 21 milliseconds. +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-18 19:16:06,068 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-18 19:30:23,568 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-18 19:30:23,574 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 20:21:48,431 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 20:21:48,431 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:30:23,574 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-18 19:30:23,574 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -10734,151 +7687,490 @@ java.sql.SQLException: Couldn't perform the operation prepareStatement: You can' >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 20:21:48,431 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 20:21:49,009 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 20:21:49,025 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 20:21:49,040 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 20:21:49,040 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 20:21:49,040 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 20:21:49,478 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 20:21:49,493 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 20:21:49,509 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 20:21:49,509 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 20:21:49,525 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 20:21:49,525 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:21:49,525 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:21:49,525 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:49,525 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 20:21:49,556 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 20:21:49,603 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:21:49,618 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 20:21:49,665 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:49,696 [main] [A2] [INFO] - rootPath == -2024-06-13 20:21:49,696 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 20:21:49,696 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 20:21:49,696 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 20:21:49,696 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/03/00) - Connection #2 tested: OK -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 20:21:49,712 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 20:21:49,759 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:49,775 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 20:21:49,775 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 20:21:49,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/04/00) - Connection #2 tested: OK -2024-06-13 20:21:49,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/04/00) - Connection #3 tested: OK -2024-06-13 20:21:49,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/04/00) - Connection #3 tested: OK -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1315076537.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 20:21:49,931 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 20:21:49,978 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@37654521 -2024-06-13 20:21:49,993 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 20:21:50,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/04/00) - Connection #4 tested: OK -2024-06-13 20:21:50,150 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:50,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/05/00) - Connection #4 tested: OK -2024-06-13 20:21:50,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/05/00) - Connection #5 tested: OK -2024-06-13 20:21:50,290 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:50,306 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/06/00) - Connection #5 tested: OK -2024-06-13 20:21:50,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/06/00) - Connection #1 tested: OK -2024-06-13 20:21:50,369 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:21:50,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:21:50,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/06/00) - Connection #2 tested: OK -2024-06-13 20:21:50,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/06/00) - Connection #2 tested: OK -2024-06-13 20:21:50,440 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:21:50,455 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 20:22:00,763 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-13 20:22:00,763 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-18 19:30:23,576 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-18 19:30:24,233 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:30:24,233 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-18 19:30:24,233 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-18 19:30:24,233 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-18 19:30:24,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-18 19:30:24,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-18 19:30:24,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-18 19:30:24,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-18 19:30:24,234 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-18 19:30:24,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-18 19:30:24,235 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-18 19:30:24,236 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-18 19:30:24,236 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-18 19:30:24,236 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-18 19:30:24,237 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-18 19:30:24,238 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-18 19:30:24,239 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-18 19:30:24,240 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-18 19:30:24,241 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-18 19:30:24,242 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-18 19:30:24,243 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-18 19:30:24,263 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-18 19:30:24,266 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-18 19:30:24,267 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-18 19:30:25,170 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-18 19:30:25,250 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-18 19:30:25,301 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-18 19:30:25,302 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-18 19:30:25,355 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-18 19:30:25,355 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:30:25,355 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-18 19:30:25,356 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:25,356 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-18 19:30:25,444 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-18 19:30:25,504 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-18 19:30:25,504 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-18 19:30:25,504 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:30:25,504 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-18 19:30:25,504 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-18 19:30:25,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-18 19:30:25,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:30:25,505 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-18 19:30:25,589 [main] [A2] [INFO] - rootPath == +2024-06-18 19:30:25,589 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-18 19:30:25,590 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-18 19:30:25,591 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-18 19:30:25,650 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:30:25,665 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-18 19:30:25,665 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:30:25,665 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-18 19:30:25,665 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:30:25,666 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:30:25,666 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:30:25,666 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:30:25,768 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-18 19:30:25,769 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-18 19:30:25,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-18 19:30:25,861 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:25,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:30:26,063 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:30:26,077 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-18 19:30:26,077 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-18 19:30:26,078 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath546104335.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-18 19:30:26,078 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-18 19:30:26,078 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-18 19:30:26,078 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-18 19:30:26,123 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-18 19:30:26,123 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-18 19:30:26,123 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-18 19:30:26,123 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-18 19:30:26,124 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-18 19:30:26,130 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-18 19:30:26,135 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-18 19:30:26,137 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-18 19:30:26,137 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-18 19:30:26,137 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-18 19:30:26,138 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-18 19:30:26,141 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@18a3962d +2024-06-18 19:30:26,142 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-18 19:30:26,211 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:30:26,316 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-18 19:30:26,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-18 19:30:26,404 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:26,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-18 19:30:26,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-18 19:30:26,676 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-18 19:30:26,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK +2024-06-18 19:30:26,851 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #2 tested: OK +2024-06-18 19:30:26,910 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:26,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-18 19:30:27,026 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-18 19:30:27,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-18 19:30:27,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #3 tested: OK +2024-06-18 19:30:27,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #3 tested: OK +2024-06-18 19:30:27,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #4 tested: OK +2024-06-18 19:30:27,382 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:27,472 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-18 19:30:27,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #5 tested: OK +2024-06-18 19:30:27,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-18 19:30:27,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #6 tested: OK +2024-06-18 19:30:27,817 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK +2024-06-18 19:30:27,864 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:27,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #2 tested: OK +2024-06-18 19:30:27,990 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #2 tested: OK +2024-06-18 19:30:28,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #1 tested: OK +2024-06-18 19:30:28,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-18 19:30:28,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #3 tested: OK +2024-06-18 19:30:28,291 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #3 tested: OK +2024-06-18 19:30:28,346 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:28,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #4 tested: OK +2024-06-18 19:30:28,457 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #4 tested: OK +2024-06-18 19:30:28,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #5 tested: OK +2024-06-18 19:30:28,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #5 tested: OK +2024-06-18 19:30:28,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #6 tested: OK +2024-06-18 19:30:28,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #6 tested: OK +2024-06-18 19:30:28,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #7 tested: OK +2024-06-18 19:30:28,858 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000019 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:28,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #7 tested: OK +2024-06-18 19:30:28,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #8 tested: OK +2024-06-18 19:30:29,101 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #8 tested: OK +2024-06-18 19:30:29,172 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #9 tested: OK +2024-06-18 19:30:29,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #9 tested: OK +2024-06-18 19:30:29,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #2 tested: OK +2024-06-18 19:30:29,361 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000022 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:29,479 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #2 tested: OK +2024-06-18 19:30:29,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #1 tested: OK +2024-06-18 19:30:29,656 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #1 tested: OK +2024-06-18 19:30:29,717 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #3 tested: OK +2024-06-18 19:30:29,781 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:29,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #3 tested: OK +2024-06-18 19:30:29,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #4 tested: OK +2024-06-18 19:30:29,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #4 tested: OK +2024-06-18 19:30:30,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #5 tested: OK +2024-06-18 19:30:30,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #5 tested: OK +2024-06-18 19:30:30,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #6 tested: OK +2024-06-18 19:30:30,326 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:30,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #6 tested: OK +2024-06-18 19:30:30,391 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #7 tested: OK +2024-06-18 19:30:30,503 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #7 tested: OK +2024-06-18 19:30:30,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #8 tested: OK +2024-06-18 19:30:30,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #8 tested: OK +2024-06-18 19:30:30,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #9 tested: OK +2024-06-18 19:30:30,792 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:30,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #9 tested: OK +2024-06-18 19:30:30,914 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #10 tested: OK +2024-06-18 19:30:31,034 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #10 tested: OK +2024-06-18 19:30:31,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #11 tested: OK +2024-06-18 19:30:31,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #11 tested: OK +2024-06-18 19:30:31,240 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #12 tested: OK +2024-06-18 19:30:31,282 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:31,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #12 tested: OK +2024-06-18 19:30:31,358 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:31,359 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-18 19:30:31,361 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:31,461 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #13 tested: OK +2024-06-18 19:30:31,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #13 tested: OK +2024-06-18 19:30:31,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #14 tested: OK +2024-06-18 19:30:31,736 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:31,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #14 tested: OK +2024-06-18 19:30:31,807 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #15 tested: OK +2024-06-18 19:30:31,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #15 tested: OK +2024-06-18 19:30:31,955 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #2 tested: OK +2024-06-18 19:30:32,086 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #2 tested: OK +2024-06-18 19:30:32,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #1 tested: OK +2024-06-18 19:30:32,170 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:32,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #1 tested: OK +2024-06-18 19:30:32,237 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-18 19:30:32,237 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-18 19:30:32,237 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-18 19:30:32,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #3 tested: OK +2024-06-18 19:30:32,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #3 tested: OK +2024-06-18 19:30:32,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #4 tested: OK +2024-06-18 19:30:32,605 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:32,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #4 tested: OK +2024-06-18 19:30:32,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #5 tested: OK +2024-06-18 19:30:32,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #5 tested: OK +2024-06-18 19:30:32,853 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-18 19:30:32,853 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:32,854 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:32,854 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-18 19:30:32,854 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:32,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #6 tested: OK +2024-06-18 19:30:32,989 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:33,023 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #6 tested: OK +2024-06-18 19:30:33,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #7 tested: OK +2024-06-18 19:30:33,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #7 tested: OK +2024-06-18 19:30:33,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #8 tested: OK +2024-06-18 19:30:33,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #8 tested: OK +2024-06-18 19:30:33,356 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-18 19:30:33,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-18 19:30:33,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:33,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:33,357 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-18 19:30:33,358 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:33,358 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-18 19:30:33,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #9 tested: OK +2024-06-18 19:30:33,455 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:33,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #9 tested: OK +2024-06-18 19:30:33,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #10 tested: OK +2024-06-18 19:30:33,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #10 tested: OK +2024-06-18 19:30:33,733 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-18 19:30:33,733 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-18 19:30:33,733 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-18 19:30:33,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #11 tested: OK +2024-06-18 19:30:33,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #11 tested: OK +2024-06-18 19:30:33,883 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-18 19:30:33,884 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-18 19:30:33,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #12 tested: OK +2024-06-18 19:30:33,967 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:34,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #12 tested: OK +2024-06-18 19:30:34,070 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-18 19:30:34,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #13 tested: OK +2024-06-18 19:30:34,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #13 tested: OK +2024-06-18 19:30:34,246 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-18 19:30:34,246 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-18 19:30:34,246 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:34,246 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-18 19:30:34,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #14 tested: OK +2024-06-18 19:30:34,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #14 tested: OK +2024-06-18 19:30:34,433 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:34,457 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/21/00) - Connection #15 tested: OK +2024-06-18 19:30:34,563 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #15 tested: OK +2024-06-18 19:30:34,619 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #16 tested: OK +2024-06-18 19:30:34,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #16 tested: OK +2024-06-18 19:30:34,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #17 tested: OK +2024-06-18 19:30:34,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #17 tested: OK +2024-06-18 19:30:34,868 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000053 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:34,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/22/00) - Connection #18 tested: OK +2024-06-18 19:30:35,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #18 tested: OK +2024-06-18 19:30:35,062 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #19 tested: OK +2024-06-18 19:30:35,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #19 tested: OK +2024-06-18 19:30:35,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #20 tested: OK +2024-06-18 19:30:35,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #20 tested: OK +2024-06-18 19:30:35,328 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000056 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:35,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/23/00) - Connection #21 tested: OK +2024-06-18 19:30:35,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #21 tested: OK +2024-06-18 19:30:35,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #22 tested: OK +2024-06-18 19:30:35,644 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #22 tested: OK +2024-06-18 19:30:35,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #23 tested: OK +2024-06-18 19:30:35,767 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000059 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:35,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #23 tested: OK +2024-06-18 19:30:35,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/24/00) - Connection #24 tested: OK +2024-06-18 19:30:35,956 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #24 tested: OK +2024-06-18 19:30:36,006 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #2 tested: OK +2024-06-18 19:30:36,117 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #2 tested: OK +2024-06-18 19:30:36,181 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #1 tested: OK +2024-06-18 19:30:36,207 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000062 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:36,300 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #1 tested: OK +2024-06-18 19:30:36,354 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/25/00) - Connection #3 tested: OK +2024-06-18 19:30:36,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #3 tested: OK +2024-06-18 19:30:36,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #4 tested: OK +2024-06-18 19:30:36,641 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #4 tested: OK +2024-06-18 19:30:36,641 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:36,642 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-18 19:30:36,642 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:36,661 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:36,712 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/26/00) - Connection #5 tested: OK +2024-06-18 19:30:36,837 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #5 tested: OK +2024-06-18 19:30:36,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/26/00) - Connection #6 tested: OK +2024-06-18 19:30:37,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #6 tested: OK +2024-06-18 19:30:37,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #7 tested: OK +2024-06-18 19:30:37,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #7 tested: OK +2024-06-18 19:30:37,183 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000067 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:37,184 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-18 19:30:37,184 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,184 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,185 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-18 19:30:37,185 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-18 19:30:37,185 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-18 19:30:37,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-18 19:30:37,186 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,187 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-18 19:30:37,188 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,188 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,248 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/27/00) - Connection #8 tested: OK +2024-06-18 19:30:37,351 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #8 tested: OK +2024-06-18 19:30:37,416 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #9 tested: OK +2024-06-18 19:30:37,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #9 tested: OK +2024-06-18 19:30:37,542 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,542 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-18 19:30:37,543 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #10 tested: OK +2024-06-18 19:30:37,732 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:37,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/28/00) - Connection #10 tested: OK +2024-06-18 19:30:37,747 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-18 19:30:37,747 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,747 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,748 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,748 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-18 19:30:37,748 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/28/00) - Connection #11 tested: OK +2024-06-18 19:30:37,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #11 tested: OK +2024-06-18 19:30:37,908 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-18 19:30:37,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,908 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,910 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,911 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-18 19:30:37,911 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,911 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-18 19:30:37,912 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:30:37,912 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-18 19:30:37,917 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:30:37,917 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:30:37,919 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,919 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:30:37,919 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,919 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,922 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:30:37,923 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-18 19:30:37,923 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:30:37,924 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:30:37,924 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-18 19:30:37,925 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,925 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:30:37,925 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,928 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,928 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:30:37,928 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,929 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:30:37,929 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,930 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,930 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-18 19:30:37,931 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-18 19:30:37,931 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-18 19:30:37,931 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,931 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-18 19:30:37,931 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,931 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,931 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-18 19:30:37,932 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,932 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-18 19:30:37,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,932 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, kczgsc=1, record=false, itemduration=1.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 12:00, hsdw=1}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}]] +2024-06-18 19:30:37,933 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-18 19:30:37,933 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-18 19:30:37,935 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,935 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-18 19:30:37,935 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,936 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-18 19:30:37,936 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-18 19:30:37,936 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-18 19:30:37,937 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-18 19:30:37,937 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-18 19:30:37,937 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:37,938 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-18 19:30:37,938 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:30:37,939 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-18 19:30:37,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #12 tested: OK +2024-06-18 19:30:38,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #12 tested: OK +2024-06-18 19:30:38,157 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #13 tested: OK +2024-06-18 19:30:38,261 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:38,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #13 tested: OK +2024-06-18 19:30:38,746 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:39,033 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:30:39,033 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[3fcdfdee-d72d-4352-9cef-88c8a2a5b4bf, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-18, 0.00000, 81-2024-06-18, 19:30:39, 2024-09-01]] +2024-06-18 19:30:39,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #14 tested: OK +2024-06-18 19:30:39,166 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #15 tested: OK +2024-06-18 19:30:39,177 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-18 19:30:39,177 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-18 19:30:39,177 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-18 19:30:39,177 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-18 19:30:39,177 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-18 19:30:39,237 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (02/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:39,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/31/00) - Connection #15 tested: OK +2024-06-18 19:30:39,363 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-18 19:30:39,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #14 tested: OK +2024-06-18 19:30:39,461 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #16 tested: OK +2024-06-18 19:30:39,551 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #16 tested: OK +2024-06-18 19:30:39,551 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-18 19:30:39,551 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[19f320f7-f929-447d-873f-0f2312e1491e, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-18, 4, 81-2024-06-18, 1, 2024-05-03, 2024-05-03, 2.5, 19:30:39]] +2024-06-18 19:30:39,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #17 tested: OK +2024-06-18 19:30:39,701 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-18 19:30:39,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #17 tested: OK +2024-06-18 19:30:39,725 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-18 19:30:39,725 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:39,730 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:30:39,730 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-18 19:30:39,730 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:38:38,056 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-18 19:38:38,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-18 19:38:38,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:38:38,058 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{tcscws=, modedatamodifier=1, modedatacreatertype=0, zdhsfzs=, jtqsfzs=, zrdjb=154, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, tqdkyxfzs=120, jbscbdccsqsc=0, bddrqlx=0,4, yxsydjb=, mc=平日加班, sffzcx=, ktjbzdcfwlb=0, id=142, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, jbzdzjqye=1, zkgtj=, tqdkjrjb=1, keyid=142, lgsbxydk=0, jbwdhlfzs=5, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, zdhsl=, thdkjrjb=1, requestid=, ccqszhdhsfzs=30, jc=平日加班, sjxm=, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, ccclfs=, xtxm=0, zzdjbxss=, bjys=, yesxrq=1, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, qbkcsc=, tqlghlfzs=, modedatacreatedate=2024-03-25, kczgsc=0, bxsdxm=, xmzt=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, ksjbbxydk=1, zdkcjcxxsc=1, tybcndbjlhbjs=0, thdkyxfzs=60, mrxhtx=0, zysd=4, zrjqyedqsxss=, zrjqyedbs=, sjd=17:49, cckcbc=, hsdw=1, sydbc=, ljbcngzsj=0, csjthdclfs=, jbqsfzs=120, xmlx=4, yedqwsycl=0, sfxysh=0, zdyqsc=, cftxdcs=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, kczgsc=1, record=true, itemduration=6.0, classStartTime=2024-05-03 11:00, pointTime=2024-05-03 18:00, hsdw=1}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-18 19:38:38,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-18 19:38:38,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-18 19:38:38,059 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-18 19:38:38,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/01) - Connection #18 tested: OK +2024-06-18 19:38:38,105 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-18 19:38:38,187 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/01) - Connection #18 tested: OK +2024-06-18 19:38:38,188 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-18 19:38:38',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 09:42:19,655 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 09:42:19,658 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-13 20:22:00,763 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-13 20:22:00,763 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-19 09:42:19,658 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 09:42:19,659 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -11015,1194 +8307,489 @@ java.sql.SQLException: Couldn't perform the operation prepareStatement: You can' >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-13 20:22:00,763 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-13 20:22:01,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-13 20:22:01,216 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-13 20:22:01,216 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-13 20:22:01,232 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-13 20:22:01,232 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-13 20:22:01,654 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-13 20:22:01,685 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-13 20:22:01,700 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-13 20:22:01,700 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-13 20:22:01,716 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-13 20:22:01,716 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:22:01,716 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-13 20:22:01,716 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:01,716 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-13 20:22:01,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:22:01,794 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-13 20:22:01,857 [main] [A2] [INFO] - rootPath == -2024-06-13 20:22:01,857 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-13 20:22:01,857 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-13 20:22:01,857 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-13 20:22:01,872 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:22:02,044 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,154 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,169 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-13 20:22:02,169 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-13 20:22:02,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/04/00) - Connection #2 tested: OK -2024-06-13 20:22:02,232 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/04/00) - Connection #3 tested: OK -2024-06-13 20:22:02,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/04/00) - Connection #3 tested: OK -2024-06-13 20:22:02,294 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,294 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-13 20:22:02,310 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-13 20:22:02,310 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1871790144.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-13 20:22:02,310 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-13 20:22:02,310 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-13 20:22:02,310 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@3059cbc -2024-06-13 20:22:02,341 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-13 20:22:02,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/05/00) - Connection #4 tested: OK -2024-06-13 20:22:02,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/05/00) - Connection #4 tested: OK -2024-06-13 20:22:02,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/05/00) - Connection #5 tested: OK -2024-06-13 20:22:02,435 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (02/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/06/00) - Connection #5 tested: OK -2024-06-13 20:22:02,482 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/06/00) - Connection #1 tested: OK -2024-06-13 20:22:02,497 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:22:02,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/06/00) - Connection #6 tested: OK -2024-06-13 20:22:02,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/06/00) - Connection #2 tested: OK -2024-06-13 20:22:02,560 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/07/00) - Connection #2 tested: OK -2024-06-13 20:22:02,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/07/00) - Connection #1 tested: OK -2024-06-13 20:22:02,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/07/00) - Connection #1 tested: OK -2024-06-13 20:22:02,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/07/00) - Connection #3 tested: OK -2024-06-13 20:22:02,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/07/00) - Connection #3 tested: OK -2024-06-13 20:22:02,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/07/00) - Connection #4 tested: OK -2024-06-13 20:22:02,685 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/08/00) - Connection #4 tested: OK -2024-06-13 20:22:02,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/08/00) - Connection #5 tested: OK -2024-06-13 20:22:02,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/08/00) - Connection #5 tested: OK -2024-06-13 20:22:02,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/08/00) - Connection #6 tested: OK -2024-06-13 20:22:02,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/08/00) - Connection #6 tested: OK -2024-06-13 20:22:02,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/08/00) - Connection #7 tested: OK -2024-06-13 20:22:02,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/08/00) - Connection #7 tested: OK -2024-06-13 20:22:02,825 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/09/00) - Connection #8 tested: OK -2024-06-13 20:22:02,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/09/00) - Connection #8 tested: OK -2024-06-13 20:22:02,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/09/00) - Connection #9 tested: OK -2024-06-13 20:22:02,966 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/09/00) - Connection #9 tested: OK -2024-06-13 20:22:02,966 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/09/00) - Connection #2 tested: OK -2024-06-13 20:22:02,981 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:02,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/10/00) - Connection #2 tested: OK -2024-06-13 20:22:03,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/10/00) - Connection #1 tested: OK -2024-06-13 20:22:03,138 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:03,263 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:03,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/12/00) - Connection #1 tested: OK -2024-06-13 20:22:03,310 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/12/00) - Connection #3 tested: OK -2024-06-13 20:22:03,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/12/00) - Connection #3 tested: OK -2024-06-13 20:22:03,341 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/12/00) - Connection #4 tested: OK -2024-06-13 20:22:03,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/12/00) - Connection #4 tested: OK -2024-06-13 20:22:03,372 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/12/00) - Connection #5 tested: OK -2024-06-13 20:22:03,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/12/00) - Connection #5 tested: OK -2024-06-13 20:22:03,419 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:03,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/13/00) - Connection #6 tested: OK -2024-06-13 20:22:03,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/13/00) - Connection #6 tested: OK -2024-06-13 20:22:03,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/13/00) - Connection #7 tested: OK -2024-06-13 20:22:03,497 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/13/00) - Connection #7 tested: OK -2024-06-13 20:22:03,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/13/00) - Connection #8 tested: OK -2024-06-13 20:22:03,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/13/00) - Connection #8 tested: OK -2024-06-13 20:22:03,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/13/00) - Connection #9 tested: OK -2024-06-13 20:22:03,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/13/00) - Connection #9 tested: OK -2024-06-13 20:22:03,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/13/00) - Connection #10 tested: OK -2024-06-13 20:22:03,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/13/00) - Connection #10 tested: OK -2024-06-13 20:22:03,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/13/00) - Connection #11 tested: OK -2024-06-13 20:22:03,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/13/00) - Connection #11 tested: OK -2024-06-13 20:22:03,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/13/00) - Connection #12 tested: OK -2024-06-13 20:22:03,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/13/00) - Connection #12 tested: OK -2024-06-13 20:22:03,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/13/00) - Connection #13 tested: OK -2024-06-13 20:22:03,778 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:03,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/14/00) - Connection #13 tested: OK -2024-06-13 20:22:03,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/14/00) - Connection #14 tested: OK -2024-06-13 20:22:03,841 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/14/00) - Connection #14 tested: OK -2024-06-13 20:22:03,856 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/14/00) - Connection #2 tested: OK -2024-06-13 20:22:03,887 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:03,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/15/00) - Connection #2 tested: OK -2024-06-13 20:22:03,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/15/00) - Connection #1 tested: OK -2024-06-13 20:22:03,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/15/00) - Connection #1 tested: OK -2024-06-13 20:22:03,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/15/00) - Connection #3 tested: OK -2024-06-13 20:22:03,981 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/15/00) - Connection #3 tested: OK -2024-06-13 20:22:03,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:03,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:03,981 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:03,981 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (00/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:04,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/16/00) - Connection #4 tested: OK -2024-06-13 20:22:04,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/16/00) - Connection #4 tested: OK -2024-06-13 20:22:04,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/16/00) - Connection #5 tested: OK -2024-06-13 20:22:04,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/16/00) - Connection #5 tested: OK -2024-06-13 20:22:04,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/16/00) - Connection #6 tested: OK -2024-06-13 20:22:04,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/16/00) - Connection #6 tested: OK -2024-06-13 20:22:04,153 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (00/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:04,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/17/00) - Connection #7 tested: OK -2024-06-13 20:22:04,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/17/00) - Connection #7 tested: OK -2024-06-13 20:22:04,215 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:04,215 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:04,231 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/17/00) - Connection #8 tested: OK -2024-06-13 20:22:04,263 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/17/00) - Connection #8 tested: OK -2024-06-13 20:22:04,263 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:04,263 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:04,263 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:04,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/17/00) - Connection #9 tested: OK -2024-06-13 20:22:04,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/17/00) - Connection #9 tested: OK -2024-06-13 20:22:04,325 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:04,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/17/00) - Connection #10 tested: OK -2024-06-13 20:22:04,387 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #10 tested: OK -2024-06-13 20:22:04,387 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:04,387 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:04,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:22:04,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #11 tested: OK -2024-06-13 20:22:04,669 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:04,669 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:04,669 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:04,669 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- -2024-06-13 20:22:04,669 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:04,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #12 tested: OK -2024-06-13 20:22:04,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #12 tested: OK -2024-06-13 20:22:04,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #13 tested: OK -2024-06-13 20:22:04,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #13 tested: OK -2024-06-13 20:22:04,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #14 tested: OK -2024-06-13 20:22:04,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #14 tested: OK -2024-06-13 20:22:04,809 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [INFO] - dataIds : [] -2024-06-13 20:22:04,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- -2024-06-13 20:22:04,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:04,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:04,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- -2024-06-13 20:22:04,809 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:04,809 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-06-09, 2024-06-13, 31] -2024-06-13 20:22:04,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #15 tested: OK -2024-06-13 20:22:04,856 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #15 tested: OK -2024-06-13 20:22:04,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #16 tested: OK -2024-06-13 20:22:04,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #16 tested: OK -2024-06-13 20:22:04,887 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} -2024-06-13 20:22:04,887 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : 31,userId : 31 -2024-06-13 20:22:04,887 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[7] -2024-06-13 20:22:04,887 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (7) order by bcrq -2024-06-13 20:22:04,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #17 tested: OK -2024-06-13 20:22:04,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/17/00) - Connection #17 tested: OK -2024-06-13 20:22:04,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/17/00) - Connection #2 tested: OK -2024-06-13 20:22:04,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/17/00) - Connection #2 tested: OK -2024-06-13 20:22:04,997 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:04,997 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:1 -2024-06-13 20:22:05,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/17/00) - Connection #1 tested: OK -2024-06-13 20:22:05,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/17/00) - Connection #1 tested: OK -2024-06-13 20:22:05,059 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 -2024-06-13 20:22:05,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/17/00) - Connection #3 tested: OK -2024-06-13 20:22:05,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/17/00) - Connection #3 tested: OK -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [INFO] - dataTableList total size : 8 -2024-06-13 20:22:05,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- -2024-06-13 20:22:05,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 -2024-06-13 20:22:05,090 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - dataTableList : [{modeuuid=289b1596-379f-4abc-9a27-0060b605dc37, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101426, glpbid=, pbtj=0, key=101426, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101426, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=2, pbdxry=31-李勤}, {modeuuid=4460ea9b-da16-4c6e-9b21-14fdccd67fdd, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101427, glpbid=, pbtj=0, key=101427, form_biz_id=, pbdxbm=, pbgl=4, sfxx=1, keyid=101427, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=1, pbdxry=31-李勤}, {modeuuid=9e31ab39-69da-4ac4-b9c0-c6f09de3b968, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101428, glpbid=, pbtj=0, key=101428, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101428, modedatacreater=1, bcrq=2024-06-11, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=70c81653-51b5-4e2b-b79d-c2eb78646d04, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101429, glpbid=, pbtj=0, key=101429, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101429, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=fc396ded-3b17-4932-a0e4-c217aa7735e9, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-13, bcbdsj=, dxlx=0, szjg=, sfdkpp=1, modedatacreatedate=2024-06-13, dgcx=, bz=, hxbz=4-白天到晚上8点, id=101430, glpbid=, pbtj=0, key=101430, form_biz_id=, pbdxbm=, pbgl=4, sfxx=0, keyid=101430, modedatacreater=1, bcrq=2024-06-13, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=11:19:37, modedatamodifydatetime=, pbsj=11:19, rqlx=0, pbdxry=31-李勤}, {modeuuid=cd384d21-c5d7-4e78-a861-2fb7204b5ba3, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96392, glpbid=, pbtj=1, key=96392, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96392, modedatacreater=1, bcrq=2024-06-09, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=2, pbdxry=31-李勤}, {modeuuid=64db4e37-e5eb-4d1f-8a27-062b7475d56e, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96393, glpbid=, pbtj=1, key=96393, form_biz_id=, pbdxbm=, pbgl=, sfxx=1, keyid=96393, modedatacreater=1, bcrq=2024-06-10, lastname=李勤, bcxx=, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=1, pbdxry=31-李勤}, {modeuuid=becb5a47-8d3b-4aa6-b9db-a2391a4b2481, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-12, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-12, dgcx=, bz=, hxbz=, id=96395, glpbid=, pbtj=1, key=96395, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=96395, modedatacreater=1, bcrq=2024-06-12, lastname=李勤, bcxx=14-白天8点到晚上8点, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=13:48:27, modedatamodifydatetime=, pbsj=13:48, rqlx=0, pbdxry=31-李勤}] -2024-06-13 20:22:05,106 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [INFO] - queryDataTableActualUse schedule : [[]] -2024-06-13 20:22:05,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/17/00) - Connection #4 tested: OK -2024-06-13 20:22:05,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/17/00) - Connection #4 tested: OK -2024-06-13 20:22:05,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/17/00) - Connection #5 tested: OK -2024-06-13 20:22:05,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/17/00) - Connection #5 tested: OK -2024-06-13 20:22:05,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/17/00) - Connection #6 tested: OK -2024-06-13 20:22:05,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/17/00) - Connection #6 tested: OK -2024-06-13 20:22:05,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/17/00) - Connection #7 tested: OK -2024-06-13 20:22:05,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/17/00) - Connection #7 tested: OK -2024-06-13 20:22:05,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/17/00) - Connection #8 tested: OK -2024-06-13 20:22:05,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/17/00) - Connection #8 tested: OK -2024-06-13 20:22:05,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/17/00) - Connection #9 tested: OK -2024-06-13 20:22:05,309 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:05,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/18/00) - Connection #9 tested: OK -2024-06-13 20:22:05,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:22:05,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:22:05,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:22:05,653 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:22:05,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:22:05,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:22:05,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/18/00) - Connection #13 tested: OK -2024-06-13 20:22:05,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/18/00) - Connection #13 tested: OK -2024-06-13 20:22:05,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:22:05,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/18/00) - Connection #14 tested: OK -2024-06-13 20:22:05,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:22:05,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/18/00) - Connection #15 tested: OK -2024-06-13 20:22:05,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/18/00) - Connection #16 tested: OK -2024-06-13 20:22:05,856 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/18/00) - Connection #16 tested: OK -2024-06-13 20:22:05,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/18/00) - Connection #17 tested: OK -2024-06-13 20:22:05,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/18/00) - Connection #17 tested: OK -2024-06-13 20:22:05,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/18/00) - Connection #18 tested: OK -2024-06-13 20:22:05,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/18/00) - Connection #18 tested: OK -2024-06-13 20:22:05,950 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:05,950 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- -2024-06-13 20:22:05,950 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:05,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/18/00) - Connection #2 tested: OK -2024-06-13 20:22:05,997 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/18/00) - Connection #2 tested: OK -2024-06-13 20:22:05,997 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:05,997 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:06,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/18/00) - Connection #1 tested: OK -2024-06-13 20:22:06,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/18/00) - Connection #1 tested: OK -2024-06-13 20:22:06,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:06,059 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:06,059 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/18/00) - Connection #3 tested: OK -2024-06-13 20:22:06,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/18/00) - Connection #3 tested: OK -2024-06-13 20:22:06,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/18/00) - Connection #4 tested: OK -2024-06-13 20:22:06,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/18/00) - Connection #4 tested: OK -2024-06-13 20:22:06,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/18/00) - Connection #5 tested: OK -2024-06-13 20:22:06,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/18/00) - Connection #5 tested: OK -2024-06-13 20:22:06,153 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:06,153 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:06,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/18/00) - Connection #6 tested: OK -2024-06-13 20:22:06,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/18/00) - Connection #6 tested: OK -2024-06-13 20:22:06,199 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:06,199 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:06,199 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:06,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/18/00) - Connection #7 tested: OK -2024-06-13 20:22:06,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/18/00) - Connection #7 tested: OK -2024-06-13 20:22:06,246 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:06,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/18/00) - Connection #8 tested: OK -2024-06-13 20:22:06,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/18/00) - Connection #8 tested: OK -2024-06-13 20:22:06,309 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:06,309 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:06,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/18/00) - Connection #9 tested: OK -2024-06-13 20:22:06,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/18/00) - Connection #9 tested: OK -2024-06-13 20:22:06,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,356 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:22:06,403 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/18/00) - Connection #10 tested: OK -2024-06-13 20:22:06,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:22:06,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/18/00) - Connection #11 tested: OK -2024-06-13 20:22:06,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:22:06,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/18/00) - Connection #12 tested: OK -2024-06-13 20:22:06,481 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:22:06,481 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,481 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 19:00],lastestTime: [2024-06-12 09:00] -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,481 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,496 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,496 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:06,496 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:06,496 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,496 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:06,512 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/19/00) - Connection #13 tested: OK -2024-06-13 20:22:06,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/19/00) - Connection #13 tested: OK -2024-06-13 20:22:06,543 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:06,543 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/19/00) - Connection #14 tested: OK -2024-06-13 20:22:06,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/19/00) - Connection #14 tested: OK -2024-06-13 20:22:06,590 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:06,590 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,590 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:06,590 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:22:06,590 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:22:06,606 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,606 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-12 04:30, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 23:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-12 08:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=false)]] -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:06,606 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:06,606 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/19/00) - Connection #15 tested: OK -2024-06-13 20:22:06,637 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/19/00) - Connection #15 tested: OK -2024-06-13 20:22:06,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/19/00) - Connection #16 tested: OK -2024-06-13 20:22:06,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/19/00) - Connection #16 tested: OK -2024-06-13 20:22:06,684 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/19/00) - Connection #17 tested: OK -2024-06-13 20:22:06,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/19/00) - Connection #17 tested: OK -2024-06-13 20:22:06,715 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:06,715 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:06,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/19/00) - Connection #18 tested: OK -2024-06-13 20:22:06,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/19/00) - Connection #18 tested: OK -2024-06-13 20:22:06,762 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:06,762 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:06,762 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:06,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/19/00) - Connection #19 tested: OK -2024-06-13 20:22:06,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/19/00) - Connection #19 tested: OK -2024-06-13 20:22:06,824 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:06,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/19/00) - Connection #2 tested: OK -2024-06-13 20:22:06,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/19/00) - Connection #2 tested: OK -2024-06-13 20:22:06,871 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:06,871 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:06,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/19/00) - Connection #1 tested: OK -2024-06-13 20:22:06,902 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:06,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/20/00) - Connection #1 tested: OK -2024-06-13 20:22:06,934 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:06,934 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:06,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/20/00) - Connection #3 tested: OK -2024-06-13 20:22:06,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/20/00) - Connection #3 tested: OK -2024-06-13 20:22:06,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/20/00) - Connection #4 tested: OK -2024-06-13 20:22:07,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/20/00) - Connection #4 tested: OK -2024-06-13 20:22:07,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/20/00) - Connection #5 tested: OK -2024-06-13 20:22:07,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/20/00) - Connection #5 tested: OK -2024-06-13 20:22:07,059 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 20:22:07,059 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,059 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:10] -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:07,059 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,074 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/20/00) - Connection #6 tested: OK -2024-06-13 20:22:07,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/20/00) - Connection #6 tested: OK -2024-06-13 20:22:07,090 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:07,090 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,105 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/21/00) - Connection #7 tested: OK -2024-06-13 20:22:07,137 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/21/00) - Connection #7 tested: OK -2024-06-13 20:22:07,137 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:07,137 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,137 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:07,137 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:22:07,152 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:22:07,152 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,152 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:45, pointType=START, timeType=AFTER, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:07,152 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/21/00) - Connection #8 tested: OK -2024-06-13 20:22:07,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/21/00) - Connection #8 tested: OK -2024-06-13 20:22:07,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/21/00) - Connection #9 tested: OK -2024-06-13 20:22:07,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/22/00) - Connection #9 tested: OK -2024-06-13 20:22:07,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/22/00) - Connection #10 tested: OK -2024-06-13 20:22:07,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/22/00) - Connection #10 tested: OK -2024-06-13 20:22:07,277 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:07,277 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:07,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/22/00) - Connection #11 tested: OK -2024-06-13 20:22:07,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/22/00) - Connection #11 tested: OK -2024-06-13 20:22:07,309 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:07,309 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:07,309 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:07,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/22/00) - Connection #12 tested: OK -2024-06-13 20:22:07,340 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/23/00) - Connection #12 tested: OK -2024-06-13 20:22:07,355 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:07,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/23/00) - Connection #13 tested: OK -2024-06-13 20:22:07,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/23/00) - Connection #13 tested: OK -2024-06-13 20:22:07,418 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:07,418 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:07,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/23/00) - Connection #14 tested: OK -2024-06-13 20:22:07,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/23/00) - Connection #14 tested: OK -2024-06-13 20:22:07,465 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,465 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,465 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000097 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/24/00) - Connection #15 tested: OK -2024-06-13 20:22:07,496 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/24/00) - Connection #15 tested: OK -2024-06-13 20:22:07,512 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/24/00) - Connection #16 tested: OK -2024-06-13 20:22:07,558 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/24/00) - Connection #16 tested: OK -2024-06-13 20:22:07,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/24/00) - Connection #17 tested: OK -2024-06-13 20:22:07,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/24/00) - Connection #17 tested: OK -2024-06-13 20:22:07,605 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 20:22:07,605 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,605 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:07,605 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/24/00) - Connection #18 tested: OK -2024-06-13 20:22:07,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/24/00) - Connection #18 tested: OK -2024-06-13 20:22:07,652 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:07,652 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/24/00) - Connection #19 tested: OK -2024-06-13 20:22:07,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/24/00) - Connection #19 tested: OK -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)]] -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:07,715 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:07,715 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:07,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/24/00) - Connection #20 tested: OK -2024-06-13 20:22:07,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/24/00) - Connection #20 tested: OK -2024-06-13 20:22:07,762 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:07,762 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:07,762 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:07,762 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:07,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/24/00) - Connection #21 tested: OK -2024-06-13 20:22:07,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/24/00) - Connection #21 tested: OK -2024-06-13 20:22:07,840 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/24/00) - Connection #22 tested: OK -2024-06-13 20:22:07,840 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000105 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/25/00) - Connection #22 tested: OK -2024-06-13 20:22:07,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/25/00) - Connection #23 tested: OK -2024-06-13 20:22:07,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/25/00) - Connection #23 tested: OK -2024-06-13 20:22:07,902 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:07,902 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:07,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/25/00) - Connection #24 tested: OK -2024-06-13 20:22:07,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/25/00) - Connection #24 tested: OK -2024-06-13 20:22:07,949 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:07,949 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:07,949 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:07,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/25/00) - Connection #25 tested: OK -2024-06-13 20:22:07,980 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:07,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/26/00) - Connection #25 tested: OK -2024-06-13 20:22:07,996 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:08,011 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/26/00) - Connection #26 tested: OK -2024-06-13 20:22:08,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/26/00) - Connection #26 tested: OK -2024-06-13 20:22:08,074 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:08,074 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:08,090 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000109 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000109 (01/27/00) - Connection #2 tested: OK -2024-06-13 20:22:08,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/27/00) - Connection #2 tested: OK -2024-06-13 20:22:08,121 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,121 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,152 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000110 (01/27/00) - Connection #1 tested: OK -2024-06-13 20:22:08,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/27/00) - Connection #1 tested: OK -2024-06-13 20:22:08,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000111 (01/27/00) - Connection #3 tested: OK -2024-06-13 20:22:08,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000112 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/28/00) - Connection #3 tested: OK -2024-06-13 20:22:08,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000112 (01/28/00) - Connection #4 tested: OK -2024-06-13 20:22:08,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/28/00) - Connection #4 tested: OK -2024-06-13 20:22:08,277 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:22:08,277 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,277 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 19:00],lastestTime: [2024-06-14 09:00] -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:08,277 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000113 (01/28/00) - Connection #5 tested: OK -2024-06-13 20:22:08,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/28/00) - Connection #5 tested: OK -2024-06-13 20:22:08,308 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:08,308 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000114 (01/28/00) - Connection #6 tested: OK -2024-06-13 20:22:08,340 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/28/00) - Connection #6 tested: OK -2024-06-13 20:22:08,340 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:08,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:22:08,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]] -2024-06-13 20:22:08,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,355 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-14 04:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 23:30, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-14 08:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false)]] -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:08,355 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000115 (01/28/00) - Connection #7 tested: OK -2024-06-13 20:22:08,371 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000116 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/29/00) - Connection #7 tested: OK -2024-06-13 20:22:08,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000116 (01/29/00) - Connection #8 tested: OK -2024-06-13 20:22:08,433 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/29/00) - Connection #8 tested: OK -2024-06-13 20:22:08,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000117 (01/29/00) - Connection #9 tested: OK -2024-06-13 20:22:08,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/29/00) - Connection #9 tested: OK -2024-06-13 20:22:08,480 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:08,480 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:08,496 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000118 (01/29/00) - Connection #10 tested: OK -2024-06-13 20:22:08,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/29/00) - Connection #10 tested: OK -2024-06-13 20:22:08,527 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:08,527 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:08,527 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:08,543 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000119 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,543 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000119 (01/30/00) - Connection #11 tested: OK -2024-06-13 20:22:08,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/30/00) - Connection #11 tested: OK -2024-06-13 20:22:08,574 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:08,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000120 (01/30/00) - Connection #12 tested: OK -2024-06-13 20:22:08,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/30/00) - Connection #12 tested: OK -2024-06-13 20:22:08,652 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:08,652 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:08,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000121 (01/30/00) - Connection #13 tested: OK -2024-06-13 20:22:08,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/30/00) - Connection #13 tested: OK -2024-06-13 20:22:08,699 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,699 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,699 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000122 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000122 (01/31/00) - Connection #14 tested: OK -2024-06-13 20:22:08,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/31/00) - Connection #14 tested: OK -2024-06-13 20:22:08,746 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000123 (01/31/00) - Connection #15 tested: OK -2024-06-13 20:22:08,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/31/00) - Connection #15 tested: OK -2024-06-13 20:22:08,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000124 (01/31/00) - Connection #16 tested: OK -2024-06-13 20:22:08,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/31/00) - Connection #16 tested: OK -2024-06-13 20:22:08,824 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}] -2024-06-13 20:22:08,824 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:08,824 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000125 (00/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,824 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:10] -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:08,824 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000125 (01/32/00) - Connection #17 tested: OK -2024-06-13 20:22:08,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/32/00) - Connection #17 tested: OK -2024-06-13 20:22:08,886 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:08,886 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000126 (01/32/00) - Connection #18 tested: OK -2024-06-13 20:22:08,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/32/00) - Connection #18 tested: OK -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=11.00, fgsjd=11:10, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=5.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=17:45, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:15, thdkfzs=, rqlx=0}, {edsc=11.00, fgsjd=11:10, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=11.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=2.25, btgz=0, bcxx=16, dxhs=1, bcsdxx=08:00-11:15|11:45-17:15|17:45-20:00, dtkssj=17:45, thdkfzs=250, rqlx=0}]] -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,933 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true)]] -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd' -2024-06-13 20:22:08,933 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:08,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000127 (01/32/00) - Connection #19 tested: OK -2024-06-13 20:22:08,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/32/00) - Connection #19 tested: OK -2024-06-13 20:22:08,996 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000128 (01/32/00) - Connection #20 tested: OK -2024-06-13 20:22:09,011 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000129 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:09,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/33/00) - Connection #20 tested: OK -2024-06-13 20:22:09,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000129 (01/33/00) - Connection #21 tested: OK -2024-06-13 20:22:09,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/33/00) - Connection #21 tested: OK -2024-06-13 20:22:09,090 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - pdeptids : [1] -2024-06-13 20:22:09,090 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query personGroupData : select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in (2) -2024-06-13 20:22:09,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000130 (01/33/00) - Connection #22 tested: OK -2024-06-13 20:22:09,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/33/00) - Connection #22 tested: OK -2024-06-13 20:22:09,121 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=departmentid='13' or departmentid='9' or departmentid='14', mainid=2, edate=}]} -2024-06-13 20:22:09,121 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - empid : ,userId : 31 -2024-06-13 20:22:09,121 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:09,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000131 (01/33/00) - Connection #23 tested: OK -2024-06-13 20:22:09,152 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/33/00) - Connection #23 tested: OK -2024-06-13 20:22:09,152 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - personnelGroupIds : [] -2024-06-13 20:22:09,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000132 (01/33/00) - Connection #24 tested: OK -2024-06-13 20:22:09,199 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000133 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:09,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/34/00) - Connection #24 tested: OK -2024-06-13 20:22:09,215 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - dataIds : [2] -2024-06-13 20:22:09,215 [main] [com.engine.attendance.attendanceplan.cmd.GetAttendanceItemsByPersonDataCmd] [INFO] - query attendanceItems sql : select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in (2) -2024-06-13 20:22:09,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000133 (01/34/00) - Connection #25 tested: OK -2024-06-13 20:22:09,261 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/34/00) - Connection #25 tested: OK -2024-06-13 20:22:09,261 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,261 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000134 (01/34/00) - Connection #26 tested: OK -2024-06-13 20:22:09,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/34/00) - Connection #26 tested: OK -2024-06-13 20:22:09,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000135 (01/34/00) - Connection #27 tested: OK -2024-06-13 20:22:09,340 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/34/00) - Connection #27 tested: OK -2024-06-13 20:22:09,355 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000136 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:09,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000136 (01/35/00) - Connection #28 tested: OK -2024-06-13 20:22:09,386 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/35/00) - Connection #28 tested: OK -2024-06-13 20:22:09,386 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - SchedulingResults : [{2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}] -2024-06-13 20:22:09,386 [main] [com.engine.attendance.attendanceanalysis.service.impl.ShiftServiceImpl] [INFO] - getClockTimeParam : [{date=2024-06-13, schedulingResultCollect={2024-06-13=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd' -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,386 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-13 07:00],lastestTime: [2024-06-14 00:00] -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd' -2024-06-13 20:22:09,386 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000137 (01/35/00) - Connection #29 tested: OK -2024-06-13 20:22:09,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/35/00) - Connection #29 tested: OK -2024-06-13 20:22:09,418 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:09,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,418 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:09,433 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd' -2024-06-13 20:22:09,433 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000138 (01/35/00) - Connection #30 tested: OK -2024-06-13 20:22:09,480 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/35/00) - Connection #30 tested: OK -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd' -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}]] -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.CommandContextInterceptor] [DEBUG] - 重用context 'com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd' -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-06-13 16:30, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 08:00, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 11:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=0, clockTime=null, record=true), ClockPointDTO(classTime=2024-06-13 17:15, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 18:45, pointType=START, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=false), ClockPointDTO(classTime=2024-06-13 20:00, pointType=END, timeType=EMPTY, elasticTime=null, classSegmentType=2, clockTime=null, record=true)]] -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,480 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:09,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000139 (01/35/00) - Connection #31 tested: OK -2024-06-13 20:22:09,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/35/00) - Connection #31 tested: OK -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}] -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:31,analysisDate:2024-06-11 start*********** -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]] -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=31, sjzt=1, sgsj=, rq=2024-06-11}]] -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - getClockTimeParam : [{date=2024-06-11, schedulingResultCollect={2024-06-12=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:15, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:45, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:15, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-11=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], 2024-06-13=[{edsc=8.00, fgsjd=11:06, tqdkfzs=60, sfkt=0, dtjssj=23:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=20:00, thdkfzs=10, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=23:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=04:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=23:30, thdkfzs=30, rqlx=0}, {edsc=8.00, fgsjd=11:06, tqdkfzs=, sfkt=0, dtjssj=08:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=2, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=3.50, btgz=0, bcxx=15, dxhs=1, bcsdxx=20:00-23:00|23:30-04:30|, dtkssj=04:30, thdkfzs=, rqlx=0}]}, clockInTimeList=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}], clockInTimeCollect={2024-06-11=[{signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, {signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, {signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, {signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, {signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, {signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}]}, userId=31, clockInTimeMap={}}] -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,527 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [INFO] - earliestTime :[2024-06-11 07:00],lastestTime: [2024-06-12 00:00] -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000140 (01/35/00) - Connection #32 tested: OK -2024-06-13 20:22:09,574 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/35/00) - Connection #32 tested: OK -2024-06-13 20:22:09,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000141 (01/35/00) - Connection #33 tested: OK -2024-06-13 20:22:09,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/35/00) - Connection #33 tested: OK -2024-06-13 20:22:09,621 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,621 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- -2024-06-13 20:22:09,621 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000142 (01/35/00) - Connection #34 tested: OK -2024-06-13 20:22:09,683 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/35/00) - Connection #34 tested: OK -2024-06-13 20:22:09,683 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [INFO] - haveAskForLeaveList : [[]] -2024-06-13 20:22:09,683 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,683 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,683 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,683 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- -2024-06-13 20:22:09,683 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000143 (01/35/00) - Connection #35 tested: OK -2024-06-13 20:22:09,730 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/35/00) - Connection #35 tested: OK -2024-06-13 20:22:09,730 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [INFO] - haveEvectionList : [[]] -2024-06-13 20:22:09,730 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,730 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,730 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordAbnormalParam clcokInTimeList:[ClockPointDTO(classTime=2024-06-11 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:52:10, id=6386, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 11:03:05, classSegmentType=0, clockTime={signtime=11:03:05, id=6387, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 11:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 11:34, classSegmentType=0, clockTime={signtime=11:14:46, id=6388, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 17:15, pointType=END, timeType=EQUAL, elasticTime=2024-06-11 17:01:29, classSegmentType=2, clockTime={signtime=17:01:29, id=6389, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 18:45, pointType=START, timeType=BEFORE, elasticTime=2024-06-11 18:32, classSegmentType=2, clockTime={signtime=17:17:06, id=6390, userid=31, signdate=2024-06-11}, record=true), ClockPointDTO(classTime=2024-06-11 20:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=2, clockTime={signtime=22:29:38, id=6391, userid=31, signdate=2024-06-11}, record=true)],attendanceItems size :48,scheduleResult :[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],analysisDate:[2024-06-11],userId:[31],rqlx:[0],modeId:[{}] -2024-06-13 20:22:09,730 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [INFO] - abnormalClockInList : [[]] -2024-06-13 20:22:09,730 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 请假后消除的异常 : [[]] -2024-06-13 20:22:09,730 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - 出差外出后消除的异常 : [[]] -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,745 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,745 [main] [com.engine.attendance.attendanceanalysis.cmd.item.WorkOvertimeItemCmd] [INFO] - WorkOvertimeItemCmd attendanceItems : [[]] -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,745 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - removeAskForLeave scheduleResult:[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}],askForLeaveList:[],askForLeaveItems:{},offsetAskForLeaveAnomaly:[] -2024-06-13 20:22:09,745 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [INFO] - abnormalTime : 0.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=8.0, classInfo=[{edsc=8.00, fgsjd=10:36, tqdkfzs=60, sfkt=0, dtjssj=11:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=1, sfxx=0, edxss=3.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=11:34, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:03:05, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=16:30, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=11:45, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=17:15, dtsfdx=0, dtzddxfz=15, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=0.75, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=16:30, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=18:32, dtsfdx=1, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=5, jsdk=0, sfxx=0, edxss=1.50, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=17:01:29, thdkfzs=0, rqlx=0}, {edsc=8.00, fgsjd=10:36, tqdkfzs=, sfkt=0, dtjssj=20:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=2, jsdk=1, sfxx=0, edxss=1.25, btgz=0, bcxx=14, dxhs=5, bcsdxx=08:00-11:15|11:45-16:30|, dtkssj=18:45, thdkfzs=240, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-06-11 07:52:10, j2=2024-06-11 11:14:46, j3=2024-06-11 17:17:06, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-06-11 11:03:05, j8=NULL, c2=2024-06-11 17:01:29, c3=2024-06-11 22:29:38, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-06-11, userId=31, recordData=[], rqlx=0} -2024-06-13 20:22:09,745 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000144 (00/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- -2024-06-13 20:22:09,745 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker -2024-06-13 20:22:09,761 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000144 (01/36/00) - Connection #36 tested: OK -2024-06-13 20:22:09,793 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/36/00) - Connection #36 tested: OK -2024-06-13 20:22:09,793 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [INFO] - update sql : update uf_jcl_kq_cqjg set cqsc=8.0,cqzt=0,fxrq='2024-06-13 20:22:09',rqlx=0,sfxx=0,bc=14,bcbdxx='08:00-11:15|11:45-16:30|',xm1=NULL,sc1=NULL,xm2=NULL,sc2=NULL,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-06-11 07:52:10',j2='2024-06-11 11:14:46',j3='2024-06-11 17:17:06',j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-06-11 11:03:05',j8=NULL,c2='2024-06-11 17:01:29',c3='2024-06-11 22:29:38',c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? -2024-06-13 20:22:09,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000145 (01/36/00) - Connection #2 tested: OK -2024-06-13 20:22:09,824 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000146 (02/36/00) - Connection #1 tested: OK -2024-06-13 20:22:09,839 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-13 20:22:09,839 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-13 20:22:09,839 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-13 20:22:09,839 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-13 20:22:09,839 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-13 20:22:09,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (02/36/00) - Connection #1 tested: OK -2024-06-13 20:22:09,902 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... -2024-06-13 20:22:09,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/36/00) - Connection #2 tested: OK -2024-06-13 20:22:09,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000147 (01/36/00) - Connection #3 tested: OK -2024-06-13 20:22:10,089 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000148 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:10,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/37/00) - Connection #3 tested: OK -2024-06-13 20:22:10,230 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000148 (01/37/00) - Connection #4 tested: OK -2024-06-13 20:22:10,230 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000149 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:10,370 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000149 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:10,386 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #4 - autoCommit reset back to true -2024-06-13 20:22:10,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/39/00) - Connection #4 tested: OK -2024-06-13 20:22:10,401 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- -2024-06-13 20:22:10,401 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - - -2024-06-13 20:22:10,401 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000149 (01/39/00) - Connection #5 tested: OK -2024-06-13 20:22:10,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/39/00) - Connection #5 tested: OK -2024-06-13 20:22:10,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000150 (01/39/00) - Connection #6 tested: OK -2024-06-13 20:22:10,479 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/39/00) - Connection #6 tested: OK -2024-06-13 20:22:10,495 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000151 (01/39/00) - Connection #7 tested: OK -2024-06-13 20:22:10,526 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/39/00) - Connection #7 tested: OK -2024-06-13 20:22:10,526 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] -2024-06-13 20:22:10,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000152 (01/39/00) - Connection #8 tested: OK -2024-06-13 20:22:10,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/39/00) - Connection #8 tested: OK -2024-06-13 20:22:10,573 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 20:22:10,573 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 20:22:10,573 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 20:22:10,573 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] -2024-06-13 20:22:10,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000153 (01/39/00) - Connection #9 tested: OK -2024-06-13 20:22:10,682 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/39/00) - Connection #9 tested: OK -2024-06-13 20:22:10,682 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 -2024-06-13 20:22:10,682 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 57 -2024-06-13 20:22:10,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000154 (01/39/00) - Connection #10 tested: OK -2024-06-13 20:22:10,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/39/00) - Connection #10 tested: OK -2024-06-13 20:22:10,745 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000155 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:10,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000155 (01/40/00) - Connection #11 tested: OK -2024-06-13 20:22:10,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/40/00) - Connection #11 tested: OK -2024-06-13 20:22:10,776 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 20:22:10,776 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 20:22:10,776 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 20:22:10,792 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000156 (01/40/00) - Connection #12 tested: OK -2024-06-13 20:22:10,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/40/00) - Connection #12 tested: OK -2024-06-13 20:22:10,823 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 -2024-06-13 20:22:10,823 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 1 -2024-06-13 20:22:10,838 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 20:22:10,854 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000157 (01/40/00) - Connection #13 tested: OK -2024-06-13 20:22:10,870 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000158 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:10,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/41/00) - Connection #13 tested: OK -2024-06-13 20:22:10,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000158 (01/41/00) - Connection #14 tested: OK -2024-06-13 20:22:10,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/41/00) - Connection #14 tested: OK -2024-06-13 20:22:10,917 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] -2024-06-13 20:22:10,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000159 (01/41/00) - Connection #15 tested: OK -2024-06-13 20:22:10,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/41/00) - Connection #15 tested: OK -2024-06-13 20:22:10,963 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 -2024-06-13 20:22:10,963 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] -2024-06-13 20:22:10,963 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000160 (01/41/00) - Connection #16 tested: OK -2024-06-13 20:22:10,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/41/00) - Connection #16 tested: OK -2024-06-13 20:22:10,995 [main] [com.engine.common.util.CommonUtil] [INFO] - getPersonnelGroupingByPerson filter sql : select id,seclevel from hrmresource where 1=1 and departmentid='13' or departmentid='9' or departmentid='14' -2024-06-13 20:22:11,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000161 (01/41/00) - Connection #17 tested: OK -2024-06-13 20:22:11,042 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000162 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,057 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/42/00) - Connection #17 tested: OK -2024-06-13 20:22:11,057 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupId : 2, empIdsByGroup : [44, 55, 45, 56, 46, 36, 47, 37, 38, 39, 81, 40, 41, 42, 43] -2024-06-13 20:22:11,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000162 (01/42/00) - Connection #18 tested: OK -2024-06-13 20:22:11,120 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/42/00) - Connection #18 tested: OK -2024-06-13 20:22:11,120 [main] [com.engine.common.util.CommonUtil] [INFO] - querySql : select * from hrmresource where id in (44,55,45,56,46,36,47,37,38,39,81,40,41,42,43) and seclevel >= 0 and seclevel <= 100 -2024-06-13 20:22:11,120 [main] [com.engine.common.util.CommonUtil] [INFO] - datas.size : 15 -2024-06-13 20:22:11,120 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 20:22:11,120 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 20:22:11,135 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000163 (01/42/00) - Connection #19 tested: OK -2024-06-13 20:22:11,151 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000164 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/43/00) - Connection #19 tested: OK -2024-06-13 20:22:11,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000164 (01/43/00) - Connection #20 tested: OK -2024-06-13 20:22:11,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/43/00) - Connection #20 tested: OK -2024-06-13 20:22:11,229 [main] [com.engine.common.util.CommonUtil] [INFO] - empIdInfos : [] -2024-06-13 20:22:11,229 [main] [com.engine.common.util.CommonUtil] [INFO] - empGroupIdInfos : [] -2024-06-13 20:22:11,229 [main] [com.engine.common.util.CommonUtil] [INFO] - depIdInfos : [] -2024-06-13 20:22:11,229 [main] [com.engine.common.util.CommonUtil] [INFO] - subCompanyIdInfos : [] -2024-06-13 20:22:11,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000165 (01/43/00) - Connection #21 tested: OK -2024-06-13 20:22:11,276 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000166 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,292 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/44/00) - Connection #21 tested: OK -2024-06-13 20:22:11,307 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000166 (01/44/00) - Connection #22 tested: OK -2024-06-13 20:22:11,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/44/00) - Connection #22 tested: OK -2024-06-13 20:22:11,341 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000167 (01/44/00) - Connection #23 tested: OK -2024-06-13 20:22:11,373 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/44/00) - Connection #23 tested: OK -2024-06-13 20:22:11,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000168 (01/44/00) - Connection #24 tested: OK -2024-06-13 20:22:11,419 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000169 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/45/00) - Connection #24 tested: OK -2024-06-13 20:22:11,419 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 -2024-06-13 20:22:11,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000169 (01/45/00) - Connection #25 tested: OK -2024-06-13 20:22:11,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/45/00) - Connection #25 tested: OK -2024-06-13 20:22:11,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000170 (01/45/00) - Connection #26 tested: OK -2024-06-13 20:22:11,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/45/00) - Connection #26 tested: OK -2024-06-13 20:22:11,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000171 (01/45/00) - Connection #27 tested: OK -2024-06-13 20:22:11,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/45/00) - Connection #27 tested: OK -2024-06-13 20:22:11,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000172 (01/45/00) - Connection #28 tested: OK -2024-06-13 20:22:11,576 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/45/00) - Connection #28 tested: OK -2024-06-13 20:22:11,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000173 (01/45/00) - Connection #29 tested: OK -2024-06-13 20:22:11,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/45/00) - Connection #29 tested: OK -2024-06-13 20:22:11,638 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 -2024-06-13 20:22:11,654 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000174 (01/45/00) - Connection #30 tested: OK -2024-06-13 20:22:11,794 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (01/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,951 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000175 (01/46/00) - Connection #30 tested: OK -2024-06-13 20:22:11,951 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (01/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:11,951 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-06-11' and rq <= '2024-06-11' and yg in (31) and bc in (1,2,3) -2024-06-13 20:22:11,966 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-13 20:22:12,310 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:12,422 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:12,610 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/49/00) - #0050 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/48/00) - #0049 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/47/00) - #0048 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/46/00) - #0047 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/45/00) - #0046 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/44/00) - #0045 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/43/00) - #0044 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/42/00) - #0043 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/41/00) - #0042 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/40/00) - #0041 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/39/00) - #0040 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/38/00) - #0039 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/37/00) - #0038 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/36/00) - #0037 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/35/00) - #0036 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/34/00) - #0035 removed because of shutdown. -2024-06-13 20:22:12,610 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/33/00) - #0034 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/32/00) - #0033 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/31/00) - #0032 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/30/00) - #0031 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/29/00) - #0030 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/28/00) - #0029 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/27/00) - #0028 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/26/00) - #0027 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/25/00) - #0026 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/24/00) - #0025 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/23/00) - #0024 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/22/00) - #0023 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/21/00) - #0022 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/20/00) - #0021 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/19/00) - #0020 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/18/00) - #0019 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/17/00) - #0018 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/16/00) - #0017 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/15/00) - #0016 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/14/00) - #0015 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/13/00) - #0014 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/12/00) - #0013 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/11/00) - #0012 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/10/00) - #0011 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/09/00) - #0010 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/08/00) - #0009 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/07/00) - #0008 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/06/00) - #0007 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/05/00) - #0006 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/04/00) - #0005 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/03/00) - #0004 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/02/00) - #0003 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/01/00) - #0001 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000175 (00/00/00) - #0002 removed because of shutdown. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 15 milliseconds. -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-13 20:22:12,625 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread -2024-06-14 11:02:33,174 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... -2024-06-14 11:02:33,174 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-19 09:42:19,660 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 09:42:20,378 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 09:42:20,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 09:42:20,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 09:42:20,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 09:42:20,379 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 09:42:20,380 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 09:42:20,382 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 09:42:20,383 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 09:42:20,384 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 09:42:20,385 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 09:42:20,386 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 09:42:20,387 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 09:42:20,388 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 09:42:20,389 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 09:42:20,408 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 09:42:20,410 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 09:42:20,412 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 09:42:21,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 09:42:21,331 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 09:42:21,383 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 09:42:21,383 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 09:42:21,429 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 09:42:21,429 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 09:42:21,429 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 09:42:21,430 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:21,430 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 09:42:21,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 09:42:21,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 09:42:21,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 09:42:21,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 09:42:21,576 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 09:42:21,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 09:42:21,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 09:42:21,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 09:42:21,577 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 09:42:21,665 [main] [A2] [INFO] - rootPath == +2024-06-19 09:42:21,665 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 09:42:21,667 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 09:42:21,668 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 09:42:21,719 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 09:42:21,740 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 09:42:21,740 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 09:42:21,740 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 09:42:21,740 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 09:42:21,741 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 09:42:21,741 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 09:42:21,741 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 09:42:21,841 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 09:42:21,843 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 09:42:21,886 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:21,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 09:42:22,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 09:42:22,114 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 09:42:22,139 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 09:42:22,140 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 09:42:22,140 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1889141079.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 09:42:22,140 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 09:42:22,140 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 09:42:22,140 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 09:42:22,211 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 09:42:22,212 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 09:42:22,212 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 09:42:22,212 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 09:42:22,212 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 09:42:22,218 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 09:42:22,221 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 09:42:22,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 09:42:22,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 09:42:22,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 09:42:22,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 09:42:22,225 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@290b1b2e +2024-06-19 09:42:22,226 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 09:42:22,229 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (01/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:22,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/04/00) - Connection #4 tested: OK +2024-06-19 09:42:22,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #4 tested: OK +2024-06-19 09:42:22,419 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 09:42:22,521 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #2 tested: OK +2024-06-19 09:42:22,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 09:42:22,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 09:42:22,678 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:22,757 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #1 tested: OK +2024-06-19 09:42:22,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #3 tested: OK +2024-06-19 09:42:22,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #3 tested: OK +2024-06-19 09:42:22,949 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #4 tested: OK +2024-06-19 09:42:23,049 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #4 tested: OK +2024-06-19 09:42:23,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #5 tested: OK +2024-06-19 09:42:23,159 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:23,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #5 tested: OK +2024-06-19 09:42:23,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #6 tested: OK +2024-06-19 09:42:23,342 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #6 tested: OK +2024-06-19 09:42:23,390 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #2 tested: OK +2024-06-19 09:42:23,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #2 tested: OK +2024-06-19 09:42:23,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #1 tested: OK +2024-06-19 09:42:23,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #1 tested: OK +2024-06-19 09:42:23,645 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:23,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #3 tested: OK +2024-06-19 09:42:23,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #3 tested: OK +2024-06-19 09:42:23,850 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #4 tested: OK +2024-06-19 09:42:23,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #4 tested: OK +2024-06-19 09:42:23,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #5 tested: OK +2024-06-19 09:42:24,038 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:24,094 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #5 tested: OK +2024-06-19 09:42:24,151 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #6 tested: OK +2024-06-19 09:42:24,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #6 tested: OK +2024-06-19 09:42:24,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #7 tested: OK +2024-06-19 09:42:24,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #7 tested: OK +2024-06-19 09:42:24,472 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #8 tested: OK +2024-06-19 09:42:24,521 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:24,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #8 tested: OK +2024-06-19 09:42:24,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #9 tested: OK +2024-06-19 09:42:24,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #9 tested: OK +2024-06-19 09:42:24,760 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #2 tested: OK +2024-06-19 09:42:24,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #2 tested: OK +2024-06-19 09:42:24,893 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #1 tested: OK +2024-06-19 09:42:24,999 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:25,001 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #1 tested: OK +2024-06-19 09:42:25,056 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #3 tested: OK +2024-06-19 09:42:25,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #3 tested: OK +2024-06-19 09:42:25,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #4 tested: OK +2024-06-19 09:42:25,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #4 tested: OK +2024-06-19 09:42:25,356 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #5 tested: OK +2024-06-19 09:42:25,454 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #5 tested: OK +2024-06-19 09:42:25,501 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #6 tested: OK +2024-06-19 09:42:25,568 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000025 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:25,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #6 tested: OK +2024-06-19 09:42:25,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #7 tested: OK +2024-06-19 09:42:25,754 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #7 tested: OK +2024-06-19 09:42:25,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #8 tested: OK +2024-06-19 09:42:25,887 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #8 tested: OK +2024-06-19 09:42:25,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #9 tested: OK +2024-06-19 09:42:25,990 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:26,039 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #9 tested: OK +2024-06-19 09:42:26,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #10 tested: OK +2024-06-19 09:42:26,211 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #10 tested: OK +2024-06-19 09:42:26,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #11 tested: OK +2024-06-19 09:42:26,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #11 tested: OK +2024-06-19 09:42:26,483 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:26,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #12 tested: OK +2024-06-19 09:42:26,598 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #12 tested: OK +2024-06-19 09:42:26,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #13 tested: OK +2024-06-19 09:42:26,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #13 tested: OK +2024-06-19 09:42:26,813 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #2 tested: OK +2024-06-19 09:42:26,927 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:26,933 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #2 tested: OK +2024-06-19 09:42:26,940 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:26,942 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 09:42:26,943 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:27,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #1 tested: OK +2024-06-19 09:42:27,181 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #1 tested: OK +2024-06-19 09:42:27,224 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #3 tested: OK +2024-06-19 09:42:27,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #3 tested: OK +2024-06-19 09:42:27,369 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #4 tested: OK +2024-06-19 09:42:27,377 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:27,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #4 tested: OK +2024-06-19 09:42:27,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #5 tested: OK +2024-06-19 09:42:27,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #5 tested: OK +2024-06-19 09:42:27,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #6 tested: OK +2024-06-19 09:42:27,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #6 tested: OK +2024-06-19 09:42:27,811 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 09:42:27,812 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 09:42:27,812 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 09:42:27,831 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:27,879 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #7 tested: OK +2024-06-19 09:42:28,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #7 tested: OK +2024-06-19 09:42:28,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #8 tested: OK +2024-06-19 09:42:28,232 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #8 tested: OK +2024-06-19 09:42:28,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #9 tested: OK +2024-06-19 09:42:28,355 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:28,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #9 tested: OK +2024-06-19 09:42:28,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 09:42:28,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:28,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:28,408 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 09:42:28,408 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:28,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #10 tested: OK +2024-06-19 09:42:28,575 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #10 tested: OK +2024-06-19 09:42:28,641 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #11 tested: OK +2024-06-19 09:42:28,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #11 tested: OK +2024-06-19 09:42:28,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #12 tested: OK +2024-06-19 09:42:28,879 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000044 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:28,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #12 tested: OK +2024-06-19 09:42:28,920 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 09:42:28,920 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 09:42:28,920 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:28,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:28,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 09:42:28,927 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:28,927 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-19 09:42:28,982 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #13 tested: OK +2024-06-19 09:42:29,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #13 tested: OK +2024-06-19 09:42:29,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #14 tested: OK +2024-06-19 09:42:29,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #14 tested: OK +2024-06-19 09:42:29,233 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 09:42:29,233 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 09:42:29,234 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 09:42:29,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #15 tested: OK +2024-06-19 09:42:29,386 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #15 tested: OK +2024-06-19 09:42:29,386 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 09:42:29,386 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 09:42:29,395 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000047 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:29,437 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #16 tested: OK +2024-06-19 09:42:29,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #16 tested: OK +2024-06-19 09:42:29,547 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 09:42:29,596 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #17 tested: OK +2024-06-19 09:42:29,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #17 tested: OK +2024-06-19 09:42:29,699 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 09:42:29,700 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 09:42:29,700 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:29,700 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 09:42:29,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #18 tested: OK +2024-06-19 09:42:29,858 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #18 tested: OK +2024-06-19 09:42:29,874 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:29,913 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #19 tested: OK +2024-06-19 09:42:30,002 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #19 tested: OK +2024-06-19 09:42:30,054 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #20 tested: OK +2024-06-19 09:42:30,157 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #20 tested: OK +2024-06-19 09:42:30,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #2 tested: OK +2024-06-19 09:42:30,315 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #2 tested: OK +2024-06-19 09:42:30,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #1 tested: OK +2024-06-19 09:42:30,361 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:30,453 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #1 tested: OK +2024-06-19 09:42:30,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #3 tested: OK +2024-06-19 09:42:30,604 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #3 tested: OK +2024-06-19 09:42:30,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #4 tested: OK +2024-06-19 09:42:30,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #4 tested: OK +2024-06-19 09:42:30,805 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #5 tested: OK +2024-06-19 09:42:30,877 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:30,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #5 tested: OK +2024-06-19 09:42:30,976 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #6 tested: OK +2024-06-19 09:42:31,095 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #6 tested: OK +2024-06-19 09:42:31,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #7 tested: OK +2024-06-19 09:42:31,283 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #7 tested: OK +2024-06-19 09:42:31,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #8 tested: OK +2024-06-19 09:42:31,358 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:31,431 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #8 tested: OK +2024-06-19 09:42:31,481 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #9 tested: OK +2024-06-19 09:42:31,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #9 tested: OK +2024-06-19 09:42:31,641 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #10 tested: OK +2024-06-19 09:42:31,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #10 tested: OK +2024-06-19 09:42:31,787 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #11 tested: OK +2024-06-19 09:42:31,832 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:31,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #11 tested: OK +2024-06-19 09:42:31,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #12 tested: OK +2024-06-19 09:42:32,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #12 tested: OK +2024-06-19 09:42:32,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:32,079 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 09:42:32,079 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:32,141 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #13 tested: OK +2024-06-19 09:42:32,281 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #13 tested: OK +2024-06-19 09:42:32,320 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000065 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:32,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #14 tested: OK +2024-06-19 09:42:32,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #14 tested: OK +2024-06-19 09:42:32,496 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #15 tested: OK +2024-06-19 09:42:32,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #15 tested: OK +2024-06-19 09:42:32,597 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 09:42:32,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 09:42:32,597 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:32,597 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-19 09:42:32,597 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-19 09:42:32,597 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-19 09:42:32,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:32,605 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 09:42:32,605 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:32,606 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-19 09:42:32,607 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 09:42:32,607 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:32,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #16 tested: OK +2024-06-19 09:42:32,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #16 tested: OK +2024-06-19 09:42:32,817 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:32,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #17 tested: OK +2024-06-19 09:42:32,921 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #17 tested: OK +2024-06-19 09:42:32,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:32,928 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 09:42:32,928 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:32,987 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #18 tested: OK +2024-06-19 09:42:33,086 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #18 tested: OK +2024-06-19 09:42:33,087 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 09:42:33,087 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,087 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,094 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 09:42:33,094 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,142 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #19 tested: OK +2024-06-19 09:42:33,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #19 tested: OK +2024-06-19 09:42:33,269 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 09:42:33,269 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,269 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,272 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,273 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 09:42:33,273 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,273 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 09:42:33,274 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-19 09:42:33,275 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-19 09:42:33,280 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 09:42:33,281 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,281 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,283 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (00/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:33,297 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,297 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 09:42:33,297 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,298 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 09:42:33,298 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,298 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,302 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 09:42:33,302 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 09:42:33,302 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-19 09:42:33,303 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-19 09:42:33,303 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 09:42:33,304 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,304 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 09:42:33,304 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,306 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,306 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,307 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,308 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 09:42:33,308 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,308 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 09:42:33,309 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,309 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,310 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-19 09:42:33,310 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-19 09:42:33,311 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 09:42:33,311 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,312 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 09:42:33,312 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,312 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,312 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=false, itemduration=1.0, pointTime=2024-05-03 12:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-03 18:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}]] +2024-06-19 09:42:33,313 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 09:42:33,313 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 09:42:33,315 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,316 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 09:42:33,316 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,317 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 09:42:33,317 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-19 09:42:33,317 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 09:42:33,319 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-19 09:42:33,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 09:42:33,319 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,321 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:33,321 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 09:42:33,321 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:42:33,321 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-19 09:42:33,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #20 tested: OK +2024-06-19 09:42:33,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #20 tested: OK +2024-06-19 09:42:33,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/27/00) - Connection #21 tested: OK +2024-06-19 09:42:33,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/00) - Connection #21 tested: OK +2024-06-19 09:42:33,757 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:34,203 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:34,362 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-19 09:42:34,362 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[61bd8445-06dc-446a-92bc-020d6e73d5ac, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-19, 0.00000, 81-2024-06-19, 09:42:34, 2024-09-01]] +2024-06-19 09:42:34,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #22 tested: OK +2024-06-19 09:42:34,516 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/29/00) - Connection #23 tested: OK +2024-06-19 09:42:34,526 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 09:42:34,526 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 09:42:34,526 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 09:42:34,526 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 09:42:34,527 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 09:42:34,641 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/29/00) - Connection #23 tested: OK +2024-06-19 09:42:34,711 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:42:34,712 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 09:42:34,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #22 tested: OK +2024-06-19 09:42:34,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #24 tested: OK +2024-06-19 09:42:34,923 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #24 tested: OK +2024-06-19 09:42:34,924 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-19 09:42:34,924 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[0b7d9bd0-38c3-4128-bf66-7ea0603a69f7, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-19, 4, 81-2024-06-19, 1, 2024-05-03, 2024-05-03, 2.5, 09:42:34]] +2024-06-19 09:42:34,987 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #25 tested: OK +2024-06-19 09:42:35,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #25 tested: OK +2024-06-19 09:42:35,076 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 09:42:35,076 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:35,081 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:42:35,081 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 09:42:35,081 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:43:30,683 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 420.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 09:43:30,685 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 09:43:30,685 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:43:30,686 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=1.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-03 18:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-19 09:43:30,692 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 09:43:30,692 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 09:43:30,692 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 09:43:30,752 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #26 tested: OK +2024-06-19 09:43:30,775 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 09:43:30,801 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 09:43:30,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #26 tested: OK +2024-06-19 09:43:30,872 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=1.0,cqzt=1,fxrq='2024-06-19 09:43:30',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 10:31:10,569 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 10:31:10,572 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) >> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 -2024-06-14 11:02:33,174 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... -2024-06-14 11:02:33,174 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +2024-06-19 10:31:10,572 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 10:31:10,573 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - >> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd >> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd >> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd @@ -12339,362 +8926,4676 @@ java.sql.SQLException: Couldn't perform the operation prepareStatement: You can' >> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd >> target:com.engine.workflowDesign.cmd.DoSaveLayout >> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd -2024-06-14 11:02:33,174 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties -2024-06-14 11:02:33,705 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties -2024-06-14 11:02:33,721 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook -2024-06-14 11:02:33,721 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper -2024-06-14 11:02:33,737 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread -2024-06-14 11:02:34,705 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false -2024-06-14 11:02:34,721 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 -2024-06-14 11:02:34,721 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 -2024-06-14 11:02:34,721 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl -2024-06-14 11:02:34,736 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} -2024-06-14 11:02:34,736 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-14 11:02:34,736 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) -2024-06-14 11:02:34,736 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE -2024-06-14 11:02:34,736 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:35,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK -2024-06-14 11:02:35,189 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener -2024-06-14 11:02:35,221 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection -2024-06-14 11:02:35,236 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000001 (01/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:35,299 [main] [A2] [INFO] - rootPath == -2024-06-14 11:02:35,299 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties -2024-06-14 11:02:35,299 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] -2024-06-14 11:02:35,299 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology -2024-06-14 11:02:35,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/04/00) - Connection #2 tested: OK -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper -2024-06-14 11:02:35,674 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable -2024-06-14 11:02:35,705 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:35,736 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false -2024-06-14 11:02:35,736 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... -2024-06-14 11:02:35,736 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/05/00) - Connection #2 tested: OK -2024-06-14 11:02:35,783 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:36,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/06/00) - Connection #3 tested: OK -2024-06-14 11:02:36,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/06/00) - Connection #3 tested: OK -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1207536075.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\testAgent\intellij-coverage-agent-1.0.589.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 -2024-06-14 11:02:36,200 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 -2024-06-14 11:02:36,216 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider -2024-06-14 11:02:36,247 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@58695725 -2024-06-14 11:02:36,263 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] -2024-06-14 11:02:36,263 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:36,278 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/08/00) - Connection #4 tested: OK -2024-06-14 11:02:36,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/08/00) - Connection #4 tested: OK -2024-06-14 11:02:36,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/08/00) - Connection #5 tested: OK -2024-06-14 11:02:36,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/08/00) - Connection #5 tested: OK -2024-06-14 11:02:36,731 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:36,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/09/00) - Connection #1 tested: OK -2024-06-14 11:02:36,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/09/00) - Connection #6 tested: OK -2024-06-14 11:02:36,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/09/00) - Connection #6 tested: OK -2024-06-14 11:02:36,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/09/00) - Connection #7 tested: OK -2024-06-14 11:02:36,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/09/00) - Connection #7 tested: OK -2024-06-14 11:02:36,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/09/00) - Connection #8 tested: OK -2024-06-14 11:02:36,857 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000008 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:36,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/10/00) - Connection #8 tested: OK -2024-06-14 11:02:36,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/10/00) - Connection #9 tested: OK -2024-06-14 11:02:36,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/10/00) - Connection #9 tested: OK -2024-06-14 11:02:36,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/10/00) - Connection #10 tested: OK -2024-06-14 11:02:37,317 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/10/00) - Connection #10 tested: OK -2024-06-14 11:02:37,317 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:37,317 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/11/00) - Connection #1 tested: OK -2024-06-14 11:02:37,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/11/00) - Connection #1 tested: OK -2024-06-14 11:02:37,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/11/00) - Connection #2 tested: OK -2024-06-14 11:02:37,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/11/00) - Connection #2 tested: OK -2024-06-14 11:02:37,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/11/00) - Connection #3 tested: OK -2024-06-14 11:02:37,364 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:37,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/12/00) - Connection #3 tested: OK -2024-06-14 11:02:37,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/12/00) - Connection #4 tested: OK -2024-06-14 11:02:37,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/12/00) - Connection #4 tested: OK -2024-06-14 11:02:37,396 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/12/00) - Connection #5 tested: OK -2024-06-14 11:02:37,817 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:37,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/13/00) - Connection #5 tested: OK -2024-06-14 11:02:37,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/13/00) - Connection #6 tested: OK -2024-06-14 11:02:37,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/13/00) - Connection #6 tested: OK -2024-06-14 11:02:37,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/13/00) - Connection #7 tested: OK -2024-06-14 11:02:37,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/13/00) - Connection #7 tested: OK -2024-06-14 11:02:37,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/13/00) - Connection #8 tested: OK -2024-06-14 11:02:37,864 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:37,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/14/00) - Connection #8 tested: OK -2024-06-14 11:02:37,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/14/00) - Connection #9 tested: OK -2024-06-14 11:02:37,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/14/00) - Connection #9 tested: OK -2024-06-14 11:02:37,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/14/00) - Connection #10 tested: OK -2024-06-14 11:02:37,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/14/00) - Connection #10 tested: OK -2024-06-14 11:02:38,333 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:38,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/15/00) - Connection #11 tested: OK -2024-06-14 11:02:38,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/15/00) - Connection #11 tested: OK -2024-06-14 11:02:38,349 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/15/00) - Connection #12 tested: OK -2024-06-14 11:02:38,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/15/00) - Connection #12 tested: OK -2024-06-14 11:02:38,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/15/00) - Connection #13 tested: OK -2024-06-14 11:02:38,380 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:38,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/16/00) - Connection #13 tested: OK -2024-06-14 11:02:38,395 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/16/00) - Connection #14 tested: OK -2024-06-14 11:02:38,395 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/16/00) - Connection #14 tested: OK -2024-06-14 11:02:38,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/16/00) - Connection #15 tested: OK -2024-06-14 11:02:38,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/16/00) - Connection #15 tested: OK -2024-06-14 11:02:38,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/16/00) - Connection #16 tested: OK -2024-06-14 11:02:38,427 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:38,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/17/00) - Connection #16 tested: OK -2024-06-14 11:02:38,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/17/00) - Connection #17 tested: OK -2024-06-14 11:02:38,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/17/00) - Connection #17 tested: OK -2024-06-14 11:02:38,880 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/17/00) - Connection #1 tested: OK -2024-06-14 11:02:38,880 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:38,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/18/00) - Connection #1 tested: OK -2024-06-14 11:02:38,895 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/18/00) - Connection #2 tested: OK -2024-06-14 11:02:38,911 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/18/00) - Connection #2 tested: OK -2024-06-14 11:02:38,926 [main] [com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction] [ERROR] - execute fail,catch error: [{}] -java.lang.NullPointerException - at com.engine.common.util.ParamUtil.request2Map(ParamUtil.java:19) - at com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction.getSchedulingData(AttendanceanalysisAction.java:45) - at TestAttendanceAllowance.Test.testAnalysis(Test.java:27) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:497) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) - at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) -2024-06-14 11:02:38,942 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:38,958 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook -2024-06-14 11:02:39,395 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:39,862 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:39,924 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:40,377 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:40,439 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:40,908 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:40,955 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:41,424 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:41,470 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:41,924 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:42,085 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:42,534 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:42,581 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:43,041 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:43,134 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:43,603 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:43,650 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:44,119 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:44,572 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:44,634 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:44,681 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:45,128 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:45,175 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:45,628 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:45,675 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:46,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:46,190 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:46,643 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:46,690 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:47,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:47,299 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE -2024-06-14 11:02:47,299 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] -2024-06-14 11:02:47,299 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/49/00) - #0050 removed because of shutdown. -2024-06-14 11:02:47,299 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/48/00) - #0049 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/47/00) - #0048 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/46/00) - #0047 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/45/00) - #0046 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/44/00) - #0045 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/43/00) - #0044 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/42/00) - #0043 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/41/00) - #0042 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/40/00) - #0041 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/39/00) - #0040 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/38/00) - #0039 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/37/00) - #0038 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/36/00) - #0037 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/35/00) - #0036 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/34/00) - #0035 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/33/00) - #0034 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/32/00) - #0033 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/31/00) - #0032 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/30/00) - #0031 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/29/00) - #0030 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/28/00) - #0029 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/27/00) - #0028 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/26/00) - #0027 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/25/00) - #0026 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/24/00) - #0025 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/23/00) - #0024 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/22/00) - #0023 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/21/00) - #0022 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/20/00) - #0021 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/19/00) - #0020 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/18/00) - #0019 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/17/00) - #0018 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/16/00) - #0017 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/15/00) - #0016 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/14/00) - #0015 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/13/00) - #0014 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/12/00) - #0013 removed because of shutdown. -2024-06-14 11:02:47,315 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/11/00) - #0012 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/10/00) - #0011 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/09/00) - #0010 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/08/00) - #0009 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/07/00) - #0008 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/06/00) - #0007 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/05/00) - #0006 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/04/00) - #0005 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/03/00) - #0004 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/02/00) - #0003 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/01/00) - #0002 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (00/00/00) - #0001 removed because of shutdown. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 31 milliseconds. -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread -2024-06-14 11:02:47,330 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-19 10:31:10,574 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 10:31:11,222 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:31:11,222 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 10:31:11,222 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 10:31:11,222 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 10:31:11,223 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 10:31:11,224 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 10:31:11,225 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 10:31:11,226 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 10:31:11,227 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 10:31:11,228 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 10:31:11,229 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 10:31:11,230 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 10:31:11,231 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 10:31:11,231 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 10:31:11,231 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 10:31:11,231 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 10:31:11,231 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 10:31:11,232 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 10:31:11,256 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 10:31:11,258 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 10:31:11,260 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 10:31:12,147 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 10:31:12,248 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 10:31:12,313 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 10:31:12,313 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 10:31:12,358 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 10:31:12,358 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:31:12,358 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:31:12,358 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 10:31:12,358 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:12,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 10:31:12,524 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 10:31:12,524 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 10:31:12,524 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:31:12,524 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 10:31:12,524 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 10:31:12,525 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:31:12,525 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 10:31:12,525 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 10:31:12,620 [main] [A2] [INFO] - rootPath == +2024-06-19 10:31:12,620 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 10:31:12,622 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 10:31:12,624 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 10:31:12,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 10:31:12,703 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 10:31:12,703 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:31:12,703 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:31:12,703 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 10:31:12,703 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:31:12,704 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:31:12,704 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:31:12,797 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 10:31:12,798 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 10:31:12,848 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:12,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:31:13,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:31:13,136 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:31:13,160 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 10:31:13,160 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 10:31:13,160 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1154558833.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 10:31:13,160 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 10:31:13,160 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 10:31:13,161 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 10:31:13,209 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 10:31:13,209 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 10:31:13,209 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 10:31:13,209 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 10:31:13,209 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 10:31:13,210 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 10:31:13,210 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 10:31:13,210 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 10:31:13,210 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 10:31:13,210 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 10:31:13,217 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 10:31:13,221 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 10:31:13,222 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 10:31:13,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 10:31:13,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 10:31:13,223 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 10:31:13,226 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@3918c187 +2024-06-19 10:31:13,226 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 10:31:13,294 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:31:13,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:31:13,434 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (01/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:13,505 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:31:13,615 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:31:13,738 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 10:31:13,803 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-19 10:31:13,908 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:13,914 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-19 10:31:13,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:31:14,061 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:31:14,112 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-19 10:31:14,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-19 10:31:14,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-19 10:31:14,351 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:14,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #1 tested: OK +2024-06-19 10:31:14,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:31:14,521 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:31:14,577 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-19 10:31:14,693 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-19 10:31:14,738 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-19 10:31:14,831 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:14,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-19 10:31:14,886 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:31:15,001 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:31:15,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:31:15,206 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:31:15,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #2 tested: OK +2024-06-19 10:31:15,369 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:15,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-19 10:31:15,436 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-19 10:31:15,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-19 10:31:15,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:31:15,686 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:31:15,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #4 tested: OK +2024-06-19 10:31:15,877 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #4 tested: OK +2024-06-19 10:31:15,888 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:15,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:31:16,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:31:16,142 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-19 10:31:16,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-19 10:31:16,298 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #7 tested: OK +2024-06-19 10:31:16,368 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:16,406 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-19 10:31:16,451 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:31:16,580 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:31:16,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-19 10:31:16,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-19 10:31:16,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #10 tested: OK +2024-06-19 10:31:16,861 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:16,891 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-19 10:31:16,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #11 tested: OK +2024-06-19 10:31:17,050 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-19 10:31:17,108 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-19 10:31:17,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #2 tested: OK +2024-06-19 10:31:17,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #1 tested: OK +2024-06-19 10:31:17,376 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:17,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #1 tested: OK +2024-06-19 10:31:17,435 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #3 tested: OK +2024-06-19 10:31:17,552 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #3 tested: OK +2024-06-19 10:31:17,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #4 tested: OK +2024-06-19 10:31:17,737 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #4 tested: OK +2024-06-19 10:31:17,819 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #5 tested: OK +2024-06-19 10:31:17,883 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:17,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #5 tested: OK +2024-06-19 10:31:18,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #6 tested: OK +2024-06-19 10:31:18,131 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #6 tested: OK +2024-06-19 10:31:18,179 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #7 tested: OK +2024-06-19 10:31:18,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #7 tested: OK +2024-06-19 10:31:18,325 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:18,355 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #8 tested: OK +2024-06-19 10:31:18,459 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #8 tested: OK +2024-06-19 10:31:18,466 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:18,469 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 10:31:18,470 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:18,605 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #9 tested: OK +2024-06-19 10:31:18,727 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #9 tested: OK +2024-06-19 10:31:18,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #10 tested: OK +2024-06-19 10:31:18,790 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:18,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #10 tested: OK +2024-06-19 10:31:18,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #11 tested: OK +2024-06-19 10:31:19,060 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #11 tested: OK +2024-06-19 10:31:19,150 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #12 tested: OK +2024-06-19 10:31:19,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #12 tested: OK +2024-06-19 10:31:19,288 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:19,316 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #13 tested: OK +2024-06-19 10:31:19,429 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #13 tested: OK +2024-06-19 10:31:19,430 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 10:31:19,430 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 10:31:19,430 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:31:19,485 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #14 tested: OK +2024-06-19 10:31:19,585 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #14 tested: OK +2024-06-19 10:31:19,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #15 tested: OK +2024-06-19 10:31:19,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #15 tested: OK +2024-06-19 10:31:19,817 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:19,871 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #16 tested: OK +2024-06-19 10:31:19,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #16 tested: OK +2024-06-19 10:31:19,996 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 10:31:19,996 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:20,002 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:20,003 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 10:31:20,003 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:20,053 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #17 tested: OK +2024-06-19 10:31:20,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #17 tested: OK +2024-06-19 10:31:20,266 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #2 tested: OK +2024-06-19 10:31:20,305 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:20,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #2 tested: OK +2024-06-19 10:31:20,420 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #1 tested: OK +2024-06-19 10:31:20,514 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #1 tested: OK +2024-06-19 10:31:20,515 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 10:31:20,515 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 10:31:20,515 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:20,522 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:20,522 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 10:31:20,522 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:20,522 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-01, 2024-05-05, 81] +2024-06-19 10:31:20,555 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #3 tested: OK +2024-06-19 10:31:20,655 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #3 tested: OK +2024-06-19 10:31:20,712 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #4 tested: OK +2024-06-19 10:31:20,778 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:20,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #4 tested: OK +2024-06-19 10:31:20,818 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 10:31:20,818 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 10:31:20,819 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 10:31:20,897 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #5 tested: OK +2024-06-19 10:31:20,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #5 tested: OK +2024-06-19 10:31:20,991 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 10:31:20,991 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 10:31:21,060 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #6 tested: OK +2024-06-19 10:31:21,187 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #6 tested: OK +2024-06-19 10:31:21,188 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 10:31:21,236 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:21,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #7 tested: OK +2024-06-19 10:31:21,382 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #7 tested: OK +2024-06-19 10:31:21,388 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 10:31:21,388 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 10:31:21,388 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:21,389 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 10:31:21,451 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #8 tested: OK +2024-06-19 10:31:21,570 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #8 tested: OK +2024-06-19 10:31:21,620 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #9 tested: OK +2024-06-19 10:31:21,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #9 tested: OK +2024-06-19 10:31:21,745 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:21,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #10 tested: OK +2024-06-19 10:31:21,881 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #10 tested: OK +2024-06-19 10:31:21,941 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #11 tested: OK +2024-06-19 10:31:22,051 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #11 tested: OK +2024-06-19 10:31:22,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #12 tested: OK +2024-06-19 10:31:22,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #12 tested: OK +2024-06-19 10:31:22,250 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:22,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #13 tested: OK +2024-06-19 10:31:22,411 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #13 tested: OK +2024-06-19 10:31:22,456 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #14 tested: OK +2024-06-19 10:31:22,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #14 tested: OK +2024-06-19 10:31:22,616 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #15 tested: OK +2024-06-19 10:31:22,706 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:22,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #15 tested: OK +2024-06-19 10:31:22,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #16 tested: OK +2024-06-19 10:31:22,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #16 tested: OK +2024-06-19 10:31:22,931 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #17 tested: OK +2024-06-19 10:31:23,046 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #17 tested: OK +2024-06-19 10:31:23,099 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #18 tested: OK +2024-06-19 10:31:23,167 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:23,206 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #18 tested: OK +2024-06-19 10:31:23,247 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #19 tested: OK +2024-06-19 10:31:23,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #19 tested: OK +2024-06-19 10:31:23,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #20 tested: OK +2024-06-19 10:31:23,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #20 tested: OK +2024-06-19 10:31:23,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #21 tested: OK +2024-06-19 10:31:23,670 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:23,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #21 tested: OK +2024-06-19 10:31:23,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #22 tested: OK +2024-06-19 10:31:23,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #22 tested: OK +2024-06-19 10:31:23,892 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:23,892 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 10:31:23,892 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:23,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #23 tested: OK +2024-06-19 10:31:24,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #23 tested: OK +2024-06-19 10:31:24,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #24 tested: OK +2024-06-19 10:31:24,166 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:24,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #24 tested: OK +2024-06-19 10:31:24,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #25 tested: OK +2024-06-19 10:31:24,395 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #25 tested: OK +2024-06-19 10:31:24,401 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-03=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]}, schedulingMapBydate={2024-05-03=[{modeuuid=b9ac2821-f047-429b-a544-5057791c30f4, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-18, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-18, dgcx=, bz=, hxbz=, id=121548, glpbid=, pbtj=2, key=121548, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=121548, modedatacreater=1, bcrq=2024-05-03, lastname=程亮, bcxx=1-办公室白班, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=18:09:16, modedatamodifydatetime=, pbsj=18:09, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 10:31:24,402 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 10:31:24,402 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,402 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-03 start*********** +2024-06-19 10:31:24,403 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=09:59:00, id=4155, userid=81, signdate=2024-05-01}, {signtime=21:46:00, id=4215, userid=81, signdate=2024-05-01}, {signtime=09:47:00, id=4275, userid=81, signdate=2024-05-02}, {signtime=21:37:00, id=4335, userid=81, signdate=2024-05-02}, {signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, {signtime=11:00, id=25, userid=81, signdate=2024-05-03}, {signtime=18:40, id=26, userid=81, signdate=2024-05-03}, {signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}]] +2024-06-19 10:31:24,403 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-03}]] +2024-06-19 10:31:24,404 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 10:31:24,405 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:24,406 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-03 07:00],lastestTime: [2024-05-03 22:00] +2024-06-19 10:31:24,406 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 10:31:24,407 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #26 tested: OK +2024-06-19 10:31:24,535 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #26 tested: OK +2024-06-19 10:31:24,585 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:24,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #2 tested: OK +2024-06-19 10:31:24,708 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #2 tested: OK +2024-06-19 10:31:24,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,714 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 10:31:24,714 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:24,770 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #1 tested: OK +2024-06-19 10:31:24,861 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #1 tested: OK +2024-06-19 10:31:24,862 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 10:31:24,862 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 10:31:24,862 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:24,864 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 10:31:24,864 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:24,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #3 tested: OK +2024-06-19 10:31:25,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/27/00) - Connection #3 tested: OK +2024-06-19 10:31:25,025 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 10:31:25,025 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,025 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,032 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,032 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 10:31:25,032 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,033 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 10:31:25,034 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-19 10:31:25,034 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}]] +2024-06-19 10:31:25,041 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 10:31:25,041 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,041 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,043 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:31:25,043 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,044 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 10:31:25,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,046 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:25,048 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 10:31:25,048 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-03 12:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=false), ClockPointDTO(classTime=2024-05-03 09:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:04:00, id=4395, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=11:00, id=25, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 19:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=7, clockTime={signtime=18:40, id=26, userid=81, signdate=2024-05-03}, record=true), ClockPointDTO(classTime=2024-05-03 21:00, pointType=END, timeType=AFTER, elasticTime=null, classSegmentType=7, clockTime={signtime=21:21:00, id=4455, userid=81, signdate=2024-05-03}, record=true)]] +2024-06-19 10:31:25,049 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-19 10:31:25,050 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-19 10:31:25,050 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 10:31:25,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:31:25,052 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,054 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,055 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,056 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,056 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:31:25,056 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,057 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 10:31:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,057 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,058 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}],clcokInTimeData:[{signtime=11:00, id=25, userid=81, signdate=2024-05-03}] +2024-06-19 10:31:25,058 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}] +2024-06-19 10:31:25,058 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 10:31:25,058 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,058 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:31:25,058 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,059 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,059 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,059 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 12:00, betweenMinutes=60, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=false, itemduration=1.0, pointTime=2024-05-03 12:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-03 18:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}]] +2024-06-19 10:31:25,060 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 10:31:25,060 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 10:31:25,061 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,062 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 10:31:25,062 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,063 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 10:31:25,063 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 161.0 +2024-06-19 10:31:25,063 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[0.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 10:31:25,063 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[161.0] +2024-06-19 10:31:25,064 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 10:31:25,064 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,065 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:25,066 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:31:25,066 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:25,066 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.SaveWorkOverTimeCmd] [DEBUG] - 最终加班时长: 150.0 +2024-06-19 10:31:25,127 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #4 tested: OK +2024-06-19 10:31:25,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #4 tested: OK +2024-06-19 10:31:25,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (01/28/00) - Connection #5 tested: OK +2024-06-19 10:31:25,375 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #5 tested: OK +2024-06-19 10:31:25,487 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:25,881 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (00/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:26,087 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jqye(modeuuid,modedatacreatertype,zfsc,formmodeid,wxsc,ktsc,jxsc,yqyxsc,modedatacreater,yqsc,ygid,sxrq,jqid,ztsc,modedatacreatedate,yxsc,lyid,modedatacreatetime,jzrq) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-19 10:31:26,087 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[34218490-7767-41ac-b756-bac7aef47775, 0, 0.00000, 103, 2.00, 2.0, 0.00000, 0.00000, 1, 0.00000, 81, 2024-06-01, 154, 0.00000, 2024-06-19, 0.00000, 81-2024-06-19, 10:31:26, 2024-09-01]] +2024-06-19 10:31:26,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/30/00) - Connection #6 tested: OK +2024-06-19 10:31:26,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (02/30/00) - Connection #7 tested: OK +2024-06-19 10:31:26,210 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:31:26,210 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:31:26,210 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:31:26,210 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:31:26,210 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:31:26,326 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (02/30/00) - Connection #7 tested: OK +2024-06-19 10:31:26,376 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 10:31:26,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #6 tested: OK +2024-06-19 10:31:26,466 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:31:26,490 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #8 tested: OK +2024-06-19 10:31:26,610 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #8 tested: OK +2024-06-19 10:31:26,610 [main] [com.engine.common.util.CommonUtil] [DEBUG] - makeInsertSql : [insert into uf_jcl_kq_jbjg(modeuuid,modedatacreatertype,ydxsc,formmodeid,wdxsc,eddxsc,jbry,modedatacreater,edjxsc,sjkssj,sjjssj,jblx,modedatacreatedate,jbjgly,lyid,zt,sjksrq,sjjsrq,sjjbsc,modedatacreatetime) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] +2024-06-19 10:31:26,611 [main] [com.engine.common.util.CommonUtil] [DEBUG] - needInsertDate: [[b23e31b9-819b-4854-92fd-5222d4bbd0e5, 0, 0.00, 92, 2.50, 2.5, 81, 1, 0.00, 18:40, 21:21, 142, 2024-06-19, 4, 81-2024-06-19, 1, 2024-05-03, 2024-05-03, 2.5, 10:31:26]] +2024-06-19 10:31:26,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #9 tested: OK +2024-06-19 10:31:26,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/31/00) - Connection #9 tested: OK +2024-06-19 10:31:26,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:31:26,809 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:26,815 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:31:26,815 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 10:31:26,815 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:31:53,506 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (00/31/01) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:02,749 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 360.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 10:32:02,749 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 10:32:02,749 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:32:02,750 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=2.0, classInfo=[{edsc=8.00, fgsjd=15:10, tqdkfzs=120, sfkt=1, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=3.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=09:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=1.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=8.00, fgsjd=15:10, tqdkfzs=, sfkt=1, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=5, zgzsc=8.00, gsrq=1, ksdk=0, bdlx=0, jsdk=1, sfxx=0, edxss=5.00, btgz=0, bcxx=1, dxhs=5, bcsdxx=09:00-12:00|13:00-18:00, dtkssj=13:00, thdkfzs=240, rqlx=0}, {edsc=8.00, bdlx=7, jsdk=1, tqdkfzs=120, sfxx=0, edxss=2.00, sfkt=0, dtjssj=21:00, jbwdhlfzs=5, zddxfz=30, xxbdkzdjb=0, bcxx=1-办公室白班, dxhs=5, bcsdxx=null, sfdx=0, jblx=[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=2, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=0,4, sffzcx=, ktjbzdcfwlb=0, id=142, jbzdzjqye=1, tqdkjrjb=1, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=30, jc=平日加班, cchsfzs=, modedatacreatetime=17:57:31, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=1, qbkcsc=, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=142, form_biz_id=142000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=60, zrjqyedqsxss=, cckcbc=, ljbcngzsj=0, jbqsfzs=120, xmlx=4, zdyqsc=, modedatamodifydatetime=2024-05-15 19:42:40, ldkzkg=0, jbzzhlfzs=5, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=154, tqdkyxfzs=120, jbscbdccsqsc=0, yxsydjb=, mc=平日加班, gjksrqlxsz=1, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=1, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=142, jbwdhlfzs=5, zdhsl=, thdkjrjb=1, requestid=, sjxm=, hsl=0.50, modeuuid=375ac644-0159-474c-9f9b-6e953131a7cd, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=0, xmzt=, ksjbbxydk=1, zdkcjcxxsc=1, mrxhtx=0, zysd=4, zrjqyedbs=, sjd=17:49, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=0, sfxysh=0, cftxdcs=}], dtkssj=19:00, thdkfzs=60, gsrq=1, ksdk=1, rqlx=0, jbzzhlfzs=5}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-03 07:04:00, j2=2024-05-03 18:40, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-03 11:00, j8=NULL, c2=2024-05-03 21:21:00, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-03, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-03 18:00, betweenMinutes=360, classStartTime=2024-05-03 11:00, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-03 18:00, clcokInTimeData={signtime=11:00, id=25, userid=81, signdate=2024-05-03}}, {item=142, itemduration=2.5}], rqlx=0} +2024-06-19 10:32:02,755 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:32:02,755 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 10:32:02,755 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:32:02,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #10 tested: OK +2024-06-19 10:32:02,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/01) - Connection #10 tested: OK +2024-06-19 10:32:02,929 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=2.0,cqzt=1,fxrq='2024-06-19 10:32:02',rqlx=0,sfxx=0,bc=1,bcbdxx='09:00-12:00|13:00-18:00',xm1=126,sc1=6.0,xm2=142,sc2=2.5,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-03 07:04:00',j2='2024-05-03 18:40',j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-03 11:00',j8=NULL,c2='2024-05-03 21:21:00',c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 10:32:02,976 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/01) - Connection #11 tested: OK +2024-06-19 10:32:03,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/01) - Connection #11 tested: OK +2024-06-19 10:32:03,136 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:03,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/01) - Connection #12 tested: OK +2024-06-19 10:32:03,256 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/01) - Connection #12 tested: OK +2024-06-19 10:32:03,316 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/01) - Connection #13 tested: OK +2024-06-19 10:32:03,608 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/33/01) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:04,046 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #13 - autoCommit reset back to true +2024-06-19 10:32:04,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/33/01) - Connection #13 tested: OK +2024-06-19 10:32:04,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-19 10:32:04,100 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:32:04,153 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/33/01) - Connection #14 tested: OK +2024-06-19 10:32:04,165 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000082 (01/34/01) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:04,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/01) - Connection #14 tested: OK +2024-06-19 10:32:04,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/01) - Connection #15 tested: OK +2024-06-19 10:32:04,415 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #15 tested: OK +2024-06-19 10:32:04,493 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/35/00) - Connection #16 tested: OK +2024-06-19 10:32:04,600 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #16 tested: OK +2024-06-19 10:32:04,600 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-19 10:32:04,650 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #17 tested: OK +2024-06-19 10:32:04,705 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:04,753 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #17 tested: OK +2024-06-19 10:32:04,759 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:32:04,759 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:32:04,759 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:32:04,759 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-19 10:32:04,807 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/36/00) - Connection #18 tested: OK +2024-06-19 10:32:05,055 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #18 tested: OK +2024-06-19 10:32:05,060 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:32:05,060 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-19 10:32:05,109 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/36/00) - Connection #19 tested: OK +2024-06-19 10:32:05,214 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:05,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #19 tested: OK +2024-06-19 10:32:05,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/37/00) - Connection #20 tested: OK +2024-06-19 10:32:05,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #20 tested: OK +2024-06-19 10:32:05,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:32:05,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:32:05,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:32:05,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/37/00) - Connection #21 tested: OK +2024-06-19 10:32:05,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #21 tested: OK +2024-06-19 10:32:05,597 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:32:05,597 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:32:05,597 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:32:05,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #22 tested: OK +2024-06-19 10:32:05,720 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:05,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #22 tested: OK +2024-06-19 10:32:05,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/38/00) - Connection #23 tested: OK +2024-06-19 10:32:05,905 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #23 tested: OK +2024-06-19 10:32:05,906 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-19 10:32:05,956 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/38/00) - Connection #24 tested: OK +2024-06-19 10:32:06,075 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #24 tested: OK +2024-06-19 10:32:06,076 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-19 10:32:06,076 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:32:06,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/38/00) - Connection #25 tested: OK +2024-06-19 10:32:06,174 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:06,250 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #25 tested: OK +2024-06-19 10:32:06,251 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:32:06,306 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/39/00) - Connection #26 tested: OK +2024-06-19 10:32:06,417 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #26 tested: OK +2024-06-19 10:32:06,417 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-19 10:32:06,466 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/39/00) - Connection #27 tested: OK +2024-06-19 10:32:06,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/39/00) - Connection #27 tested: OK +2024-06-19 10:32:06,566 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:32:06,566 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:32:06,566 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:32:06,567 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:32:06,623 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:06,627 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/40/00) - Connection #28 tested: OK +2024-06-19 10:32:06,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #28 tested: OK +2024-06-19 10:32:06,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/40/00) - Connection #29 tested: OK +2024-06-19 10:32:06,896 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #29 tested: OK +2024-06-19 10:32:06,896 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:32:06,896 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:32:06,896 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:32:06,896 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:32:06,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/40/00) - Connection #30 tested: OK +2024-06-19 10:32:07,050 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #30 tested: OK +2024-06-19 10:32:07,114 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:07,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/41/00) - Connection #31 tested: OK +2024-06-19 10:32:07,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #31 tested: OK +2024-06-19 10:32:07,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/41/00) - Connection #32 tested: OK +2024-06-19 10:32:07,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #32 tested: OK +2024-06-19 10:32:07,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/41/00) - Connection #33 tested: OK +2024-06-19 10:32:07,620 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:07,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #33 tested: OK +2024-06-19 10:32:07,676 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 1 +2024-06-19 10:32:07,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/42/00) - Connection #34 tested: OK +2024-06-19 10:32:07,852 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #34 tested: OK +2024-06-19 10:32:07,905 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000102 (01/42/00) - Connection #35 tested: OK +2024-06-19 10:32:08,043 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #35 tested: OK +2024-06-19 10:32:08,097 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000103 (01/42/00) - Connection #36 tested: OK +2024-06-19 10:32:08,098 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000104 (01/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:08,247 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/43/00) - Connection #36 tested: OK +2024-06-19 10:32:08,297 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000104 (01/43/00) - Connection #37 tested: OK +2024-06-19 10:32:08,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #37 tested: OK +2024-06-19 10:32:08,440 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000105 (01/43/00) - Connection #38 tested: OK +2024-06-19 10:32:08,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/43/00) - Connection #38 tested: OK +2024-06-19 10:32:08,549 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:241] - overtimeMinutes : 150 +2024-06-19 10:32:08,549 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 300,oneTimeAddMinutes : 10 +2024-06-19 10:32:08,549 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:329] - countMinutes : 150.0 +2024-06-19 10:32:08,550 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:340] - allowanceMinutes : 150.0 +2024-06-19 10:32:08,553 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:353] - sc : 2.5 +2024-06-19 10:32:08,553 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:277] - maxMinutes : 540,oneTimeAddMinutes : 30 +2024-06-19 10:32:08,553 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 1 +2024-06-19 10:32:08,576 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000106 (01/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:08,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000106 (01/44/00) - Connection #39 tested: OK +2024-06-19 10:32:08,751 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #39 tested: OK +2024-06-19 10:32:08,752 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-03' and rq <= '2024-05-03' and yg in (81) and bc in (1,2,3) +2024-06-19 10:32:08,752 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:188] - dataList_size : 1 +2024-06-19 10:32:08,752 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:191] - 津贴数据记录入库开始--- +2024-06-19 10:32:08,817 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000107 (01/44/00) - Connection #40 tested: OK +2024-06-19 10:32:09,093 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (01/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:09,234 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #40 - autoCommit reset back to true +2024-06-19 10:32:09,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000108 (01/45/00) - Connection #40 tested: OK +2024-06-19 10:32:09,281 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:193] - insertSign : true +2024-06-19 10:32:09,287 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 10:32:09,605 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:10,085 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:10,663 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:11,157 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:11,602 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:32:11,602 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-19 10:32:11,617 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/49/00) - #0050 removed because of shutdown. +2024-06-19 10:32:11,617 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-19 10:32:11,618 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/48/00) - #0049 removed because of shutdown. +2024-06-19 10:32:11,618 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-19 10:32:11,619 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/47/00) - #0048 removed because of shutdown. +2024-06-19 10:32:11,619 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-19 10:32:11,619 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/46/00) - #0047 removed because of shutdown. +2024-06-19 10:32:11,620 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-19 10:32:11,620 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/45/00) - #0046 removed because of shutdown. +2024-06-19 10:32:11,621 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-19 10:32:11,622 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/44/00) - #0045 removed because of shutdown. +2024-06-19 10:32:11,622 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-19 10:32:11,622 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/43/00) - #0044 removed because of shutdown. +2024-06-19 10:32:11,622 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-19 10:32:11,623 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/42/00) - #0043 removed because of shutdown. +2024-06-19 10:32:11,623 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-19 10:32:11,623 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/41/00) - #0042 removed because of shutdown. +2024-06-19 10:32:11,623 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-19 10:32:11,623 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/40/00) - #0041 removed because of shutdown. +2024-06-19 10:32:11,624 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-19 10:32:11,624 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/39/00) - #0040 removed because of shutdown. +2024-06-19 10:32:11,624 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-19 10:32:11,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/38/00) - #0039 removed because of shutdown. +2024-06-19 10:32:11,625 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-19 10:32:11,626 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/37/00) - #0038 removed because of shutdown. +2024-06-19 10:32:11,626 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-19 10:32:11,626 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/36/00) - #0037 removed because of shutdown. +2024-06-19 10:32:11,626 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-19 10:32:11,627 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/35/00) - #0036 removed because of shutdown. +2024-06-19 10:32:11,627 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-19 10:32:11,627 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/34/00) - #0035 removed because of shutdown. +2024-06-19 10:32:11,627 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-19 10:32:11,627 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/33/00) - #0034 removed because of shutdown. +2024-06-19 10:32:11,628 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-19 10:32:11,628 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/32/00) - #0033 removed because of shutdown. +2024-06-19 10:32:11,628 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-19 10:32:11,629 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/31/00) - #0032 removed because of shutdown. +2024-06-19 10:32:11,629 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-19 10:32:11,630 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/30/00) - #0031 removed because of shutdown. +2024-06-19 10:32:11,630 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-19 10:32:11,630 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/29/00) - #0030 removed because of shutdown. +2024-06-19 10:32:11,630 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/28/00) - #0029 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/27/00) - #0028 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/26/00) - #0027 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/25/00) - #0026 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/24/00) - #0025 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/23/00) - #0024 removed because of shutdown. +2024-06-19 10:32:11,631 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/22/00) - #0023 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/21/00) - #0022 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/20/00) - #0021 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/19/00) - #0020 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/18/00) - #0019 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/17/00) - #0018 removed because of shutdown. +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-19 10:32:11,632 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/16/00) - #0017 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/15/00) - #0016 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/14/00) - #0015 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/13/00) - #0014 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/12/00) - #0013 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/11/00) - #0012 removed because of shutdown. +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-19 10:32:11,633 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/10/00) - #0011 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/09/00) - #0010 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/08/00) - #0009 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/07/00) - #0008 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/06/00) - #0007 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/05/00) - #0006 removed because of shutdown. +2024-06-19 10:32:11,634 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/04/00) - #0005 removed because of shutdown. +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/03/00) - #0004 removed because of shutdown. +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/02/00) - #0003 removed because of shutdown. +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/01/00) - #0001 removed because of shutdown. +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000108 (00/00/00) - #0002 removed because of shutdown. +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-19 10:32:11,635 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 33 milliseconds. +2024-06-19 10:32:11,636 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-19 10:32:11,636 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-19 10:55:37,310 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 10:55:37,313 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) +>> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 +2024-06-19 10:55:37,314 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 10:55:37,314 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd +>> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocSignInputSetCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeRightInfo +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeRightInfo +>> target:com.engine.workflow.cmd.requestForm.RequestSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestSubmitCmd->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRequestCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSubmitProxyCmd +>> target:com.engine.workflow.cmd.workflowPath.list.GetWorkflowListConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.list.GetAddOdocWFFormCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoSaveNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuDoSaveNodeCmd->com.engine.plugin.odoc.command.workflowPath.node.DeleteOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetAddInOperateConditionCmd +>> target:com.engine.crm.cmd.chance.FormUpdateCmd +>> proxy:->com.customization.esb.crm.chance.ProxyEditChanceCmd +>> target:com.engine.crm.cmd.customer.CustomerSaveCmd +>> proxy:->com.customization.esb.crm.customer.ProxyNewCustomerCmd +>> target:com.engine.workplan.cmd.workplanBase.AfterWorkplanNormalCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAfterWorkplanNormalCmd +>> target:com.engine.workflow.cmd.requestForm.BatchSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeBatchCmd +>> target:com.api.prj.cmd.prjBoard.DoDelBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoDelBoardStageCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.SaveNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.nodeLink.DeleteOdocNodelinkExtCmd +>> target:com.engine.cube.cmd.app.WaterMarkImg +>> proxy:->com.customization.cube.list.CustomChangeListHrefLinkCmd +>> target:com.engine.crm.cmd.customer.CustomerEditCmd +>> proxy:->com.customization.esb.crm.customer.ProxyEditCustomerCmd +>> target:com.engine.meeting.cmd.meetingbase.NewMeetingCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyNewMeetingCmd +>> target:com.engine.workflow.cmd.signInput.GetSignInputInfoCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestSignInput.OdocSignInputCmd +>> target:com.engine.cube.cmd.app.GetAppListCmd +>> proxy:->com.engine.plugin.mode.license.Proxy_GetAppListCmd +>> target:com.api.prj.cmd.project.DoProjectOperationCmd +>> proxy:->com.customization.esb.proj.project.ProxyDoProjectOperationCmd +>> target:com.engine.workflowDesign.cmd.WorkflowXmlParserCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicCmd +>> target:com.api.prj.cmd.project.DoPrjTempletStageSaveCmd +>> proxy:->com.customization.esb.proj.project.ProxySavePrjTempletStageCmd +>> target:com.engine.workflow.cmd.requestForm.DoTakEndCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSIgnReceiveTimeDoTakEndCmd +>> target:com.engine.crm.cmd.contacter.CreateCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyNewContacterCmd +>> target:com.engine.workflow.cmd.requestForm.GetRightMenuCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocRightMenuCmd->com.engine.plugin.odoc.command.odoRightMenuSetForm.OdocRightMenuBtnCmd->com.engine.plugin.workflow.command.qiyuesuo.QYSRightMenuCmd +>> target:com.engine.workflowDesign.cmd.GetOperateDataCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicOperatorCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocSaveMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocSaveMenuSettingsCmd +>> target:com.engine.odoc.cmd.odocMenuOperate.doEndPersonTreatCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeEndTreatCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.GetBaseInfoConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.GetBaseInfoSettingCmd +>> target:com.engine.workflow.cmd.workflowPath.node.signSet.DoSignSetSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSignSetSaveCmd +>> target:com.engine.crm.cmd.chance.DeleteCmd +>> proxy:->com.customization.esb.crm.chance.ProxyDeleteChanceCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetMenuSettingsCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetActionSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetActionSettingsCmd +>> target:com.engine.odoc.cmd.odocrequest.FlowNextCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeFlowCmd +>> target:com.engine.workflow.cmd.workflowType.DoSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSave2Cmd->com.engine.plugin.workflow.command.CustomDoSave3Cmd->com.engine.plugin.workflow.command.CustomDoSaveCmd +>> target:com.engine.workflowDesign.cmd.GetWfInfoCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetWfInfoCmd->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetWfInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeSessionkeyCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuCmd +>> target:com.engine.crm.cmd.contacter.DeleteCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyDeleteContacterCmd +>> target:com.engine.odoc.cmd.odocrequest.ForceArchiveCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForceArchiveCmd +>> target:com.engine.meeting.cmd.meetingField.GetViewMeetingFieldCmd +>> proxy:->com.customization.meeting.qc854537.CustomGetViewMeetingFieldCmd +>> target:com.api.common.cmd.login.DoUserSessionCmd +>> proxy:->com.engine.plugin.hrm.command.MyDoUserSessionCmd +>> target:com.engine.hrm.cmd.test.GetSearchConditionCmd +>> proxy:->com.engine.plugin.hrm.command.GetMySearchConditionCmd +>> target:com.engine.crm.cmd.chance.FormSaveCmd +>> proxy:->com.customization.esb.crm.chance.ProxyNewChanceCmd +>> target:com.engine.crm.cmd.customer.CrmDeleteCmd +>> proxy:->com.customization.esb.crm.customer.ProxyDeleteCustomerCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetPreAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetPreAddInOperateConditionCmd +>> target:com.api.prj.cmd.prjBoard.DoEditBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoEditBoardStageCmd +>> target:com.engine.odoc.cmd.updateSign.setting.SelectFreeFlowDatasCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowIsFree4OdocProxyCmd +>> target:com.engine.odoc.cmd.updateOperator.PlusSignatureCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAddDelCmd +>> target:com.api.prj.cmd.prjBoard.DoAddBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoAddBoardStageCmd +>> target:com.engine.workflow.cmd.requestForm.RequestManager_FlowNextNodeCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestNextNodeCmd +>> target:com.engine.odoc.cmd.odocWorkflow.OdocAddWorkflowCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignAddWorkflowCmd +>> target:com.engine.workflow.cmd.requestForm.RemarkSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRemarkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoAddWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveAddWFCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.GetNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeLinkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoSaveNewVersionCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSaveNewVersionTabCmd->com.engine.plugin.odoc.command.workflowPath.SaveNewVersionCmd +>> target:com.engine.workplan.cmd.workplanBase.AddAndEditWorkPlanCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAddAndEditWorkPlanCmd +>> target:com.engine.workflow.cmd.requestForm.WFManager_SaveNewNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowWFManager_SaveNewNodeCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoEditWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveEditWFCmd +>> target:com.engine.workflow.cmd.requestLog.LoadRequestLogBaseInfoCmd +>> proxy:->com.engine.plugin.workflow.command.CustomLoadRequestLogBaseInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoRestoreDeleteNodeCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.node.RestoreOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.monitor.DoDeleteCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowDeleteProxyCmd +>> target:com.engine.meeting.cmd.meetingbase.MeetingCancelCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyCancelMeetingCmd +>> target:com.engine.odoc.cmd.updateSign.append.AppendSaveLogCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAppendSignCmd +>> target:com.api.prj.cmd.task.DoTaskOperationCmd +>> proxy:->com.customization.esb.proj.task.ProxyDoTaskOperationCmd +>> target:com.engine.workflow.cmd.requestForm.LoadParamCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.LoadOdocFormParam->com.engine.plugin.workflow.command.HaoQianPromptInfoCmd +>> target:com.engine.crm.cmd.contacter.EditCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyEditContacterCmd +>> target:com.engine.workflow.cmd.requestForm.ForwardSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForwardCmd +>> target:com.engine.workflow.cmd.requestForm.GetFormTabCmd +>> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd +>> target:com.engine.workflowDesign.cmd.DoSaveLayout +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd +2024-06-19 10:55:37,315 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 10:55:37,885 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:55:37,885 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 10:55:37,886 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 10:55:37,887 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 10:55:37,887 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 10:55:37,887 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 10:55:37,888 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 10:55:37,888 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 10:55:37,888 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 10:55:37,888 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 10:55:37,889 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 10:55:37,890 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 10:55:37,891 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 10:55:37,892 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 10:55:37,892 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 10:55:37,892 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 10:55:37,892 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 10:55:37,892 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 10:55:37,893 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 10:55:37,893 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 10:55:37,893 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 10:55:37,893 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 10:55:37,893 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 10:55:37,894 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 10:55:37,895 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:55:37,896 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 10:55:37,896 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 10:55:37,896 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 10:55:37,916 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 10:55:37,918 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 10:55:37,919 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 10:55:38,696 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 10:55:38,801 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 10:55:38,856 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 10:55:38,856 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 10:55:38,884 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 10:55:38,885 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:55:38,885 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:55:38,886 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 10:55:38,886 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:38,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 10:55:39,008 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:55:39,009 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 10:55:39,093 [main] [A2] [INFO] - rootPath == +2024-06-19 10:55:39,093 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 10:55:39,093 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 10:55:39,094 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 10:55:39,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 10:55:39,174 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:55:39,174 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:55:39,174 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 10:55:39,174 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 10:55:39,175 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:55:39,175 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:55:39,175 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:55:39,272 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 10:55:39,273 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 10:55:39,339 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:39,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:55:39,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:55:39,602 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1187137052.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 10:55:39,634 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 10:55:39,678 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 10:55:39,678 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 10:55:39,678 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 10:55:39,678 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 10:55:39,679 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 10:55:39,679 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 10:55:39,679 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 10:55:39,679 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 10:55:39,680 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 10:55:39,680 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 10:55:39,688 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 10:55:39,691 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 10:55:39,693 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 10:55:39,693 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 10:55:39,693 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 10:55:39,693 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 10:55:39,696 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@29a60c27 +2024-06-19 10:55:39,697 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 10:55:39,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:55:39,822 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:39,901 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 10:55:39,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:55:40,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:55:40,180 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 10:55:40,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-19 10:55:40,278 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:40,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-19 10:55:40,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:55:40,510 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:55:40,545 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #1 tested: OK +2024-06-19 10:55:40,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-19 10:55:40,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-19 10:55:40,750 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:40,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #2 tested: OK +2024-06-19 10:55:40,870 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:55:40,962 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:55:41,017 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-19 10:55:41,138 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-19 10:55:41,203 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-19 10:55:41,260 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000012 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:41,320 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-19 10:55:41,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:55:41,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:55:41,511 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:55:41,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:55:41,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #1 tested: OK +2024-06-19 10:55:41,786 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #1 tested: OK +2024-06-19 10:55:41,804 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:41,838 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-19 10:55:41,959 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-19 10:55:42,017 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:55:42,138 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:55:42,197 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #4 tested: OK +2024-06-19 10:55:42,312 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:42,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-19 10:55:42,378 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:55:42,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:55:42,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-19 10:55:42,642 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-19 10:55:42,704 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #7 tested: OK +2024-06-19 10:55:42,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #7 tested: OK +2024-06-19 10:55:42,835 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:42,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:55:42,970 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:55:43,019 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-19 10:55:43,130 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-19 10:55:43,189 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #10 tested: OK +2024-06-19 10:55:43,304 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #10 tested: OK +2024-06-19 10:55:43,320 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:43,360 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #1 tested: OK +2024-06-19 10:55:43,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #1 tested: OK +2024-06-19 10:55:43,510 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-19 10:55:43,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #2 tested: OK +2024-06-19 10:55:43,682 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #3 tested: OK +2024-06-19 10:55:43,777 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #3 tested: OK +2024-06-19 10:55:43,789 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:43,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #4 tested: OK +2024-06-19 10:55:43,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #4 tested: OK +2024-06-19 10:55:43,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #5 tested: OK +2024-06-19 10:55:44,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #5 tested: OK +2024-06-19 10:55:44,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #6 tested: OK +2024-06-19 10:55:44,261 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:44,297 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #6 tested: OK +2024-06-19 10:55:44,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #7 tested: OK +2024-06-19 10:55:44,486 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #7 tested: OK +2024-06-19 10:55:44,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #8 tested: OK +2024-06-19 10:55:44,656 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #8 tested: OK +2024-06-19 10:55:44,687 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:44,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #9 tested: OK +2024-06-19 10:55:44,789 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #9 tested: OK +2024-06-19 10:55:44,790 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:44,792 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 10:55:44,793 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:44,892 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #10 tested: OK +2024-06-19 10:55:45,018 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #10 tested: OK +2024-06-19 10:55:45,069 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #11 tested: OK +2024-06-19 10:55:45,129 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:45,178 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #11 tested: OK +2024-06-19 10:55:45,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #12 tested: OK +2024-06-19 10:55:45,325 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #12 tested: OK +2024-06-19 10:55:45,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #13 tested: OK +2024-06-19 10:55:45,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #13 tested: OK +2024-06-19 10:55:45,557 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #14 tested: OK +2024-06-19 10:55:45,632 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:45,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #14 tested: OK +2024-06-19 10:55:45,662 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 10:55:45,662 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 10:55:45,663 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:55:45,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #15 tested: OK +2024-06-19 10:55:45,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #15 tested: OK +2024-06-19 10:55:45,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #16 tested: OK +2024-06-19 10:55:46,057 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #16 tested: OK +2024-06-19 10:55:46,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #1 tested: OK +2024-06-19 10:55:46,138 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000041 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:46,229 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #1 tested: OK +2024-06-19 10:55:46,229 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 10:55:46,230 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:46,230 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:46,231 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 10:55:46,231 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:46,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #2 tested: OK +2024-06-19 10:55:46,378 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #2 tested: OK +2024-06-19 10:55:46,425 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #3 tested: OK +2024-06-19 10:55:46,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #3 tested: OK +2024-06-19 10:55:46,575 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:46,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #4 tested: OK +2024-06-19 10:55:46,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #4 tested: OK +2024-06-19 10:55:46,698 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 10:55:46,698 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 10:55:46,699 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:46,700 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:46,700 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 10:55:46,700 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:46,700 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-08, 2024-05-12, 81] +2024-06-19 10:55:46,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #5 tested: OK +2024-06-19 10:55:46,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #5 tested: OK +2024-06-19 10:55:46,937 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #6 tested: OK +2024-06-19 10:55:47,028 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #6 tested: OK +2024-06-19 10:55:47,029 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 10:55:47,029 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 10:55:47,030 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 10:55:47,068 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:47,073 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #7 tested: OK +2024-06-19 10:55:47,196 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #7 tested: OK +2024-06-19 10:55:47,196 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 10:55:47,196 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 10:55:47,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #8 tested: OK +2024-06-19 10:55:47,368 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #8 tested: OK +2024-06-19 10:55:47,369 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 10:55:47,418 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #9 tested: OK +2024-06-19 10:55:47,524 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #9 tested: OK +2024-06-19 10:55:47,526 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 10:55:47,526 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 10:55:47,527 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:47,527 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 10:55:47,594 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #10 tested: OK +2024-06-19 10:55:47,608 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000050 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:47,721 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #10 tested: OK +2024-06-19 10:55:47,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #11 tested: OK +2024-06-19 10:55:47,912 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #11 tested: OK +2024-06-19 10:55:47,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #12 tested: OK +2024-06-19 10:55:48,098 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:48,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #12 tested: OK +2024-06-19 10:55:48,164 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #13 tested: OK +2024-06-19 10:55:48,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #13 tested: OK +2024-06-19 10:55:48,322 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #14 tested: OK +2024-06-19 10:55:48,427 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #14 tested: OK +2024-06-19 10:55:48,483 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #15 tested: OK +2024-06-19 10:55:48,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #15 tested: OK +2024-06-19 10:55:48,610 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:48,652 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #16 tested: OK +2024-06-19 10:55:48,763 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #16 tested: OK +2024-06-19 10:55:48,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #17 tested: OK +2024-06-19 10:55:48,947 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #17 tested: OK +2024-06-19 10:55:48,995 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #18 tested: OK +2024-06-19 10:55:49,097 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #18 tested: OK +2024-06-19 10:55:49,103 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:49,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #19 tested: OK +2024-06-19 10:55:49,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #19 tested: OK +2024-06-19 10:55:49,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #20 tested: OK +2024-06-19 10:55:49,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #20 tested: OK +2024-06-19 10:55:49,498 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #21 tested: OK +2024-06-19 10:55:49,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #21 tested: OK +2024-06-19 10:55:49,588 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:49,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #22 tested: OK +2024-06-19 10:55:49,776 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #22 tested: OK +2024-06-19 10:55:49,832 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #23 tested: OK +2024-06-19 10:55:49,932 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #23 tested: OK +2024-06-19 10:55:49,977 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #24 tested: OK +2024-06-19 10:55:50,057 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:50,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #24 tested: OK +2024-06-19 10:55:50,085 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,085 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 10:55:50,085 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:50,138 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #25 tested: OK +2024-06-19 10:55:50,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #25 tested: OK +2024-06-19 10:55:50,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #1 tested: OK +2024-06-19 10:55:50,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #1 tested: OK +2024-06-19 10:55:50,400 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-10=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]}, schedulingMapBydate={2024-05-10=[{modeuuid=cb1879c7-eb7e-4111-95df-21cdc4d6d893, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-19, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-19, dgcx=, bz=, hxbz=, id=123417, glpbid=, pbtj=2, key=123417, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=123417, modedatacreater=1, bcrq=2024-05-10, lastname=程亮, bcxx=4-测试班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=10:50:12, modedatamodifydatetime=, pbsj=10:50, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 10:55:50,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 10:55:50,400 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,401 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-10 start*********** +2024-06-19 10:55:50,401 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:51, id=27, userid=81, signdate=2024-05-10}, {signtime=12:40, id=28, userid=81, signdate=2024-05-10}]] +2024-06-19 10:55:50,401 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-10}]] +2024-06-19 10:55:50,402 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,402 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 10:55:50,403 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:50,404 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-10 07:00],lastestTime: [2024-05-10 21:05] +2024-06-19 10:55:50,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 10:55:50,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #2 tested: OK +2024-06-19 10:55:50,514 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000067 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:50,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #2 tested: OK +2024-06-19 10:55:50,630 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #3 tested: OK +2024-06-19 10:55:50,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #3 tested: OK +2024-06-19 10:55:50,723 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,723 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 10:55:50,723 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:50,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #4 tested: OK +2024-06-19 10:55:50,882 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #4 tested: OK +2024-06-19 10:55:50,883 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 10:55:50,883 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 10:55:50,884 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,884 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:50,884 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 10:55:50,884 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:50,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #5 tested: OK +2024-06-19 10:55:51,020 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:55:51,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #5 tested: OK +2024-06-19 10:55:51,044 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 10:55:51,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 10:55:51,044 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:51,046 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:51,046 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 10:55:51,046 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:51,047 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 10:55:51,048 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 10:55:51,048 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 10:55:51,052 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:55:51,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 10:55:51,052 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:51,053 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:55:51,053 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:55:51,053 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:55:51,054 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:55:51,054 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:55:51,054 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,906 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:57:19,907 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:57:19,908 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:57:19,908 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:57:19,910 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,910 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,910 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,912 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,912 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,913 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:57:19,914 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:57:19,915 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,915 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,916 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 10:57:19,916 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,916 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,916 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:57:19,917 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:57:19,917 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 10:57:19,917 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,917 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,917 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,918 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-19 10:57:19,918 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,919 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,925 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [DEBUG] - between :470,jbzzhlfzs:0 +2024-06-19 10:57:19,926 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=6.0, bdlx=0, item=125, itemType=LEAVE_EARLY, classEndTime=2024-05-10 13:00, betweenMinutes=20, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=0, record=false, itemduration=24.0, pointTime=2024-05-10 13:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=false, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}]] +2024-06-19 10:57:19,926 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 10:57:19,927 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 10:57:19,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 10:57:19,927 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,927 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,928 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,929 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,929 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 10:57:19,929 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,930 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 10:57:19,930 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 150.0 +2024-06-19 10:57:19,930 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[470.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 10:57:19,930 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[-320.0] +2024-06-19 10:57:19,930 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,930 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,931 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:57:19,932 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:19,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:57:19,932 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,936 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:19,936 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 10:57:19,936 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:21,964 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 320.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 10:57:21,965 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 10:57:21,965 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:21,966 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=4.17, classInfo=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-10 07:51, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-10 12:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-10, userId=81, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {item=155, itemduration=0}], rqlx=0} +2024-06-19 10:57:21,967 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:21,967 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 10:57:21,967 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:22,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/01) - Connection #6 tested: OK +2024-06-19 10:57:22,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/01) - Connection #6 tested: OK +2024-06-19 10:57:22,158 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 10:57:22',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 10:57:22,219 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/01) - Connection #7 tested: OK +2024-06-19 10:57:22,285 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (02/26/01) - Connection #8 tested: OK +2024-06-19 10:57:22,295 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:57:22,296 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:57:22,296 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:57:22,296 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:57:22,296 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:57:22,398 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (02/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:22,408 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (02/27/01) - Connection #8 tested: OK +2024-06-19 10:57:22,470 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 10:57:22,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/01) - Connection #7 tested: OK +2024-06-19 10:57:22,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/01) - Connection #9 tested: OK +2024-06-19 10:57:22,700 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/27/01) - Connection #9 tested: OK +2024-06-19 10:57:22,764 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/27/01) - Connection #10 tested: OK +2024-06-19 10:57:22,929 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/28/01) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:23,458 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:23,527 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #10 - autoCommit reset back to true +2024-06-19 10:57:23,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #10 tested: OK +2024-06-19 10:57:23,587 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-19 10:57:23,587 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:23,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #11 tested: OK +2024-06-19 10:57:23,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #11 tested: OK +2024-06-19 10:57:23,801 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #12 tested: OK +2024-06-19 10:57:23,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #12 tested: OK +2024-06-19 10:57:23,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #13 tested: OK +2024-06-19 10:57:23,945 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000078 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:24,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #13 tested: OK +2024-06-19 10:57:24,078 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-19 10:57:24,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/31/00) - Connection #14 tested: OK +2024-06-19 10:57:24,246 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #14 tested: OK +2024-06-19 10:57:24,247 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:57:24,247 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:57:24,248 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:57:24,248 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-19 10:57:24,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #15 tested: OK +2024-06-19 10:57:24,459 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:24,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #15 tested: OK +2024-06-19 10:57:24,468 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:57:24,468 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-19 10:57:24,509 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/32/00) - Connection #16 tested: OK +2024-06-19 10:57:24,625 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/32/00) - Connection #16 tested: OK +2024-06-19 10:57:24,662 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/32/00) - Connection #17 tested: OK +2024-06-19 10:57:24,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #17 tested: OK +2024-06-19 10:57:24,768 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:57:24,768 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:57:24,768 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:57:24,826 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #18 tested: OK +2024-06-19 10:57:24,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #18 tested: OK +2024-06-19 10:57:24,924 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:57:24,924 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:57:24,924 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:57:24,940 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:24,984 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/33/00) - Connection #19 tested: OK +2024-06-19 10:57:25,118 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/33/00) - Connection #19 tested: OK +2024-06-19 10:57:25,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/33/00) - Connection #20 tested: OK +2024-06-19 10:57:25,309 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #20 tested: OK +2024-06-19 10:57:25,309 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-19 10:57:25,332 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000085 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:25,359 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/34/00) - Connection #21 tested: OK +2024-06-19 10:57:25,474 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/34/00) - Connection #21 tested: OK +2024-06-19 10:57:25,474 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-19 10:57:25,475 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:57:25,533 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/34/00) - Connection #22 tested: OK +2024-06-19 10:57:25,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #22 tested: OK +2024-06-19 10:57:25,638 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:57:25,707 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #23 tested: OK +2024-06-19 10:57:25,812 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #23 tested: OK +2024-06-19 10:57:25,812 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-19 10:57:25,863 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #24 tested: OK +2024-06-19 10:57:25,874 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:25,978 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/35/00) - Connection #24 tested: OK +2024-06-19 10:57:25,978 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:57:25,979 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:57:25,979 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:57:25,979 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:57:26,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/35/00) - Connection #25 tested: OK +2024-06-19 10:57:26,158 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/35/00) - Connection #25 tested: OK +2024-06-19 10:57:26,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/35/00) - Connection #26 tested: OK +2024-06-19 10:57:26,320 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000091 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:26,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/36/00) - Connection #26 tested: OK +2024-06-19 10:57:26,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:57:26,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:57:26,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:57:26,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:57:26,386 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/36/00) - Connection #27 tested: OK +2024-06-19 10:57:26,507 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/36/00) - Connection #27 tested: OK +2024-06-19 10:57:26,573 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/36/00) - Connection #28 tested: OK +2024-06-19 10:57:26,712 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #28 tested: OK +2024-06-19 10:57:26,738 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:26,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/37/00) - Connection #29 tested: OK +2024-06-19 10:57:26,878 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/37/00) - Connection #29 tested: OK +2024-06-19 10:57:26,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/37/00) - Connection #30 tested: OK +2024-06-19 10:57:27,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/37/00) - Connection #30 tested: OK +2024-06-19 10:57:27,058 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 +2024-06-19 10:57:27,122 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/37/00) - Connection #31 tested: OK +2024-06-19 10:57:27,238 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:27,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/38/00) - Connection #31 tested: OK +2024-06-19 10:57:27,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/38/00) - Connection #32 tested: OK +2024-06-19 10:57:27,394 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/38/00) - Connection #32 tested: OK +2024-06-19 10:57:27,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/38/00) - Connection #33 tested: OK +2024-06-19 10:57:27,581 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/38/00) - Connection #33 tested: OK +2024-06-19 10:57:27,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/38/00) - Connection #34 tested: OK +2024-06-19 10:57:27,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/38/00) - Connection #34 tested: OK +2024-06-19 10:57:27,740 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000099 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:27,791 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/39/00) - Connection #35 tested: OK +2024-06-19 10:57:27,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/39/00) - Connection #35 tested: OK +2024-06-19 10:57:27,903 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 +2024-06-19 10:57:27,950 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/39/00) - Connection #36 tested: OK +2024-06-19 10:57:28,059 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/39/00) - Connection #36 tested: OK +2024-06-19 10:57:28,059 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3) +2024-06-19 10:57:28,062 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 10:57:28,144 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:28,692 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:29,119 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:29,645 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:30,146 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:30,647 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:31,106 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:31,604 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:32,108 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:32,562 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:32,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:32,988 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-19 10:57:32,990 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - #0050 removed because of shutdown. +2024-06-19 10:57:32,990 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-19 10:57:32,990 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - #0049 removed because of shutdown. +2024-06-19 10:57:32,990 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - #0048 removed because of shutdown. +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - #0047 removed because of shutdown. +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - #0046 removed because of shutdown. +2024-06-19 10:57:32,991 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - #0045 removed because of shutdown. +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - #0044 removed because of shutdown. +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - #0043 removed because of shutdown. +2024-06-19 10:57:32,992 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-19 10:57:32,993 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - #0042 removed because of shutdown. +2024-06-19 10:57:32,993 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-19 10:57:32,993 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/40/00) - #0041 removed because of shutdown. +2024-06-19 10:57:32,994 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-19 10:57:32,994 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/39/00) - #0040 removed because of shutdown. +2024-06-19 10:57:32,994 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/38/00) - #0039 removed because of shutdown. +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/37/00) - #0038 removed because of shutdown. +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/36/00) - #0037 removed because of shutdown. +2024-06-19 10:57:32,995 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/35/00) - #0036 removed because of shutdown. +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/34/00) - #0035 removed because of shutdown. +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/33/00) - #0034 removed because of shutdown. +2024-06-19 10:57:32,996 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/32/00) - #0033 removed because of shutdown. +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/31/00) - #0032 removed because of shutdown. +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/30/00) - #0031 removed because of shutdown. +2024-06-19 10:57:32,997 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/29/00) - #0030 removed because of shutdown. +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/28/00) - #0029 removed because of shutdown. +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/27/00) - #0028 removed because of shutdown. +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-19 10:57:32,998 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/26/00) - #0027 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/25/00) - #0026 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/24/00) - #0025 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/23/00) - #0024 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/22/00) - #0023 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/21/00) - #0022 removed because of shutdown. +2024-06-19 10:57:32,999 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/20/00) - #0021 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/19/00) - #0020 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/18/00) - #0019 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/17/00) - #0018 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/16/00) - #0017 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/15/00) - #0016 removed because of shutdown. +2024-06-19 10:57:33,000 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/14/00) - #0015 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/13/00) - #0014 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/12/00) - #0013 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/11/00) - #0012 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/10/00) - #0011 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/09/00) - #0010 removed because of shutdown. +2024-06-19 10:57:33,001 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/08/00) - #0009 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/07/00) - #0008 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/06/00) - #0007 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/05/00) - #0006 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/04/00) - #0005 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/03/00) - #0004 removed because of shutdown. +2024-06-19 10:57:33,002 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/02/00) - #0003 removed because of shutdown. +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/01/00) - #0002 removed because of shutdown. +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/00/00) - #0001 removed because of shutdown. +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 15 milliseconds. +2024-06-19 10:57:33,003 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-19 10:57:33,004 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-19 10:57:51,422 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 10:57:51,426 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) +>> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 +2024-06-19 10:57:51,426 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 10:57:51,426 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd +>> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocSignInputSetCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeRightInfo +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeRightInfo +>> target:com.engine.workflow.cmd.requestForm.RequestSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestSubmitCmd->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRequestCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSubmitProxyCmd +>> target:com.engine.workflow.cmd.workflowPath.list.GetWorkflowListConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.list.GetAddOdocWFFormCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoSaveNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuDoSaveNodeCmd->com.engine.plugin.odoc.command.workflowPath.node.DeleteOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetAddInOperateConditionCmd +>> target:com.engine.crm.cmd.chance.FormUpdateCmd +>> proxy:->com.customization.esb.crm.chance.ProxyEditChanceCmd +>> target:com.engine.crm.cmd.customer.CustomerSaveCmd +>> proxy:->com.customization.esb.crm.customer.ProxyNewCustomerCmd +>> target:com.engine.workplan.cmd.workplanBase.AfterWorkplanNormalCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAfterWorkplanNormalCmd +>> target:com.engine.workflow.cmd.requestForm.BatchSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeBatchCmd +>> target:com.api.prj.cmd.prjBoard.DoDelBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoDelBoardStageCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.SaveNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.nodeLink.DeleteOdocNodelinkExtCmd +>> target:com.engine.cube.cmd.app.WaterMarkImg +>> proxy:->com.customization.cube.list.CustomChangeListHrefLinkCmd +>> target:com.engine.crm.cmd.customer.CustomerEditCmd +>> proxy:->com.customization.esb.crm.customer.ProxyEditCustomerCmd +>> target:com.engine.meeting.cmd.meetingbase.NewMeetingCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyNewMeetingCmd +>> target:com.engine.workflow.cmd.signInput.GetSignInputInfoCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestSignInput.OdocSignInputCmd +>> target:com.engine.cube.cmd.app.GetAppListCmd +>> proxy:->com.engine.plugin.mode.license.Proxy_GetAppListCmd +>> target:com.api.prj.cmd.project.DoProjectOperationCmd +>> proxy:->com.customization.esb.proj.project.ProxyDoProjectOperationCmd +>> target:com.engine.workflowDesign.cmd.WorkflowXmlParserCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicCmd +>> target:com.api.prj.cmd.project.DoPrjTempletStageSaveCmd +>> proxy:->com.customization.esb.proj.project.ProxySavePrjTempletStageCmd +>> target:com.engine.workflow.cmd.requestForm.DoTakEndCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSIgnReceiveTimeDoTakEndCmd +>> target:com.engine.crm.cmd.contacter.CreateCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyNewContacterCmd +>> target:com.engine.workflow.cmd.requestForm.GetRightMenuCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocRightMenuCmd->com.engine.plugin.odoc.command.odoRightMenuSetForm.OdocRightMenuBtnCmd->com.engine.plugin.workflow.command.qiyuesuo.QYSRightMenuCmd +>> target:com.engine.workflowDesign.cmd.GetOperateDataCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicOperatorCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocSaveMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocSaveMenuSettingsCmd +>> target:com.engine.odoc.cmd.odocMenuOperate.doEndPersonTreatCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeEndTreatCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.GetBaseInfoConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.GetBaseInfoSettingCmd +>> target:com.engine.workflow.cmd.workflowPath.node.signSet.DoSignSetSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSignSetSaveCmd +>> target:com.engine.crm.cmd.chance.DeleteCmd +>> proxy:->com.customization.esb.crm.chance.ProxyDeleteChanceCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetMenuSettingsCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetActionSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetActionSettingsCmd +>> target:com.engine.odoc.cmd.odocrequest.FlowNextCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeFlowCmd +>> target:com.engine.workflow.cmd.workflowType.DoSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSave2Cmd->com.engine.plugin.workflow.command.CustomDoSave3Cmd->com.engine.plugin.workflow.command.CustomDoSaveCmd +>> target:com.engine.workflowDesign.cmd.GetWfInfoCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetWfInfoCmd->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetWfInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeSessionkeyCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuCmd +>> target:com.engine.crm.cmd.contacter.DeleteCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyDeleteContacterCmd +>> target:com.engine.odoc.cmd.odocrequest.ForceArchiveCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForceArchiveCmd +>> target:com.engine.meeting.cmd.meetingField.GetViewMeetingFieldCmd +>> proxy:->com.customization.meeting.qc854537.CustomGetViewMeetingFieldCmd +>> target:com.api.common.cmd.login.DoUserSessionCmd +>> proxy:->com.engine.plugin.hrm.command.MyDoUserSessionCmd +>> target:com.engine.hrm.cmd.test.GetSearchConditionCmd +>> proxy:->com.engine.plugin.hrm.command.GetMySearchConditionCmd +>> target:com.engine.crm.cmd.chance.FormSaveCmd +>> proxy:->com.customization.esb.crm.chance.ProxyNewChanceCmd +>> target:com.engine.crm.cmd.customer.CrmDeleteCmd +>> proxy:->com.customization.esb.crm.customer.ProxyDeleteCustomerCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetPreAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetPreAddInOperateConditionCmd +>> target:com.api.prj.cmd.prjBoard.DoEditBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoEditBoardStageCmd +>> target:com.engine.odoc.cmd.updateSign.setting.SelectFreeFlowDatasCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowIsFree4OdocProxyCmd +>> target:com.engine.odoc.cmd.updateOperator.PlusSignatureCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAddDelCmd +>> target:com.api.prj.cmd.prjBoard.DoAddBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoAddBoardStageCmd +>> target:com.engine.workflow.cmd.requestForm.RequestManager_FlowNextNodeCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestNextNodeCmd +>> target:com.engine.odoc.cmd.odocWorkflow.OdocAddWorkflowCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignAddWorkflowCmd +>> target:com.engine.workflow.cmd.requestForm.RemarkSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRemarkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoAddWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveAddWFCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.GetNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeLinkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoSaveNewVersionCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSaveNewVersionTabCmd->com.engine.plugin.odoc.command.workflowPath.SaveNewVersionCmd +>> target:com.engine.workplan.cmd.workplanBase.AddAndEditWorkPlanCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAddAndEditWorkPlanCmd +>> target:com.engine.workflow.cmd.requestForm.WFManager_SaveNewNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowWFManager_SaveNewNodeCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoEditWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveEditWFCmd +>> target:com.engine.workflow.cmd.requestLog.LoadRequestLogBaseInfoCmd +>> proxy:->com.engine.plugin.workflow.command.CustomLoadRequestLogBaseInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoRestoreDeleteNodeCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.node.RestoreOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.monitor.DoDeleteCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowDeleteProxyCmd +>> target:com.engine.meeting.cmd.meetingbase.MeetingCancelCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyCancelMeetingCmd +>> target:com.engine.odoc.cmd.updateSign.append.AppendSaveLogCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAppendSignCmd +>> target:com.api.prj.cmd.task.DoTaskOperationCmd +>> proxy:->com.customization.esb.proj.task.ProxyDoTaskOperationCmd +>> target:com.engine.workflow.cmd.requestForm.LoadParamCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.LoadOdocFormParam->com.engine.plugin.workflow.command.HaoQianPromptInfoCmd +>> target:com.engine.crm.cmd.contacter.EditCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyEditContacterCmd +>> target:com.engine.workflow.cmd.requestForm.ForwardSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForwardCmd +>> target:com.engine.workflow.cmd.requestForm.GetFormTabCmd +>> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd +>> target:com.engine.workflowDesign.cmd.DoSaveLayout +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd +2024-06-19 10:57:51,427 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 10:57:51,994 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:57:51,994 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 10:57:51,994 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 10:57:51,994 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 10:57:51,995 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 10:57:51,998 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 10:57:51,998 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 10:57:51,998 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 10:57:51,999 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 10:57:52,000 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 10:57:52,000 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 10:57:52,000 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 10:57:52,000 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 10:57:52,001 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 10:57:52,001 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 10:57:52,001 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 10:57:52,001 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 10:57:52,002 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 10:57:52,002 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 10:57:52,002 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 10:57:52,002 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 10:57:52,002 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 10:57:52,003 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 10:57:52,003 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 10:57:52,003 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 10:57:52,003 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 10:57:52,004 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 10:57:52,005 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 10:57:52,005 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 10:57:52,005 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 10:57:52,005 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 10:57:52,005 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 10:57:52,006 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 10:57:52,007 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 10:57:52,007 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 10:57:52,007 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 10:57:52,007 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 10:57:52,008 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 10:57:52,008 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 10:57:52,033 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 10:57:52,037 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 10:57:52,039 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 10:57:52,838 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 10:57:52,927 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 10:57:52,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 10:57:52,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 10:57:53,038 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 10:57:53,039 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:57:53,039 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 10:57:53,039 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:53,039 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 10:57:53,142 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 10:57:53,197 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:57:53,198 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 10:57:53,198 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 10:57:53,288 [main] [A2] [INFO] - rootPath == +2024-06-19 10:57:53,289 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 10:57:53,290 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 10:57:53,290 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 10:57:53,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 10:57:53,387 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 10:57:53,388 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 10:57:53,388 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:57:53,388 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:57:53,388 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:57:53,388 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:57:53,389 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:57:53,479 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 10:57:53,480 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 10:57:53,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-19 10:57:53,548 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (01/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:53,666 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:57:53,768 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1514728501.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 10:57:53,809 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 10:57:53,852 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 10:57:53,852 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 10:57:53,853 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 10:57:53,853 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 10:57:53,853 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 10:57:53,853 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 10:57:53,853 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 10:57:53,854 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 10:57:53,854 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 10:57:53,854 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 10:57:53,858 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 10:57:53,861 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 10:57:53,862 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 10:57:53,863 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 10:57:53,863 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 10:57:53,863 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 10:57:53,865 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@180e6ac4 +2024-06-19 10:57:53,865 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 10:57:53,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-19 10:57:54,113 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:54,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 10:57:54,239 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:57:54,354 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-19 10:57:54,463 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 10:57:54,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-19 10:57:54,617 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:54,637 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-19 10:57:54,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:57:54,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 10:57:54,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-19 10:57:54,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-19 10:57:55,014 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-19 10:57:55,027 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:55,104 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #1 tested: OK +2024-06-19 10:57:55,162 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:57:55,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 10:57:55,340 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-19 10:57:55,463 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000011 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:55,474 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #4 tested: OK +2024-06-19 10:57:55,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #5 tested: OK +2024-06-19 10:57:55,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-19 10:57:55,686 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:57:55,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 10:57:55,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:57:55,907 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-19 10:57:55,961 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000014 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:55,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #2 tested: OK +2024-06-19 10:57:56,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-19 10:57:56,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-19 10:57:56,243 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-19 10:57:56,304 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:57:56,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-19 10:57:56,446 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:56,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #4 tested: OK +2024-06-19 10:57:56,590 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-19 10:57:56,648 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:57:56,799 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 10:57:56,844 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-19 10:57:56,927 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:56,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #6 tested: OK +2024-06-19 10:57:56,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #7 tested: OK +2024-06-19 10:57:57,098 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-19 10:57:57,163 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:57:57,274 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 10:57:57,339 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-19 10:57:57,412 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:57,452 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #9 tested: OK +2024-06-19 10:57:57,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #10 tested: OK +2024-06-19 10:57:57,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-19 10:57:57,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #11 tested: OK +2024-06-19 10:57:57,757 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-19 10:57:57,820 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-19 10:57:57,871 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:57,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #2 tested: OK +2024-06-19 10:57:57,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #1 tested: OK +2024-06-19 10:57:58,113 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #1 tested: OK +2024-06-19 10:57:58,163 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #3 tested: OK +2024-06-19 10:57:58,272 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #3 tested: OK +2024-06-19 10:57:58,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #4 tested: OK +2024-06-19 10:57:58,348 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000029 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:58,455 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #4 tested: OK +2024-06-19 10:57:58,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #5 tested: OK +2024-06-19 10:57:58,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #5 tested: OK +2024-06-19 10:57:58,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #6 tested: OK +2024-06-19 10:57:58,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #6 tested: OK +2024-06-19 10:57:58,835 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #7 tested: OK +2024-06-19 10:57:58,845 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000032 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:58,931 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #7 tested: OK +2024-06-19 10:57:58,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #8 tested: OK +2024-06-19 10:57:59,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #8 tested: OK +2024-06-19 10:57:59,134 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:57:59,136 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 10:57:59,137 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:57:59,227 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #9 tested: OK +2024-06-19 10:57:59,357 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:59,357 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #9 tested: OK +2024-06-19 10:57:59,412 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #10 tested: OK +2024-06-19 10:57:59,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #10 tested: OK +2024-06-19 10:57:59,559 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #11 tested: OK +2024-06-19 10:57:59,678 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #11 tested: OK +2024-06-19 10:57:59,759 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #12 tested: OK +2024-06-19 10:57:59,809 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:57:59,874 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #12 tested: OK +2024-06-19 10:57:59,927 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #13 tested: OK +2024-06-19 10:58:00,020 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #13 tested: OK +2024-06-19 10:58:00,020 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 10:58:00,020 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 10:58:00,021 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:58:00,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #14 tested: OK +2024-06-19 10:58:00,188 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #14 tested: OK +2024-06-19 10:58:00,242 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #15 tested: OK +2024-06-19 10:58:00,286 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:00,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #15 tested: OK +2024-06-19 10:58:00,461 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #16 tested: OK +2024-06-19 10:58:00,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #16 tested: OK +2024-06-19 10:58:00,569 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 10:58:00,570 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:00,570 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:00,570 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 10:58:00,570 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:00,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #17 tested: OK +2024-06-19 10:58:00,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #17 tested: OK +2024-06-19 10:58:00,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #2 tested: OK +2024-06-19 10:58:00,797 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:00,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #2 tested: OK +2024-06-19 10:58:00,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #1 tested: OK +2024-06-19 10:58:01,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #1 tested: OK +2024-06-19 10:58:01,085 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 10:58:01,086 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 10:58:01,086 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:01,087 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:01,087 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 10:58:01,087 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:01,087 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-08, 2024-05-12, 81] +2024-06-19 10:58:01,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #3 tested: OK +2024-06-19 10:58:01,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #3 tested: OK +2024-06-19 10:58:01,289 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:01,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #4 tested: OK +2024-06-19 10:58:01,471 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #4 tested: OK +2024-06-19 10:58:01,471 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 10:58:01,471 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 10:58:01,472 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 10:58:01,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #5 tested: OK +2024-06-19 10:58:01,624 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #5 tested: OK +2024-06-19 10:58:01,624 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 10:58:01,625 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 10:58:01,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #6 tested: OK +2024-06-19 10:58:01,778 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #6 tested: OK +2024-06-19 10:58:01,779 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 10:58:01,786 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:01,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #7 tested: OK +2024-06-19 10:58:01,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #7 tested: OK +2024-06-19 10:58:01,945 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 10:58:01,945 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 10:58:01,945 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:01,945 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 10:58:02,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #8 tested: OK +2024-06-19 10:58:02,115 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #8 tested: OK +2024-06-19 10:58:02,171 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #9 tested: OK +2024-06-19 10:58:02,288 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:02,303 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #9 tested: OK +2024-06-19 10:58:02,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #10 tested: OK +2024-06-19 10:58:02,458 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #10 tested: OK +2024-06-19 10:58:02,502 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #11 tested: OK +2024-06-19 10:58:02,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #11 tested: OK +2024-06-19 10:58:02,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #12 tested: OK +2024-06-19 10:58:02,763 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:02,775 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #12 tested: OK +2024-06-19 10:58:02,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #13 tested: OK +2024-06-19 10:58:02,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #13 tested: OK +2024-06-19 10:58:03,001 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #14 tested: OK +2024-06-19 10:58:03,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #14 tested: OK +2024-06-19 10:58:03,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #15 tested: OK +2024-06-19 10:58:03,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #15 tested: OK +2024-06-19 10:58:03,293 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:03,322 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #16 tested: OK +2024-06-19 10:58:03,452 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #16 tested: OK +2024-06-19 10:58:03,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #17 tested: OK +2024-06-19 10:58:03,622 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #17 tested: OK +2024-06-19 10:58:03,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #18 tested: OK +2024-06-19 10:58:03,789 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:03,795 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #18 tested: OK +2024-06-19 10:58:03,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #19 tested: OK +2024-06-19 10:58:03,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #19 tested: OK +2024-06-19 10:58:04,003 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #20 tested: OK +2024-06-19 10:58:04,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #20 tested: OK +2024-06-19 10:58:04,161 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #21 tested: OK +2024-06-19 10:58:04,257 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:04,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #21 tested: OK +2024-06-19 10:58:04,333 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #22 tested: OK +2024-06-19 10:58:04,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #22 tested: OK +2024-06-19 10:58:04,430 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:04,430 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 10:58:04,430 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:04,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #23 tested: OK +2024-06-19 10:58:04,613 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #23 tested: OK +2024-06-19 10:58:04,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #24 tested: OK +2024-06-19 10:58:04,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/25/00) - Connection #24 tested: OK +2024-06-19 10:58:04,781 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-10=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]}, schedulingMapBydate={2024-05-10=[{modeuuid=cb1879c7-eb7e-4111-95df-21cdc4d6d893, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-19, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-19, dgcx=, bz=, hxbz=, id=123417, glpbid=, pbtj=2, key=123417, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=123417, modedatacreater=1, bcrq=2024-05-10, lastname=程亮, bcxx=4-测试班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=10:50:12, modedatamodifydatetime=, pbsj=10:50, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 10:58:04,781 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 10:58:04,781 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:04,782 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-10 start*********** +2024-06-19 10:58:04,782 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:51, id=27, userid=81, signdate=2024-05-10}, {signtime=12:40, id=28, userid=81, signdate=2024-05-10}]] +2024-06-19 10:58:04,782 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-10}]] +2024-06-19 10:58:04,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:04,783 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 10:58:04,784 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:04,785 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-10 07:00],lastestTime: [2024-05-10 21:05] +2024-06-19 10:58:04,786 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 10:58:04,786 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:04,808 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:04,835 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #25 tested: OK +2024-06-19 10:58:04,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #25 tested: OK +2024-06-19 10:58:05,003 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #26 tested: OK +2024-06-19 10:58:05,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #26 tested: OK +2024-06-19 10:58:05,135 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,135 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 10:58:05,136 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:05,177 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #2 tested: OK +2024-06-19 10:58:05,304 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/26/00) - Connection #2 tested: OK +2024-06-19 10:58:05,305 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 10:58:05,305 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 10:58:05,305 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,306 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,306 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 10:58:05,306 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:05,329 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:58:05,377 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #1 tested: OK +2024-06-19 10:58:05,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #1 tested: OK +2024-06-19 10:58:05,500 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 10:58:05,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 10:58:05,500 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,502 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,502 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 10:58:05,502 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:05,503 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 10:58:05,504 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 10:58:05,504 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 10:58:05,507 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:58:05,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 10:58:05,507 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,508 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:05,508 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:58:05,508 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:05,508 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:58:05,508 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:58:05,508 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,159 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:58:08,159 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 10:58:08,160 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:58:08,161 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:58:08,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,162 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,165 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,165 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,166 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:58:08,167 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:58:08,167 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 10:58:08,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,167 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,167 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,168 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,168 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,168 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,168 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,169 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 10:58:08,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,170 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 10:58:08,170 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 10:58:08,170 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 10:58:08,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,170 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,171 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,171 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,171 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,171 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,171 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,172 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,172 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,173 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [DEBUG] - between :470,jbzzhlfzs:0 +2024-06-19 10:58:08,173 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=6.0, bdlx=0, item=125, itemType=LEAVE_EARLY, classEndTime=2024-05-10 13:00, betweenMinutes=20, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=0, record=false, itemduration=24.0, pointTime=2024-05-10 13:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=false, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}]] +2024-06-19 10:58:08,174 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 10:58:08,174 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 10:58:08,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 10:58:08,175 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,177 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 10:58:08,177 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,178 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 10:58:08,178 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 150.0 +2024-06-19 10:58:08,178 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[470.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 10:58:08,179 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[-320.0] +2024-06-19 10:58:08,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,179 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 10:58:08,180 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:08,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 10:58:08,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:58:08,186 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 10:58:08,186 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:58:13,860 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (00/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:08,547 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 320.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 10:59:08,548 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 10:59:08,548 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:59:08,549 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=4.17, classInfo=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-10 07:51, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-10 12:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-10, userId=81, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {item=155, itemduration=0}], rqlx=0} +2024-06-19 10:59:08,550 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:59:08,550 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 10:59:08,551 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 10:59:08,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/28/00) - Connection #3 tested: OK +2024-06-19 10:59:08,722 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #3 tested: OK +2024-06-19 10:59:08,722 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 10:59:08',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 10:59:08,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #4 tested: OK +2024-06-19 10:59:08,834 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (02/28/00) - Connection #5 tested: OK +2024-06-19 10:59:08,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 10:59:08,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 10:59:08,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 10:59:08,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 10:59:08,843 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 10:59:08,944 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (02/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:08,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (02/29/00) - Connection #5 tested: OK +2024-06-19 10:59:09,025 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 10:59:09,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #4 tested: OK +2024-06-19 10:59:09,125 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/29/00) - Connection #6 tested: OK +2024-06-19 10:59:09,218 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #6 tested: OK +2024-06-19 10:59:09,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #7 tested: OK +2024-06-19 10:59:09,341 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:09,812 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:09,929 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #7 - autoCommit reset back to true +2024-06-19 10:59:09,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #7 tested: OK +2024-06-19 10:59:09,974 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-19 10:59:09,974 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 10:59:10,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/31/00) - Connection #8 tested: OK +2024-06-19 10:59:10,165 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #8 tested: OK +2024-06-19 10:59:10,225 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #9 tested: OK +2024-06-19 10:59:10,241 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:10,377 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #9 tested: OK +2024-06-19 10:59:10,442 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #10 tested: OK +2024-06-19 10:59:10,538 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #10 tested: OK +2024-06-19 10:59:10,538 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-19 10:59:10,587 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #11 tested: OK +2024-06-19 10:59:10,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #11 tested: OK +2024-06-19 10:59:10,698 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:59:10,698 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:59:10,698 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:59:10,698 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-19 10:59:10,743 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:10,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/33/00) - Connection #12 tested: OK +2024-06-19 10:59:10,988 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #12 tested: OK +2024-06-19 10:59:10,993 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:59:10,993 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-19 10:59:11,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #13 tested: OK +2024-06-19 10:59:11,143 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:11,149 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #13 tested: OK +2024-06-19 10:59:11,207 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #14 tested: OK +2024-06-19 10:59:11,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #14 tested: OK +2024-06-19 10:59:11,323 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:59:11,323 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:59:11,323 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:59:11,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #15 tested: OK +2024-06-19 10:59:11,519 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #15 tested: OK +2024-06-19 10:59:11,520 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:59:11,520 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:59:11,521 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:59:11,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #16 tested: OK +2024-06-19 10:59:11,662 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:11,710 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #16 tested: OK +2024-06-19 10:59:11,765 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/34/01) - Connection #17 tested: OK +2024-06-19 10:59:11,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/34/01) - Connection #17 tested: OK +2024-06-19 10:59:11,918 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-19 10:59:11,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/34/01) - Connection #18 tested: OK +2024-06-19 10:59:12,124 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/35/01) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:12,124 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/35/01) - Connection #18 tested: OK +2024-06-19 10:59:12,125 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-19 10:59:12,125 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 10:59:12,185 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/35/01) - Connection #19 tested: OK +2024-06-19 10:59:12,287 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/35/01) - Connection #19 tested: OK +2024-06-19 10:59:12,288 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 10:59:12,348 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/35/01) - Connection #20 tested: OK +2024-06-19 10:59:12,462 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/35/01) - Connection #20 tested: OK +2024-06-19 10:59:12,462 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-19 10:59:12,540 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/35/01) - Connection #21 tested: OK +2024-06-19 10:59:12,667 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/35/01) - Connection #21 tested: OK +2024-06-19 10:59:12,667 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-19 10:59:12,667 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 10:59:12,668 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:59:12,668 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:59:12,673 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/36/01) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:12,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/37/00) - Connection #22 tested: OK +2024-06-19 10:59:12,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/36/01) - Connection #22 tested: OK +2024-06-19 10:59:12,908 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/36/01) - Connection #23 tested: OK +2024-06-19 10:59:13,012 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/36/01) - Connection #23 tested: OK +2024-06-19 10:59:13,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 10:59:13,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 10:59:13,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 10:59:13,012 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 10:59:13,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/36/01) - Connection #24 tested: OK +2024-06-19 10:59:13,144 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/37/01) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:13,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/37/01) - Connection #24 tested: OK +2024-06-19 10:59:13,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/37/01) - Connection #25 tested: OK +2024-06-19 10:59:13,314 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/37/01) - Connection #25 tested: OK +2024-06-19 10:59:13,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/37/01) - Connection #26 tested: OK +2024-06-19 10:59:13,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/37/01) - Connection #26 tested: OK +2024-06-19 10:59:13,562 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/37/01) - Connection #27 tested: OK +2024-06-19 10:59:13,681 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/38/01) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:13,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/01) - Connection #27 tested: OK +2024-06-19 10:59:13,714 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 +2024-06-19 10:59:13,762 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/01) - Connection #28 tested: OK +2024-06-19 10:59:13,883 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/39/00) - Connection #28 tested: OK +2024-06-19 10:59:13,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/39/00) - Connection #29 tested: OK +2024-06-19 10:59:14,047 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #29 tested: OK +2024-06-19 10:59:14,100 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #30 tested: OK +2024-06-19 10:59:14,170 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:14,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #30 tested: OK +2024-06-19 10:59:14,275 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #31 tested: OK +2024-06-19 10:59:14,397 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #31 tested: OK +2024-06-19 10:59:14,437 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #32 tested: OK +2024-06-19 10:59:14,533 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #32 tested: OK +2024-06-19 10:59:14,534 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 +2024-06-19 10:59:14,583 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #33 tested: OK +2024-06-19 10:59:14,625 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:14,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #33 tested: OK +2024-06-19 10:59:14,702 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3) +2024-06-19 10:59:14,704 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 10:59:15,078 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:15,575 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:15,967 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:16,446 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:16,942 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:17,365 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:17,810 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:18,318 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:18,814 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-19 10:59:18,814 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - #0050 removed because of shutdown. +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - #0049 removed because of shutdown. +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - #0048 removed because of shutdown. +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-19 10:59:18,816 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - #0047 removed because of shutdown. +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - #0046 removed because of shutdown. +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - #0045 removed because of shutdown. +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-19 10:59:18,817 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - #0044 removed because of shutdown. +2024-06-19 10:59:18,818 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-19 10:59:18,818 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - #0043 removed because of shutdown. +2024-06-19 10:59:18,818 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-19 10:59:18,818 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - #0042 removed because of shutdown. +2024-06-19 10:59:18,818 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/40/00) - #0041 removed because of shutdown. +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/39/00) - #0040 removed because of shutdown. +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/38/00) - #0039 removed because of shutdown. +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-19 10:59:18,819 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/37/00) - #0038 removed because of shutdown. +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/36/00) - #0037 removed because of shutdown. +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/35/00) - #0036 removed because of shutdown. +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/34/00) - #0035 removed because of shutdown. +2024-06-19 10:59:18,820 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/33/00) - #0034 removed because of shutdown. +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/32/00) - #0033 removed because of shutdown. +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/31/00) - #0032 removed because of shutdown. +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/30/00) - #0031 removed because of shutdown. +2024-06-19 10:59:18,821 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/29/00) - #0030 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/28/00) - #0029 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/27/00) - #0028 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/26/00) - #0027 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/25/00) - #0026 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/24/00) - #0025 removed because of shutdown. +2024-06-19 10:59:18,822 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/23/00) - #0024 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/22/00) - #0023 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/21/00) - #0022 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/20/00) - #0021 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/19/00) - #0020 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/18/00) - #0019 removed because of shutdown. +2024-06-19 10:59:18,823 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/17/00) - #0018 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/16/00) - #0017 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/15/00) - #0016 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/14/00) - #0015 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/13/00) - #0014 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/12/00) - #0013 removed because of shutdown. +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-19 10:59:18,824 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/11/00) - #0012 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/10/00) - #0011 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/09/00) - #0010 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/08/00) - #0009 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/07/00) - #0008 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/06/00) - #0007 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/05/00) - #0006 removed because of shutdown. +2024-06-19 10:59:18,825 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/04/00) - #0005 removed because of shutdown. +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/03/00) - #0004 removed because of shutdown. +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/02/00) - #0003 removed because of shutdown. +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/01/00) - #0001 removed because of shutdown. +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/00/00) - #0002 removed because of shutdown. +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-19 10:59:18,826 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 12 milliseconds. +2024-06-19 10:59:18,827 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-19 10:59:18,827 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-19 11:00:38,092 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 11:00:38,096 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) +>> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 +2024-06-19 11:00:38,096 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 11:00:38,096 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd +>> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocSignInputSetCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeRightInfo +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeRightInfo +>> target:com.engine.workflow.cmd.requestForm.RequestSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestSubmitCmd->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRequestCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSubmitProxyCmd +>> target:com.engine.workflow.cmd.workflowPath.list.GetWorkflowListConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.list.GetAddOdocWFFormCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoSaveNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuDoSaveNodeCmd->com.engine.plugin.odoc.command.workflowPath.node.DeleteOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetAddInOperateConditionCmd +>> target:com.engine.crm.cmd.chance.FormUpdateCmd +>> proxy:->com.customization.esb.crm.chance.ProxyEditChanceCmd +>> target:com.engine.crm.cmd.customer.CustomerSaveCmd +>> proxy:->com.customization.esb.crm.customer.ProxyNewCustomerCmd +>> target:com.engine.workplan.cmd.workplanBase.AfterWorkplanNormalCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAfterWorkplanNormalCmd +>> target:com.engine.workflow.cmd.requestForm.BatchSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeBatchCmd +>> target:com.api.prj.cmd.prjBoard.DoDelBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoDelBoardStageCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.SaveNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.nodeLink.DeleteOdocNodelinkExtCmd +>> target:com.engine.cube.cmd.app.WaterMarkImg +>> proxy:->com.customization.cube.list.CustomChangeListHrefLinkCmd +>> target:com.engine.crm.cmd.customer.CustomerEditCmd +>> proxy:->com.customization.esb.crm.customer.ProxyEditCustomerCmd +>> target:com.engine.meeting.cmd.meetingbase.NewMeetingCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyNewMeetingCmd +>> target:com.engine.workflow.cmd.signInput.GetSignInputInfoCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestSignInput.OdocSignInputCmd +>> target:com.engine.cube.cmd.app.GetAppListCmd +>> proxy:->com.engine.plugin.mode.license.Proxy_GetAppListCmd +>> target:com.api.prj.cmd.project.DoProjectOperationCmd +>> proxy:->com.customization.esb.proj.project.ProxyDoProjectOperationCmd +>> target:com.engine.workflowDesign.cmd.WorkflowXmlParserCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicCmd +>> target:com.api.prj.cmd.project.DoPrjTempletStageSaveCmd +>> proxy:->com.customization.esb.proj.project.ProxySavePrjTempletStageCmd +>> target:com.engine.workflow.cmd.requestForm.DoTakEndCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSIgnReceiveTimeDoTakEndCmd +>> target:com.engine.crm.cmd.contacter.CreateCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyNewContacterCmd +>> target:com.engine.workflow.cmd.requestForm.GetRightMenuCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocRightMenuCmd->com.engine.plugin.odoc.command.odoRightMenuSetForm.OdocRightMenuBtnCmd->com.engine.plugin.workflow.command.qiyuesuo.QYSRightMenuCmd +>> target:com.engine.workflowDesign.cmd.GetOperateDataCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicOperatorCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocSaveMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocSaveMenuSettingsCmd +>> target:com.engine.odoc.cmd.odocMenuOperate.doEndPersonTreatCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeEndTreatCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.GetBaseInfoConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.GetBaseInfoSettingCmd +>> target:com.engine.workflow.cmd.workflowPath.node.signSet.DoSignSetSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSignSetSaveCmd +>> target:com.engine.crm.cmd.chance.DeleteCmd +>> proxy:->com.customization.esb.crm.chance.ProxyDeleteChanceCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetMenuSettingsCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetActionSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetActionSettingsCmd +>> target:com.engine.odoc.cmd.odocrequest.FlowNextCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeFlowCmd +>> target:com.engine.workflow.cmd.workflowType.DoSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSave2Cmd->com.engine.plugin.workflow.command.CustomDoSave3Cmd->com.engine.plugin.workflow.command.CustomDoSaveCmd +>> target:com.engine.workflowDesign.cmd.GetWfInfoCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetWfInfoCmd->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetWfInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeSessionkeyCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuCmd +>> target:com.engine.crm.cmd.contacter.DeleteCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyDeleteContacterCmd +>> target:com.engine.odoc.cmd.odocrequest.ForceArchiveCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForceArchiveCmd +>> target:com.engine.meeting.cmd.meetingField.GetViewMeetingFieldCmd +>> proxy:->com.customization.meeting.qc854537.CustomGetViewMeetingFieldCmd +>> target:com.api.common.cmd.login.DoUserSessionCmd +>> proxy:->com.engine.plugin.hrm.command.MyDoUserSessionCmd +>> target:com.engine.hrm.cmd.test.GetSearchConditionCmd +>> proxy:->com.engine.plugin.hrm.command.GetMySearchConditionCmd +>> target:com.engine.crm.cmd.chance.FormSaveCmd +>> proxy:->com.customization.esb.crm.chance.ProxyNewChanceCmd +>> target:com.engine.crm.cmd.customer.CrmDeleteCmd +>> proxy:->com.customization.esb.crm.customer.ProxyDeleteCustomerCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetPreAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetPreAddInOperateConditionCmd +>> target:com.api.prj.cmd.prjBoard.DoEditBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoEditBoardStageCmd +>> target:com.engine.odoc.cmd.updateSign.setting.SelectFreeFlowDatasCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowIsFree4OdocProxyCmd +>> target:com.engine.odoc.cmd.updateOperator.PlusSignatureCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAddDelCmd +>> target:com.api.prj.cmd.prjBoard.DoAddBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoAddBoardStageCmd +>> target:com.engine.workflow.cmd.requestForm.RequestManager_FlowNextNodeCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestNextNodeCmd +>> target:com.engine.odoc.cmd.odocWorkflow.OdocAddWorkflowCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignAddWorkflowCmd +>> target:com.engine.workflow.cmd.requestForm.RemarkSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRemarkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoAddWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveAddWFCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.GetNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeLinkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoSaveNewVersionCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSaveNewVersionTabCmd->com.engine.plugin.odoc.command.workflowPath.SaveNewVersionCmd +>> target:com.engine.workplan.cmd.workplanBase.AddAndEditWorkPlanCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAddAndEditWorkPlanCmd +>> target:com.engine.workflow.cmd.requestForm.WFManager_SaveNewNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowWFManager_SaveNewNodeCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoEditWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveEditWFCmd +>> target:com.engine.workflow.cmd.requestLog.LoadRequestLogBaseInfoCmd +>> proxy:->com.engine.plugin.workflow.command.CustomLoadRequestLogBaseInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoRestoreDeleteNodeCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.node.RestoreOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.monitor.DoDeleteCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowDeleteProxyCmd +>> target:com.engine.meeting.cmd.meetingbase.MeetingCancelCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyCancelMeetingCmd +>> target:com.engine.odoc.cmd.updateSign.append.AppendSaveLogCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAppendSignCmd +>> target:com.api.prj.cmd.task.DoTaskOperationCmd +>> proxy:->com.customization.esb.proj.task.ProxyDoTaskOperationCmd +>> target:com.engine.workflow.cmd.requestForm.LoadParamCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.LoadOdocFormParam->com.engine.plugin.workflow.command.HaoQianPromptInfoCmd +>> target:com.engine.crm.cmd.contacter.EditCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyEditContacterCmd +>> target:com.engine.workflow.cmd.requestForm.ForwardSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForwardCmd +>> target:com.engine.workflow.cmd.requestForm.GetFormTabCmd +>> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd +>> target:com.engine.workflowDesign.cmd.DoSaveLayout +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd +2024-06-19 11:00:38,097 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 11:00:38,738 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:00:38,738 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 11:00:38,739 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 11:00:38,739 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 11:00:38,739 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 11:00:38,739 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 11:00:38,739 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 11:00:38,740 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 11:00:38,740 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 11:00:38,740 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 11:00:38,740 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 11:00:38,741 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 11:00:38,742 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 11:00:38,742 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 11:00:38,742 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 11:00:38,742 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 11:00:38,743 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 11:00:38,743 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 11:00:38,743 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 11:00:38,743 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 11:00:38,743 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 11:00:38,744 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 11:00:38,745 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 11:00:38,745 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 11:00:38,745 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 11:00:38,746 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 11:00:38,746 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 11:00:38,746 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 11:00:38,746 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 11:00:38,747 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 11:00:38,747 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 11:00:38,747 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 11:00:38,747 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 11:00:38,747 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 11:00:38,748 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 11:00:38,749 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 11:00:38,750 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 11:00:38,750 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 11:00:38,750 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 11:00:38,750 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:00:38,750 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 11:00:38,751 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 11:00:38,751 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 11:00:38,769 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 11:00:38,771 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 11:00:38,773 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 11:00:39,642 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 11:00:39,761 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 11:00:39,822 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 11:00:39,822 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 11:00:39,872 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 11:00:39,872 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:00:39,872 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:00:39,873 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 11:00:39,873 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:39,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 11:00:40,025 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 11:00:40,025 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 11:00:40,026 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 11:00:40,140 [main] [A2] [INFO] - rootPath == +2024-06-19 11:00:40,140 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 11:00:40,142 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 11:00:40,143 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 11:00:40,208 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 11:00:40,223 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 11:00:40,223 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 11:00:40,223 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:00:40,223 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 11:00:40,223 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 11:00:40,224 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 11:00:40,224 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:00:40,294 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:40,324 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 11:00:40,325 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 11:00:40,397 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 11:00:40,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:00:40,659 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:00:40,672 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 11:00:40,672 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 11:00:40,673 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath911709613.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 11:00:40,673 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 11:00:40,673 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 11:00:40,673 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 11:00:40,718 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 11:00:40,719 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 11:00:40,720 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 11:00:40,720 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 11:00:40,720 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 11:00:40,724 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 11:00:40,728 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 11:00:40,729 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 11:00:40,729 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 11:00:40,729 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 11:00:40,730 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 11:00:40,732 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@4a9f80d3 +2024-06-19 11:00:40,732 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 11:00:40,768 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000003 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:40,812 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/04/00) - Connection #2 tested: OK +2024-06-19 11:00:40,942 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 11:00:40,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-19 11:00:41,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-19 11:00:41,257 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000005 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:41,268 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/05/00) - Connection #1 tested: OK +2024-06-19 11:00:41,330 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/05/00) - Connection #4 tested: OK +2024-06-19 11:00:41,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-19 11:00:41,491 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:00:41,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:00:41,633 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-19 11:00:41,706 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000008 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:41,757 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/06/00) - Connection #2 tested: OK +2024-06-19 11:00:41,823 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/06/00) - Connection #1 tested: OK +2024-06-19 11:00:41,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #1 tested: OK +2024-06-19 11:00:41,974 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:00:42,065 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:00:42,103 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-19 11:00:42,169 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000011 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:42,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #4 tested: OK +2024-06-19 11:00:42,262 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/07/00) - Connection #5 tested: OK +2024-06-19 11:00:42,366 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #5 tested: OK +2024-06-19 11:00:42,422 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/07/00) - Connection #6 tested: OK +2024-06-19 11:00:42,537 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 11:00:42,582 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-19 11:00:42,637 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000014 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:42,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #7 tested: OK +2024-06-19 11:00:42,743 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/08/00) - Connection #8 tested: OK +2024-06-19 11:00:42,859 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #8 tested: OK +2024-06-19 11:00:42,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #2 tested: OK +2024-06-19 11:00:43,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-19 11:00:43,072 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-19 11:00:43,116 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000017 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:43,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #1 tested: OK +2024-06-19 11:00:43,234 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/09/00) - Connection #3 tested: OK +2024-06-19 11:00:43,335 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #3 tested: OK +2024-06-19 11:00:43,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-19 11:00:43,499 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #4 tested: OK +2024-06-19 11:00:43,541 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 11:00:43,609 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000020 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:43,647 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #5 tested: OK +2024-06-19 11:00:43,703 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/10/00) - Connection #6 tested: OK +2024-06-19 11:00:43,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #6 tested: OK +2024-06-19 11:00:43,873 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-19 11:00:43,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #7 tested: OK +2024-06-19 11:00:44,027 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 11:00:44,090 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000023 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:44,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #8 tested: OK +2024-06-19 11:00:44,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/11/00) - Connection #9 tested: OK +2024-06-19 11:00:44,302 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #9 tested: OK +2024-06-19 11:00:44,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-19 11:00:44,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #10 tested: OK +2024-06-19 11:00:44,544 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-19 11:00:44,592 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000026 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:44,651 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #11 tested: OK +2024-06-19 11:00:44,692 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/12/00) - Connection #12 tested: OK +2024-06-19 11:00:44,802 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #12 tested: OK +2024-06-19 11:00:44,862 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #2 tested: OK +2024-06-19 11:00:44,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #2 tested: OK +2024-06-19 11:00:45,024 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:45,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/13/00) - Connection #1 tested: OK +2024-06-19 11:00:45,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #1 tested: OK +2024-06-19 11:00:45,174 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/13/00) - Connection #3 tested: OK +2024-06-19 11:00:45,277 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #3 tested: OK +2024-06-19 11:00:45,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #4 tested: OK +2024-06-19 11:00:45,516 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:45,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #4 tested: OK +2024-06-19 11:00:45,582 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/14/00) - Connection #5 tested: OK +2024-06-19 11:00:45,677 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #5 tested: OK +2024-06-19 11:00:45,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/14/00) - Connection #6 tested: OK +2024-06-19 11:00:45,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #6 tested: OK +2024-06-19 11:00:45,819 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:45,821 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 11:00:45,822 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:45,928 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #7 tested: OK +2024-06-19 11:00:45,953 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:46,038 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #7 tested: OK +2024-06-19 11:00:46,106 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/15/00) - Connection #8 tested: OK +2024-06-19 11:00:46,199 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #8 tested: OK +2024-06-19 11:00:46,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #9 tested: OK +2024-06-19 11:00:46,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #9 tested: OK +2024-06-19 11:00:46,398 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000036 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:46,402 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/16/00) - Connection #10 tested: OK +2024-06-19 11:00:46,512 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #10 tested: OK +2024-06-19 11:00:46,571 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/16/00) - Connection #11 tested: OK +2024-06-19 11:00:46,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #11 tested: OK +2024-06-19 11:00:46,665 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 11:00:46,665 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 11:00:46,666 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 11:00:46,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #12 tested: OK +2024-06-19 11:00:46,843 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #12 tested: OK +2024-06-19 11:00:46,848 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000039 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:46,898 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/17/00) - Connection #13 tested: OK +2024-06-19 11:00:47,058 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #13 tested: OK +2024-06-19 11:00:47,119 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #14 tested: OK +2024-06-19 11:00:47,233 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #14 tested: OK +2024-06-19 11:00:47,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 11:00:47,234 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:47,235 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:47,235 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 11:00:47,235 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:47,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #15 tested: OK +2024-06-19 11:00:47,334 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000042 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:47,379 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #15 tested: OK +2024-06-19 11:00:47,424 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/18/00) - Connection #16 tested: OK +2024-06-19 11:00:47,518 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #16 tested: OK +2024-06-19 11:00:47,564 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #17 tested: OK +2024-06-19 11:00:47,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #17 tested: OK +2024-06-19 11:00:47,681 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 11:00:47,681 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 11:00:47,681 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:47,682 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:47,682 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 11:00:47,682 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:47,682 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-08, 2024-05-12, 81] +2024-06-19 11:00:47,741 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #18 tested: OK +2024-06-19 11:00:47,863 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #18 tested: OK +2024-06-19 11:00:47,870 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000045 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:47,923 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/19/00) - Connection #2 tested: OK +2024-06-19 11:00:48,030 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #2 tested: OK +2024-06-19 11:00:48,030 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 11:00:48,030 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 11:00:48,030 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 11:00:48,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #1 tested: OK +2024-06-19 11:00:48,215 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #1 tested: OK +2024-06-19 11:00:48,215 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 11:00:48,215 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 11:00:48,260 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #3 tested: OK +2024-06-19 11:00:48,364 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #3 tested: OK +2024-06-19 11:00:48,365 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 11:00:48,369 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000048 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:48,423 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/20/00) - Connection #4 tested: OK +2024-06-19 11:00:48,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #4 tested: OK +2024-06-19 11:00:48,530 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 11:00:48,530 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 11:00:48,530 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:48,531 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 11:00:48,582 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #5 tested: OK +2024-06-19 11:00:48,687 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #5 tested: OK +2024-06-19 11:00:48,742 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #6 tested: OK +2024-06-19 11:00:48,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #6 tested: OK +2024-06-19 11:00:48,861 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000051 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:48,902 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/21/00) - Connection #7 tested: OK +2024-06-19 11:00:49,024 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #7 tested: OK +2024-06-19 11:00:49,082 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #8 tested: OK +2024-06-19 11:00:49,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #8 tested: OK +2024-06-19 11:00:49,264 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #9 tested: OK +2024-06-19 11:00:49,366 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:49,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #9 tested: OK +2024-06-19 11:00:49,439 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #10 tested: OK +2024-06-19 11:00:49,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #10 tested: OK +2024-06-19 11:00:49,601 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #11 tested: OK +2024-06-19 11:00:49,709 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #11 tested: OK +2024-06-19 11:00:49,774 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #12 tested: OK +2024-06-19 11:00:49,848 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:49,881 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #12 tested: OK +2024-06-19 11:00:49,924 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #13 tested: OK +2024-06-19 11:00:50,030 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #13 tested: OK +2024-06-19 11:00:50,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #14 tested: OK +2024-06-19 11:00:50,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #14 tested: OK +2024-06-19 11:00:50,258 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #15 tested: OK +2024-06-19 11:00:50,353 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #15 tested: OK +2024-06-19 11:00:50,364 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:50,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #16 tested: OK +2024-06-19 11:00:50,504 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #16 tested: OK +2024-06-19 11:00:50,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #17 tested: OK +2024-06-19 11:00:50,638 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #17 tested: OK +2024-06-19 11:00:50,698 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #18 tested: OK +2024-06-19 11:00:50,797 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/24/00) - Connection #18 tested: OK +2024-06-19 11:00:50,824 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:50,857 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #19 tested: OK +2024-06-19 11:00:50,965 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #19 tested: OK +2024-06-19 11:00:50,965 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:50,965 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 11:00:50,965 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:51,037 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #20 tested: OK +2024-06-19 11:00:51,148 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #20 tested: OK +2024-06-19 11:00:51,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #21 tested: OK +2024-06-19 11:00:51,307 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:51,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #21 tested: OK +2024-06-19 11:00:51,330 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-10=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]}, schedulingMapBydate={2024-05-10=[{modeuuid=cb1879c7-eb7e-4111-95df-21cdc4d6d893, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-19, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-19, dgcx=, bz=, hxbz=, id=123417, glpbid=, pbtj=2, key=123417, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=123417, modedatacreater=1, bcrq=2024-05-10, lastname=程亮, bcxx=4-测试班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=10:50:12, modedatamodifydatetime=, pbsj=10:50, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 11:00:51,330 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 11:00:51,330 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,330 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-10 start*********** +2024-06-19 11:00:51,331 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:51, id=27, userid=81, signdate=2024-05-10}, {signtime=12:40, id=28, userid=81, signdate=2024-05-10}]] +2024-06-19 11:00:51,331 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-10}]] +2024-06-19 11:00:51,332 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,332 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 11:00:51,332 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:51,333 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-10 07:00],lastestTime: [2024-05-10 21:05] +2024-06-19 11:00:51,334 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 11:00:51,334 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,399 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #22 tested: OK +2024-06-19 11:00:51,517 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #22 tested: OK +2024-06-19 11:00:51,572 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #23 tested: OK +2024-06-19 11:00:51,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #23 tested: OK +2024-06-19 11:00:51,690 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,690 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 11:00:51,690 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:51,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #24 tested: OK +2024-06-19 11:00:51,784 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000069 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:00:51,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #24 tested: OK +2024-06-19 11:00:51,850 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 11:00:51,850 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 11:00:51,850 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,851 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:51,851 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 11:00:51,851 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:51,906 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #25 tested: OK +2024-06-19 11:00:52,004 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #25 tested: OK +2024-06-19 11:00:52,005 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 11:00:52,005 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 11:00:52,005 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:52,007 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:52,007 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 11:00:52,007 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:52,007 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 11:00:52,008 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:00:52,008 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:00:52,012 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:00:52,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 11:00:52,012 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:52,013 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:52,013 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:00:52,013 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:52,014 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:00:52,014 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:00:52,014 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,150 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:00:56,150 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:00:56,151 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:00:56,152 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:00:56,154 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,154 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,154 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,155 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,156 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,157 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:00:56,157 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:00:56,158 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 11:00:56,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,158 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,158 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,160 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,160 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,161 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 11:00:56,161 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,161 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,161 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:00:56,162 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:00:56,162 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 11:00:56,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,162 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,162 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,163 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,163 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-19 11:00:56,164 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,165 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,166 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [DEBUG] - between :470,jbzzhlfzs:0 +2024-06-19 11:00:56,166 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=6.0, bdlx=0, item=125, itemType=LEAVE_EARLY, classEndTime=2024-05-10 13:00, betweenMinutes=20, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=0, record=false, itemduration=24.0, pointTime=2024-05-10 13:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=false, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}]] +2024-06-19 11:00:56,167 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 11:00:56,167 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 11:00:56,168 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,168 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:00:56,169 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,169 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,169 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,170 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 11:00:56,170 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,173 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 11:00:56,173 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 150.0 +2024-06-19 11:00:56,174 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[470.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 11:00:56,174 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[-320.0] +2024-06-19 11:00:56,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,174 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:00:56,175 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:00:56,175 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:00:56,176 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,180 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:00:56,181 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 11:00:56,181 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:29:48,963 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 320.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 11:29:48,964 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 11:29:48,965 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:29:48,965 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=4.17, classInfo=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-10 07:51, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-10 12:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-10, userId=81, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {item=155, itemduration=0}], rqlx=0} +2024-06-19 11:29:48,966 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:29:48,966 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 11:29:48,966 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:29:49,002 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 11:32:34,537 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 11:32:34,542 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) +>> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 +2024-06-19 11:32:34,542 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 11:32:34,543 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd +>> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocSignInputSetCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeRightInfo +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeRightInfo +>> target:com.engine.workflow.cmd.requestForm.RequestSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestSubmitCmd->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRequestCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSubmitProxyCmd +>> target:com.engine.workflow.cmd.workflowPath.list.GetWorkflowListConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.list.GetAddOdocWFFormCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoSaveNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuDoSaveNodeCmd->com.engine.plugin.odoc.command.workflowPath.node.DeleteOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetAddInOperateConditionCmd +>> target:com.engine.crm.cmd.chance.FormUpdateCmd +>> proxy:->com.customization.esb.crm.chance.ProxyEditChanceCmd +>> target:com.engine.crm.cmd.customer.CustomerSaveCmd +>> proxy:->com.customization.esb.crm.customer.ProxyNewCustomerCmd +>> target:com.engine.workplan.cmd.workplanBase.AfterWorkplanNormalCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAfterWorkplanNormalCmd +>> target:com.engine.workflow.cmd.requestForm.BatchSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeBatchCmd +>> target:com.api.prj.cmd.prjBoard.DoDelBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoDelBoardStageCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.SaveNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.nodeLink.DeleteOdocNodelinkExtCmd +>> target:com.engine.cube.cmd.app.WaterMarkImg +>> proxy:->com.customization.cube.list.CustomChangeListHrefLinkCmd +>> target:com.engine.crm.cmd.customer.CustomerEditCmd +>> proxy:->com.customization.esb.crm.customer.ProxyEditCustomerCmd +>> target:com.engine.meeting.cmd.meetingbase.NewMeetingCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyNewMeetingCmd +>> target:com.engine.workflow.cmd.signInput.GetSignInputInfoCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestSignInput.OdocSignInputCmd +>> target:com.engine.cube.cmd.app.GetAppListCmd +>> proxy:->com.engine.plugin.mode.license.Proxy_GetAppListCmd +>> target:com.api.prj.cmd.project.DoProjectOperationCmd +>> proxy:->com.customization.esb.proj.project.ProxyDoProjectOperationCmd +>> target:com.engine.workflowDesign.cmd.WorkflowXmlParserCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicCmd +>> target:com.api.prj.cmd.project.DoPrjTempletStageSaveCmd +>> proxy:->com.customization.esb.proj.project.ProxySavePrjTempletStageCmd +>> target:com.engine.workflow.cmd.requestForm.DoTakEndCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSIgnReceiveTimeDoTakEndCmd +>> target:com.engine.crm.cmd.contacter.CreateCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyNewContacterCmd +>> target:com.engine.workflow.cmd.requestForm.GetRightMenuCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocRightMenuCmd->com.engine.plugin.odoc.command.odoRightMenuSetForm.OdocRightMenuBtnCmd->com.engine.plugin.workflow.command.qiyuesuo.QYSRightMenuCmd +>> target:com.engine.workflowDesign.cmd.GetOperateDataCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicOperatorCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocSaveMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocSaveMenuSettingsCmd +>> target:com.engine.odoc.cmd.odocMenuOperate.doEndPersonTreatCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeEndTreatCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.GetBaseInfoConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.GetBaseInfoSettingCmd +>> target:com.engine.workflow.cmd.workflowPath.node.signSet.DoSignSetSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSignSetSaveCmd +>> target:com.engine.crm.cmd.chance.DeleteCmd +>> proxy:->com.customization.esb.crm.chance.ProxyDeleteChanceCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetMenuSettingsCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetActionSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetActionSettingsCmd +>> target:com.engine.odoc.cmd.odocrequest.FlowNextCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeFlowCmd +>> target:com.engine.workflow.cmd.workflowType.DoSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSave2Cmd->com.engine.plugin.workflow.command.CustomDoSave3Cmd->com.engine.plugin.workflow.command.CustomDoSaveCmd +>> target:com.engine.workflowDesign.cmd.GetWfInfoCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetWfInfoCmd->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetWfInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeSessionkeyCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuCmd +>> target:com.engine.crm.cmd.contacter.DeleteCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyDeleteContacterCmd +>> target:com.engine.odoc.cmd.odocrequest.ForceArchiveCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForceArchiveCmd +>> target:com.engine.meeting.cmd.meetingField.GetViewMeetingFieldCmd +>> proxy:->com.customization.meeting.qc854537.CustomGetViewMeetingFieldCmd +>> target:com.api.common.cmd.login.DoUserSessionCmd +>> proxy:->com.engine.plugin.hrm.command.MyDoUserSessionCmd +>> target:com.engine.hrm.cmd.test.GetSearchConditionCmd +>> proxy:->com.engine.plugin.hrm.command.GetMySearchConditionCmd +>> target:com.engine.crm.cmd.chance.FormSaveCmd +>> proxy:->com.customization.esb.crm.chance.ProxyNewChanceCmd +>> target:com.engine.crm.cmd.customer.CrmDeleteCmd +>> proxy:->com.customization.esb.crm.customer.ProxyDeleteCustomerCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetPreAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetPreAddInOperateConditionCmd +>> target:com.api.prj.cmd.prjBoard.DoEditBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoEditBoardStageCmd +>> target:com.engine.odoc.cmd.updateSign.setting.SelectFreeFlowDatasCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowIsFree4OdocProxyCmd +>> target:com.engine.odoc.cmd.updateOperator.PlusSignatureCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAddDelCmd +>> target:com.api.prj.cmd.prjBoard.DoAddBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoAddBoardStageCmd +>> target:com.engine.workflow.cmd.requestForm.RequestManager_FlowNextNodeCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestNextNodeCmd +>> target:com.engine.odoc.cmd.odocWorkflow.OdocAddWorkflowCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignAddWorkflowCmd +>> target:com.engine.workflow.cmd.requestForm.RemarkSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRemarkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoAddWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveAddWFCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.GetNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeLinkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoSaveNewVersionCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSaveNewVersionTabCmd->com.engine.plugin.odoc.command.workflowPath.SaveNewVersionCmd +>> target:com.engine.workplan.cmd.workplanBase.AddAndEditWorkPlanCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAddAndEditWorkPlanCmd +>> target:com.engine.workflow.cmd.requestForm.WFManager_SaveNewNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowWFManager_SaveNewNodeCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoEditWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveEditWFCmd +>> target:com.engine.workflow.cmd.requestLog.LoadRequestLogBaseInfoCmd +>> proxy:->com.engine.plugin.workflow.command.CustomLoadRequestLogBaseInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoRestoreDeleteNodeCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.node.RestoreOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.monitor.DoDeleteCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowDeleteProxyCmd +>> target:com.engine.meeting.cmd.meetingbase.MeetingCancelCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyCancelMeetingCmd +>> target:com.engine.odoc.cmd.updateSign.append.AppendSaveLogCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAppendSignCmd +>> target:com.api.prj.cmd.task.DoTaskOperationCmd +>> proxy:->com.customization.esb.proj.task.ProxyDoTaskOperationCmd +>> target:com.engine.workflow.cmd.requestForm.LoadParamCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.LoadOdocFormParam->com.engine.plugin.workflow.command.HaoQianPromptInfoCmd +>> target:com.engine.crm.cmd.contacter.EditCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyEditContacterCmd +>> target:com.engine.workflow.cmd.requestForm.ForwardSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForwardCmd +>> target:com.engine.workflow.cmd.requestForm.GetFormTabCmd +>> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd +>> target:com.engine.workflowDesign.cmd.DoSaveLayout +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd +2024-06-19 11:32:34,544 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 11:32:35,193 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:32:35,193 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 11:32:35,194 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 11:32:35,194 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 11:32:35,194 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 11:32:35,194 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 11:32:35,194 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 11:32:35,195 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 11:32:35,195 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 11:32:35,195 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 11:32:35,195 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 11:32:35,196 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 11:32:35,196 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 11:32:35,196 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 11:32:35,197 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 11:32:35,197 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 11:32:35,197 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 11:32:35,197 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 11:32:35,198 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 11:32:35,199 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 11:32:35,200 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 11:32:35,201 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 11:32:35,202 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:32:35,203 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 11:32:35,203 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 11:32:35,203 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 11:32:35,221 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 11:32:35,224 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 11:32:35,225 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 11:32:36,054 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 11:32:36,173 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 11:32:36,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 11:32:36,228 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 11:32:36,277 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 11:32:36,278 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:32:36,278 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:32:36,279 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:36,279 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 11:32:36,358 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 11:32:36,408 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 11:32:36,409 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 11:32:36,410 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 11:32:36,496 [main] [A2] [INFO] - rootPath == +2024-06-19 11:32:36,496 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 11:32:36,497 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 11:32:36,498 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 11:32:36,547 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 11:32:36,563 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:32:36,564 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 11:32:36,656 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 11:32:36,656 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 11:32:36,674 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:36,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 11:32:36,845 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:32:36,943 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:32:36,956 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 11:32:36,956 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 11:32:36,956 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath662125902.jar;C:\Users\liuliang\AppData\Local\JetBrains\IntelliJIdea2021.2\captureAgent\debugger-agent.jar +2024-06-19 11:32:36,957 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 11:32:36,957 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 11:32:36,957 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 11:32:37,007 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 11:32:37,007 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 11:32:37,007 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 11:32:37,007 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 11:32:37,007 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 11:32:37,008 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 11:32:37,008 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 11:32:37,008 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 11:32:37,008 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 11:32:37,008 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 11:32:37,014 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 11:32:37,018 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 11:32:37,019 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 11:32:37,020 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 11:32:37,021 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 11:32:37,021 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 11:32:37,023 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@724f138e +2024-06-19 11:32:37,024 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 11:32:37,085 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-19 11:32:37,127 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:37,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 11:32:37,219 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #3 tested: OK +2024-06-19 11:32:37,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #3 tested: OK +2024-06-19 11:32:37,437 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 11:32:37,474 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #4 tested: OK +2024-06-19 11:32:37,553 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000006 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:37,566 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #4 tested: OK +2024-06-19 11:32:37,612 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:32:37,715 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:32:37,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #2 tested: OK +2024-06-19 11:32:37,884 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #2 tested: OK +2024-06-19 11:32:37,935 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-19 11:32:38,035 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000009 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:38,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #1 tested: OK +2024-06-19 11:32:38,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:32:38,175 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:32:38,217 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #4 tested: OK +2024-06-19 11:32:38,306 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-19 11:32:38,350 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #5 tested: OK +2024-06-19 11:32:38,438 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #5 tested: OK +2024-06-19 11:32:38,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #6 tested: OK +2024-06-19 11:32:38,537 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:38,597 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 11:32:38,649 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #7 tested: OK +2024-06-19 11:32:38,773 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-19 11:32:38,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #2 tested: OK +2024-06-19 11:32:38,910 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #2 tested: OK +2024-06-19 11:32:38,975 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #1 tested: OK +2024-06-19 11:32:39,009 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000016 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:39,112 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-19 11:32:39,166 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #3 tested: OK +2024-06-19 11:32:39,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-19 11:32:39,301 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #4 tested: OK +2024-06-19 11:32:39,393 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/08/00) - Connection #4 tested: OK +2024-06-19 11:32:39,426 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:39,430 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #5 tested: OK +2024-06-19 11:32:39,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 11:32:39,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #6 tested: OK +2024-06-19 11:32:39,689 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-19 11:32:39,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #7 tested: OK +2024-06-19 11:32:39,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/09/00) - Connection #7 tested: OK +2024-06-19 11:32:39,885 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:39,890 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #8 tested: OK +2024-06-19 11:32:39,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 11:32:40,044 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #9 tested: OK +2024-06-19 11:32:40,169 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-19 11:32:40,227 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #10 tested: OK +2024-06-19 11:32:40,329 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/10/00) - Connection #10 tested: OK +2024-06-19 11:32:40,372 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:40,381 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #2 tested: OK +2024-06-19 11:32:40,493 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #2 tested: OK +2024-06-19 11:32:40,553 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #1 tested: OK +2024-06-19 11:32:40,661 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #1 tested: OK +2024-06-19 11:32:40,714 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #3 tested: OK +2024-06-19 11:32:40,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #3 tested: OK +2024-06-19 11:32:40,837 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #4 tested: OK +2024-06-19 11:32:40,906 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000028 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:40,926 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #4 tested: OK +2024-06-19 11:32:40,972 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #5 tested: OK +2024-06-19 11:32:41,087 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #5 tested: OK +2024-06-19 11:32:41,154 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #6 tested: OK +2024-06-19 11:32:41,257 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #6 tested: OK +2024-06-19 11:32:41,332 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/12/00) - Connection #7 tested: OK +2024-06-19 11:32:41,413 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000031 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:41,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #7 tested: OK +2024-06-19 11:32:41,500 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #8 tested: OK +2024-06-19 11:32:41,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #8 tested: OK +2024-06-19 11:32:41,669 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #9 tested: OK +2024-06-19 11:32:41,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #9 tested: OK +2024-06-19 11:32:41,770 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:41,772 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 11:32:41,773 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:41,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/13/00) - Connection #10 tested: OK +2024-06-19 11:32:42,016 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/13/00) - Connection #10 tested: OK +2024-06-19 11:32:42,045 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000034 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:42,070 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #11 tested: OK +2024-06-19 11:32:42,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #11 tested: OK +2024-06-19 11:32:42,223 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/14/00) - Connection #12 tested: OK +2024-06-19 11:32:42,346 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #12 tested: OK +2024-06-19 11:32:42,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/14/00) - Connection #13 tested: OK +2024-06-19 11:32:42,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/14/00) - Connection #13 tested: OK +2024-06-19 11:32:42,530 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000037 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:42,588 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #14 tested: OK +2024-06-19 11:32:42,713 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #14 tested: OK +2024-06-19 11:32:42,713 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 11:32:42,713 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 11:32:42,713 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 11:32:42,755 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/15/00) - Connection #15 tested: OK +2024-06-19 11:32:42,872 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #15 tested: OK +2024-06-19 11:32:42,920 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/15/00) - Connection #2 tested: OK +2024-06-19 11:32:43,050 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:43,068 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #2 tested: OK +2024-06-19 11:32:43,129 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #1 tested: OK +2024-06-19 11:32:43,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #1 tested: OK +2024-06-19 11:32:43,237 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 11:32:43,237 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:43,237 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:43,238 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 11:32:43,238 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:43,308 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/16/00) - Connection #3 tested: OK +2024-06-19 11:32:43,428 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/16/00) - Connection #3 tested: OK +2024-06-19 11:32:43,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/16/00) - Connection #4 tested: OK +2024-06-19 11:32:43,536 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:43,586 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #4 tested: OK +2024-06-19 11:32:43,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/17/00) - Connection #5 tested: OK +2024-06-19 11:32:43,723 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #5 tested: OK +2024-06-19 11:32:43,723 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 11:32:43,724 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 11:32:43,724 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:43,725 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:43,725 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 11:32:43,725 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:43,725 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-08, 2024-05-12, 81] +2024-06-19 11:32:43,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/17/00) - Connection #6 tested: OK +2024-06-19 11:32:43,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #6 tested: OK +2024-06-19 11:32:43,961 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/17/00) - Connection #7 tested: OK +2024-06-19 11:32:43,987 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:44,061 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #7 tested: OK +2024-06-19 11:32:44,061 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 11:32:44,061 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 11:32:44,062 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 11:32:44,115 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/18/00) - Connection #8 tested: OK +2024-06-19 11:32:44,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #8 tested: OK +2024-06-19 11:32:44,236 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 11:32:44,236 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 11:32:44,280 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/18/00) - Connection #9 tested: OK +2024-06-19 11:32:44,409 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/00) - Connection #9 tested: OK +2024-06-19 11:32:44,409 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 11:32:44,457 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/18/00) - Connection #10 tested: OK +2024-06-19 11:32:44,529 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:44,578 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #10 tested: OK +2024-06-19 11:32:44,580 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 11:32:44,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 11:32:44,580 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:44,580 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 11:32:44,621 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/19/00) - Connection #11 tested: OK +2024-06-19 11:32:44,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #11 tested: OK +2024-06-19 11:32:44,816 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/19/00) - Connection #12 tested: OK +2024-06-19 11:32:44,921 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/19/00) - Connection #12 tested: OK +2024-06-19 11:32:44,979 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/19/00) - Connection #13 tested: OK +2024-06-19 11:32:45,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/19/00) - Connection #13 tested: OK +2024-06-19 11:32:45,100 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:45,164 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/20/00) - Connection #14 tested: OK +2024-06-19 11:32:45,290 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #14 tested: OK +2024-06-19 11:32:45,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/20/00) - Connection #15 tested: OK +2024-06-19 11:32:45,449 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/20/00) - Connection #15 tested: OK +2024-06-19 11:32:45,502 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/20/00) - Connection #16 tested: OK +2024-06-19 11:32:45,611 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000055 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:45,620 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #16 tested: OK +2024-06-19 11:32:45,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/21/00) - Connection #17 tested: OK +2024-06-19 11:32:45,773 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #17 tested: OK +2024-06-19 11:32:45,825 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/21/00) - Connection #18 tested: OK +2024-06-19 11:32:45,917 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/21/00) - Connection #18 tested: OK +2024-06-19 11:32:45,976 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/21/00) - Connection #19 tested: OK +2024-06-19 11:32:46,090 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/21/00) - Connection #19 tested: OK +2024-06-19 11:32:46,106 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000058 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:46,168 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/22/00) - Connection #20 tested: OK +2024-06-19 11:32:46,282 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #20 tested: OK +2024-06-19 11:32:46,334 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/22/00) - Connection #21 tested: OK +2024-06-19 11:32:46,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/22/00) - Connection #21 tested: OK +2024-06-19 11:32:46,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/22/00) - Connection #22 tested: OK +2024-06-19 11:32:46,600 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000061 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:46,640 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #22 tested: OK +2024-06-19 11:32:46,680 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/23/00) - Connection #23 tested: OK +2024-06-19 11:32:46,781 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #23 tested: OK +2024-06-19 11:32:46,828 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/23/00) - Connection #2 tested: OK +2024-06-19 11:32:46,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/23/00) - Connection #2 tested: OK +2024-06-19 11:32:46,980 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/23/00) - Connection #1 tested: OK +2024-06-19 11:32:47,091 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/23/00) - Connection #1 tested: OK +2024-06-19 11:32:47,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 11:32:47,092 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:47,114 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000064 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:47,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/24/00) - Connection #3 tested: OK +2024-06-19 11:32:47,245 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #3 tested: OK +2024-06-19 11:32:47,289 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/24/00) - Connection #4 tested: OK +2024-06-19 11:32:47,385 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/24/00) - Connection #4 tested: OK +2024-06-19 11:32:47,385 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-10=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]}, schedulingMapBydate={2024-05-10=[{modeuuid=cb1879c7-eb7e-4111-95df-21cdc4d6d893, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-19, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-19, dgcx=, bz=, hxbz=, id=123417, glpbid=, pbtj=2, key=123417, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=123417, modedatacreater=1, bcrq=2024-05-10, lastname=程亮, bcxx=4-测试班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=10:50:12, modedatamodifydatetime=, pbsj=10:50, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 11:32:47,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 11:32:47,385 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,386 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-10 start*********** +2024-06-19 11:32:47,386 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:51, id=27, userid=81, signdate=2024-05-10}, {signtime=12:40, id=28, userid=81, signdate=2024-05-10}]] +2024-06-19 11:32:47,386 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-10}]] +2024-06-19 11:32:47,387 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,387 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 11:32:47,387 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:47,388 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-10 07:00],lastestTime: [2024-05-10 21:05] +2024-06-19 11:32:47,389 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 11:32:47,389 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,447 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/24/00) - Connection #5 tested: OK +2024-06-19 11:32:47,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/24/00) - Connection #5 tested: OK +2024-06-19 11:32:47,609 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000067 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:47,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/25/00) - Connection #6 tested: OK +2024-06-19 11:32:47,740 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #6 tested: OK +2024-06-19 11:32:47,740 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,741 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 11:32:47,741 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:47,794 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/25/00) - Connection #7 tested: OK +2024-06-19 11:32:47,889 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #7 tested: OK +2024-06-19 11:32:47,890 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 11:32:47,890 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 11:32:47,890 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,891 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:47,891 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 11:32:47,891 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:47,954 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/25/00) - Connection #8 tested: OK +2024-06-19 11:32:48,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/25/00) - Connection #8 tested: OK +2024-06-19 11:32:48,089 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 11:32:48,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 11:32:48,089 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:48,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:48,091 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 11:32:48,091 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:48,092 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 11:32:48,093 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:32:48,093 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:32:48,096 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:32:48,096 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 11:32:48,096 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:48,097 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:48,097 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:32:48,097 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:48,098 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:32:48,098 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:32:48,098 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,434 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:32:51,434 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:32:51,434 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000070 (00/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:32:51,435 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:32:51,436 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:32:51,438 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,438 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,438 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,439 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,440 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,441 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:32:51,442 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:32:51,442 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 11:32:51,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,443 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,443 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,444 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,444 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,445 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,450 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=1, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=1, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-04-23 14:39:57, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=, cftxdcs=}]] +2024-06-19 11:32:51,451 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,451 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,451 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:32:51,451 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:32:51,452 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,452 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,453 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,453 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,453 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,453 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,454 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,454 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-19 11:32:51,454 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,454 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,455 [main] [com.engine.attendance.attendanceanalysis.service.impl.AbnormalAttendanceServiceImpl] [DEBUG] - between :470,jbzzhlfzs:0 +2024-06-19 11:32:51,456 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=6.0, bdlx=0, item=125, itemType=LEAVE_EARLY, classEndTime=2024-05-10 13:00, betweenMinutes=20, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=0, record=false, itemduration=24.0, pointTime=2024-05-10 13:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=false, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}]] +2024-06-19 11:32:51,457 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 11:32:51,457 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 11:32:51,457 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,458 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:32:51,458 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,458 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,458 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,459 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,459 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 11:32:51,459 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,460 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 11:32:51,461 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 150.0 +2024-06-19 11:32:51,461 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[470.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 11:32:51,461 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[-320.0] +2024-06-19 11:32:51,461 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,461 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:32:51,462 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:32:51,462 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:32:51,463 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,466 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:32:51,466 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 11:32:51,466 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:33:33,430 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 320.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 11:33:33,431 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 11:33:33,431 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:33:33,432 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=4.17, classInfo=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-10 07:51, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-10 12:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-10, userId=81, recordData=[{hsl=1.0, bdlx=2, item=8, itemType=LEAVE_EARLY, classEndTime=2024-05-10 21:00, betweenMinutes=470, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=1, record=true, itemduration=470.0, pointTime=2024-05-10 21:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {item=155, itemduration=0}], rqlx=0} +2024-06-19 11:33:33,433 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:33:33,433 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 11:33:33,433 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:33:33,473 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/26/00) - Connection #9 tested: OK +2024-06-19 11:33:33,592 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #9 tested: OK +2024-06-19 11:33:33,592 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=4.17,cqzt=1,fxrq='2024-06-19 11:33:33',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=8,sc1=470.0,xm2=126,sc2=6.0,xm3=155,sc3=0,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 11:33:33,645 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/26/00) - Connection #10 tested: OK +2024-06-19 11:33:33,711 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (02/26/00) - Connection #11 tested: OK +2024-06-19 11:33:33,722 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 11:33:33,722 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:33:33,722 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 11:33:33,722 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:33:33,723 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 11:33:33,766 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000073 (02/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:33,846 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (02/27/00) - Connection #11 tested: OK +2024-06-19 11:33:33,933 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 11:33:33,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/00) - Connection #10 tested: OK +2024-06-19 11:33:34,045 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/27/00) - Connection #12 tested: OK +2024-06-19 11:33:34,198 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/27/00) - Connection #12 tested: OK +2024-06-19 11:33:34,234 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000074 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:34,252 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/28/00) - Connection #13 tested: OK +2024-06-19 11:33:34,773 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:34,967 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #13 - autoCommit reset back to true +2024-06-19 11:33:35,017 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #13 tested: OK +2024-06-19 11:33:35,017 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-19 11:33:35,017 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:33:35,079 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/29/00) - Connection #14 tested: OK +2024-06-19 11:33:35,216 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/29/00) - Connection #14 tested: OK +2024-06-19 11:33:35,245 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:35,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #15 tested: OK +2024-06-19 11:33:35,407 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #15 tested: OK +2024-06-19 11:33:35,464 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/30/00) - Connection #16 tested: OK +2024-06-19 11:33:35,565 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #16 tested: OK +2024-06-19 11:33:35,565 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-19 11:33:35,629 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/30/00) - Connection #17 tested: OK +2024-06-19 11:33:35,673 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000079 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:35,726 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #17 tested: OK +2024-06-19 11:33:35,728 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:33:35,729 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:33:35,729 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:33:35,729 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-19 11:33:35,790 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/31/00) - Connection #18 tested: OK +2024-06-19 11:33:35,967 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #18 tested: OK +2024-06-19 11:33:35,973 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:33:35,973 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-19 11:33:36,035 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/31/00) - Connection #19 tested: OK +2024-06-19 11:33:36,165 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:36,212 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/32/00) - Connection #19 tested: OK +2024-06-19 11:33:36,281 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/32/00) - Connection #20 tested: OK +2024-06-19 11:33:36,392 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #20 tested: OK +2024-06-19 11:33:36,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:33:36,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:33:36,392 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 11:33:36,451 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/32/00) - Connection #21 tested: OK +2024-06-19 11:33:36,576 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/32/00) - Connection #21 tested: OK +2024-06-19 11:33:36,576 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:33:36,576 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 11:33:36,577 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:33:36,648 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000083 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:36,650 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/33/00) - Connection #22 tested: OK +2024-06-19 11:33:36,771 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/33/00) - Connection #22 tested: OK +2024-06-19 11:33:36,818 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/33/00) - Connection #23 tested: OK +2024-06-19 11:33:36,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #23 tested: OK +2024-06-19 11:33:36,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-19 11:33:36,985 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/33/00) - Connection #24 tested: OK +2024-06-19 11:33:37,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/33/00) - Connection #24 tested: OK +2024-06-19 11:33:37,110 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-19 11:33:37,110 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 11:33:37,116 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000086 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:37,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/34/00) - Connection #25 tested: OK +2024-06-19 11:33:37,286 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #25 tested: OK +2024-06-19 11:33:37,286 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 11:33:37,345 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/34/00) - Connection #26 tested: OK +2024-06-19 11:33:37,456 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #26 tested: OK +2024-06-19 11:33:37,456 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-19 11:33:37,526 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/34/00) - Connection #27 tested: OK +2024-06-19 11:33:37,606 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000089 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:37,632 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/35/00) - Connection #27 tested: OK +2024-06-19 11:33:37,632 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:33:37,632 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 11:33:37,633 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:33:37,633 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:33:37,672 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/35/00) - Connection #28 tested: OK +2024-06-19 11:33:37,788 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/35/00) - Connection #28 tested: OK +2024-06-19 11:33:37,847 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/35/00) - Connection #29 tested: OK +2024-06-19 11:33:37,957 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #29 tested: OK +2024-06-19 11:33:37,957 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:33:37,957 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:33:37,957 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:33:37,958 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:33:38,009 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/35/00) - Connection #30 tested: OK +2024-06-19 11:33:38,118 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000092 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:38,121 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/36/00) - Connection #30 tested: OK +2024-06-19 11:33:38,171 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/36/00) - Connection #31 tested: OK +2024-06-19 11:33:38,293 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #31 tested: OK +2024-06-19 11:33:38,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/36/00) - Connection #32 tested: OK +2024-06-19 11:33:38,465 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/01) - Connection #32 tested: OK +2024-06-19 11:33:38,530 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/35/01) - Connection #33 tested: OK +2024-06-19 11:33:38,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/35/01) - Connection #33 tested: OK +2024-06-19 11:33:38,673 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 +2024-06-19 11:33:38,679 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000095 (01/36/01) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:38,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/37/00) - Connection #34 tested: OK +2024-06-19 11:33:38,864 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/01) - Connection #34 tested: OK +2024-06-19 11:33:38,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/36/01) - Connection #35 tested: OK +2024-06-19 11:33:39,025 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/36/01) - Connection #35 tested: OK +2024-06-19 11:33:39,089 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/36/01) - Connection #36 tested: OK +2024-06-19 11:33:39,226 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/36/01) - Connection #36 tested: OK +2024-06-19 11:33:39,249 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/37/01) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:39,288 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/37/01) - Connection #37 tested: OK +2024-06-19 11:33:39,406 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/01) - Connection #37 tested: OK +2024-06-19 11:33:39,477 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/37/01) - Connection #38 tested: OK +2024-06-19 11:33:39,591 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/37/01) - Connection #38 tested: OK +2024-06-19 11:33:39,592 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 +2024-06-19 11:33:39,637 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/37/01) - Connection #2 tested: OK +2024-06-19 11:33:39,668 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/38/01) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:39,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/38/01) - Connection #2 tested: OK +2024-06-19 11:33:39,733 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3) +2024-06-19 11:33:39,735 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 11:33:40,154 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/39/01) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:40,602 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:41,097 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:41,606 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:42,116 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:42,620 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:43,098 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:43,514 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:43,904 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:44,391 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:44,859 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:33:44,860 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-19 11:33:44,867 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - #0050 removed because of shutdown. +2024-06-19 11:33:44,867 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-19 11:33:44,868 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - #0049 removed because of shutdown. +2024-06-19 11:33:44,868 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-19 11:33:44,868 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - #0048 removed because of shutdown. +2024-06-19 11:33:44,868 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - #0047 removed because of shutdown. +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - #0046 removed because of shutdown. +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - #0045 removed because of shutdown. +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-19 11:33:44,869 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - #0044 removed because of shutdown. +2024-06-19 11:33:44,870 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-19 11:33:44,870 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - #0043 removed because of shutdown. +2024-06-19 11:33:44,870 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-19 11:33:44,870 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - #0042 removed because of shutdown. +2024-06-19 11:33:44,870 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-19 11:33:44,871 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/40/00) - #0041 removed because of shutdown. +2024-06-19 11:33:44,871 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-19 11:33:44,871 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/39/00) - #0040 removed because of shutdown. +2024-06-19 11:33:44,871 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/38/00) - #0039 removed because of shutdown. +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/37/00) - #0038 removed because of shutdown. +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/36/00) - #0037 removed because of shutdown. +2024-06-19 11:33:44,872 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/35/00) - #0036 removed because of shutdown. +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/34/00) - #0035 removed because of shutdown. +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/33/00) - #0034 removed because of shutdown. +2024-06-19 11:33:44,873 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/32/00) - #0033 removed because of shutdown. +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/31/00) - #0032 removed because of shutdown. +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/30/00) - #0031 removed because of shutdown. +2024-06-19 11:33:44,874 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/29/00) - #0030 removed because of shutdown. +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/28/00) - #0029 removed because of shutdown. +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/27/00) - #0028 removed because of shutdown. +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-19 11:33:44,875 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/26/00) - #0027 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/25/00) - #0026 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/24/00) - #0025 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/23/00) - #0024 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/22/00) - #0023 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/21/00) - #0022 removed because of shutdown. +2024-06-19 11:33:44,876 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/20/00) - #0021 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/19/00) - #0020 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/18/00) - #0019 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/17/00) - #0018 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/16/00) - #0017 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/15/00) - #0016 removed because of shutdown. +2024-06-19 11:33:44,877 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/14/00) - #0015 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/13/00) - #0014 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/12/00) - #0013 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/11/00) - #0012 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/10/00) - #0011 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/09/00) - #0010 removed because of shutdown. +2024-06-19 11:33:44,878 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/08/00) - #0009 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/07/00) - #0008 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/06/00) - #0007 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/05/00) - #0006 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/04/00) - #0005 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/03/00) - #0004 removed because of shutdown. +2024-06-19 11:33:44,879 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/02/00) - #0003 removed because of shutdown. +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/01/00) - #0001 removed because of shutdown. +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/00/00) - #0002 removed because of shutdown. +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 20 milliseconds. +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-19 11:33:44,880 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread +2024-06-19 11:44:48,394 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(SERVICE-METHOD) dynamic proxy... +2024-06-19 11:44:48,397 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workflow.service.impl.WorkflowTypeServiceImpl.doSaveOperation(java.util.Map,weaver.hrm.User) +>> proxy:->com.engine.plugin.workflow.service.CustomWorkflowTypeService->com.engine.plugin.workflow.service.CustomWorkflowTypeService2->com.engine.plugin.workflow.service.CustomWorkflowTypeService3->com.engine.plugin.workflow.service.CustomWorkflowTypeService4 +2024-06-19 11:44:48,397 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - Loading business class(COMMAND) dynamic proxy... +2024-06-19 11:44:48,398 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - +>> target:com.engine.workplan.cmd.workplanBase.BeforeWorkplanDelCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyDeleteWorkPlanCmd +>> target:com.engine.workflow.cmd.signInput.GetNodeSignSetCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocSignInputSetCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeRightInfo +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeRightInfo +>> target:com.engine.workflow.cmd.requestForm.RequestSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestSubmitCmd->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRequestCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSubmitProxyCmd +>> target:com.engine.workflow.cmd.workflowPath.list.GetWorkflowListConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.list.GetAddOdocWFFormCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoSaveNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuDoSaveNodeCmd->com.engine.plugin.odoc.command.workflowPath.node.DeleteOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetAddInOperateConditionCmd +>> target:com.engine.crm.cmd.chance.FormUpdateCmd +>> proxy:->com.customization.esb.crm.chance.ProxyEditChanceCmd +>> target:com.engine.crm.cmd.customer.CustomerSaveCmd +>> proxy:->com.customization.esb.crm.customer.ProxyNewCustomerCmd +>> target:com.engine.workplan.cmd.workplanBase.AfterWorkplanNormalCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAfterWorkplanNormalCmd +>> target:com.engine.workflow.cmd.requestForm.BatchSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeBatchCmd +>> target:com.api.prj.cmd.prjBoard.DoDelBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoDelBoardStageCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.SaveNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.nodeLink.DeleteOdocNodelinkExtCmd +>> target:com.engine.cube.cmd.app.WaterMarkImg +>> proxy:->com.customization.cube.list.CustomChangeListHrefLinkCmd +>> target:com.engine.crm.cmd.customer.CustomerEditCmd +>> proxy:->com.customization.esb.crm.customer.ProxyEditCustomerCmd +>> target:com.engine.meeting.cmd.meetingbase.NewMeetingCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyNewMeetingCmd +>> target:com.engine.workflow.cmd.signInput.GetSignInputInfoCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestSignInput.OdocSignInputCmd +>> target:com.engine.cube.cmd.app.GetAppListCmd +>> proxy:->com.engine.plugin.mode.license.Proxy_GetAppListCmd +>> target:com.api.prj.cmd.project.DoProjectOperationCmd +>> proxy:->com.customization.esb.proj.project.ProxyDoProjectOperationCmd +>> target:com.engine.workflowDesign.cmd.WorkflowXmlParserCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicCmd +>> target:com.api.prj.cmd.project.DoPrjTempletStageSaveCmd +>> proxy:->com.customization.esb.proj.project.ProxySavePrjTempletStageCmd +>> target:com.engine.workflow.cmd.requestForm.DoTakEndCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSIgnReceiveTimeDoTakEndCmd +>> target:com.engine.crm.cmd.contacter.CreateCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyNewContacterCmd +>> target:com.engine.workflow.cmd.requestForm.GetRightMenuCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.GetOdocRightMenuCmd->com.engine.plugin.odoc.command.odoRightMenuSetForm.OdocRightMenuBtnCmd->com.engine.plugin.workflow.command.qiyuesuo.QYSRightMenuCmd +>> target:com.engine.workflowDesign.cmd.GetOperateDataCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestPic.OdocRequestPicOperatorCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocSaveMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocSaveMenuSettingsCmd +>> target:com.engine.odoc.cmd.odocMenuOperate.doEndPersonTreatCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeEndTreatCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.GetBaseInfoConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.GetBaseInfoSettingCmd +>> target:com.engine.workflow.cmd.workflowPath.node.signSet.DoSignSetSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSignSetSaveCmd +>> target:com.engine.crm.cmd.chance.DeleteCmd +>> proxy:->com.customization.esb.crm.chance.ProxyDeleteChanceCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetMenuSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetMenuSettingsCmd +>> target:com.engine.odoc.cmd.officialSettings.createDocByWf.OdocGetActionSettingsCmd +>> proxy:->com.engine.plugin.odoc.command.odocSetting.Proxy_OdocGetActionSettingsCmd +>> target:com.engine.odoc.cmd.odocrequest.FlowNextCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeFlowCmd +>> target:com.engine.workflow.cmd.workflowType.DoSaveCmd +>> proxy:->com.engine.plugin.workflow.command.CustomDoSave2Cmd->com.engine.plugin.workflow.command.CustomDoSave3Cmd->com.engine.plugin.workflow.command.CustomDoSaveCmd +>> target:com.engine.workflowDesign.cmd.GetWfInfoCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetWfInfoCmd->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetWfInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.GetNodeSessionkeyCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowRightMenuCmd +>> target:com.engine.crm.cmd.contacter.DeleteCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyDeleteContacterCmd +>> target:com.engine.odoc.cmd.odocrequest.ForceArchiveCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForceArchiveCmd +>> target:com.engine.meeting.cmd.meetingField.GetViewMeetingFieldCmd +>> proxy:->com.customization.meeting.qc854537.CustomGetViewMeetingFieldCmd +>> target:com.api.common.cmd.login.DoUserSessionCmd +>> proxy:->com.engine.plugin.hrm.command.MyDoUserSessionCmd +>> target:com.engine.hrm.cmd.test.GetSearchConditionCmd +>> proxy:->com.engine.plugin.hrm.command.GetMySearchConditionCmd +>> target:com.engine.crm.cmd.chance.FormSaveCmd +>> proxy:->com.customization.esb.crm.chance.ProxyNewChanceCmd +>> target:com.engine.crm.cmd.customer.CrmDeleteCmd +>> proxy:->com.customization.esb.crm.customer.ProxyDeleteCustomerCmd +>> target:com.engine.workflow.cmd.workflowPath.node.addInOperate.GetPreAddInOperateConditionCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPathNodeInfo.OdocGetPreAddInOperateConditionCmd +>> target:com.api.prj.cmd.prjBoard.DoEditBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoEditBoardStageCmd +>> target:com.engine.odoc.cmd.updateSign.setting.SelectFreeFlowDatasCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowIsFree4OdocProxyCmd +>> target:com.engine.odoc.cmd.updateOperator.PlusSignatureCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAddDelCmd +>> target:com.api.prj.cmd.prjBoard.DoAddBoardStageCmd +>> proxy:->com.customization.esb.proj.prjboard.ProxyDoAddBoardStageCmd +>> target:com.engine.workflow.cmd.requestForm.RequestManager_FlowNextNodeCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.OdocRequestNextNodeCmd +>> target:com.engine.odoc.cmd.odocWorkflow.OdocAddWorkflowCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignAddWorkflowCmd +>> target:com.engine.workflow.cmd.requestForm.RemarkSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeRemarkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoAddWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveAddWFCmd +>> target:com.engine.workflow.cmd.workflowPath.nodeLink.GetNodeLinkCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowGetNodeLinkCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoSaveNewVersionCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowSaveNewVersionTabCmd->com.engine.plugin.odoc.command.workflowPath.SaveNewVersionCmd +>> target:com.engine.workplan.cmd.workplanBase.AddAndEditWorkPlanCmd +>> proxy:->com.customization.esb.workplan.workplanbase.ProxyAddAndEditWorkPlanCmd +>> target:com.engine.workflow.cmd.requestForm.WFManager_SaveNewNodeCmd +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocWorkflowWFManager_SaveNewNodeCmd +>> target:com.engine.workflow.cmd.workflowPath.baseInfo.DoEditWFCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.SaveEditWFCmd +>> target:com.engine.workflow.cmd.requestLog.LoadRequestLogBaseInfoCmd +>> proxy:->com.engine.plugin.workflow.command.CustomLoadRequestLogBaseInfoCmd +>> target:com.engine.workflow.cmd.workflowPath.node.DoRestoreDeleteNodeCmd +>> proxy:->com.engine.plugin.odoc.command.workflowPath.node.RestoreOdocNodeCfgCmd +>> target:com.engine.workflow.cmd.monitor.DoDeleteCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocWorkflowDeleteProxyCmd +>> target:com.engine.meeting.cmd.meetingbase.MeetingCancelCmd +>> proxy:->com.customization.esb.meeting.meetingbase.ProxyCancelMeetingCmd +>> target:com.engine.odoc.cmd.updateSign.append.AppendSaveLogCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeAppendSignCmd +>> target:com.api.prj.cmd.task.DoTaskOperationCmd +>> proxy:->com.customization.esb.proj.task.ProxyDoTaskOperationCmd +>> target:com.engine.workflow.cmd.requestForm.LoadParamCmd +>> proxy:->com.engine.plugin.odoc.command.odocRequestForm.LoadOdocFormParam->com.engine.plugin.workflow.command.HaoQianPromptInfoCmd +>> target:com.engine.crm.cmd.contacter.EditCmd +>> proxy:->com.customization.esb.crm.contacter.ProxyEditContacterCmd +>> target:com.engine.workflow.cmd.requestForm.ForwardSubmitCmd +>> proxy:->com.engine.plugin.odoc.command.signSetting.OdocSignReceiveTimeForwardCmd +>> target:com.engine.workflow.cmd.requestForm.GetFormTabCmd +>> proxy:->com.engine.plugin.fna.command.FnaElectronicDepositFormTopTabCmd->com.engine.plugin.odoc.command.signSetting.OdocWorkflowTabManagerCmd->com.engine.plugin.workflow.command.ContractLockFormTopTabCmd +>> target:com.engine.workflowDesign.cmd.DoSaveLayout +>> proxy:->com.engine.plugin.odoc.command.rightMenuSetting.OdocDoSaveLayoutCmd +2024-06-19 11:44:48,398 [main] [com.engine.core.cfg.DynamicProxyConfiguration] [INFO] - The business class dynamic proxy is loaded. +2024-06-19 11:44:49,108 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:44:49,110 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_boroughinfois duplicate,place check your properties +2024-06-19 11:44:49,110 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tablesis duplicate,place check your properties +2024-06-19 11:44:49,110 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionbaseis duplicate,place check your properties +2024-06-19 11:44:49,110 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.columnsis duplicate,place check your properties +2024-06-19 11:44:49,111 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - emobileloginkeyis duplicate,place check your properties +2024-06-19 11:44:49,111 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrcodecominfois duplicate,place check your properties +2024-06-19 11:44:49,111 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsettingis duplicate,place check your properties +2024-06-19 11:44:49,111 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - pictureis duplicate,place check your properties +2024-06-19 11:44:49,111 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysobjectsis duplicate,place check your properties +2024-06-19 11:44:49,112 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_report_checkis duplicate,place check your properties +2024-06-19 11:44:49,115 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingdefis duplicate,place check your properties +2024-06-19 11:44:49,116 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_shopcheckis duplicate,place check your properties +2024-06-19 11:44:49,116 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - view_workflowform_selectallis duplicate,place check your properties +2024-06-19 11:44:49,116 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_att_vacationis duplicate,place check your properties +2024-06-19 11:44:49,116 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingfieldis duplicate,place check your properties +2024-06-19 11:44:49,116 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - worktask_requestbaseis duplicate,place check your properties +2024-06-19 11:44:49,117 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sequenceindexis duplicate,place check your properties +2024-06-19 11:44:49,117 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanbatis duplicate,place check your properties +2024-06-19 11:44:49,117 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ofs_todo_datais duplicate,place check your properties +2024-06-19 11:44:49,117 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckplanis duplicate,place check your properties +2024-06-19 11:44:49,117 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - qrtz_triggersis duplicate,place check your properties +2024-06-19 11:44:49,118 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uplogsis duplicate,place check your properties +2024-06-19 11:44:49,118 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - workflowactionviewis duplicate,place check your properties +2024-06-19 11:44:49,118 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_overtimeis duplicate,place check your properties +2024-06-19 11:44:49,118 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - indexupdatelogis duplicate,place check your properties +2024-06-19 11:44:49,119 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckexamis duplicate,place check your properties +2024-06-19 11:44:49,119 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresource_onlineis duplicate,place check your properties +2024-06-19 11:44:49,119 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dellogsis duplicate,place check your properties +2024-06-19 11:44:49,119 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_problemregisteris duplicate,place check your properties +2024-06-19 11:44:49,119 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - licenseis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_maplistis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_baseis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopinfois duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_settingsis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - system_default_colis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - information_schema.tablesis duplicate,place check your properties +2024-06-19 11:44:49,120 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - slideelementis duplicate,place check your properties +2024-06-19 11:44:49,121 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sysibm.systablesis duplicate,place check your properties +2024-06-19 11:44:49,121 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - blog_discussis duplicate,place check your properties +2024-06-19 11:44:49,121 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatatabsettingis duplicate,place check your properties +2024-06-19 11:44:49,121 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - dualis duplicate,place check your properties +2024-06-19 11:44:49,121 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - syscolumnsis duplicate,place check your properties +2024-06-19 11:44:49,122 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - sys.objectsis duplicate,place check your properties +2024-06-19 11:44:49,122 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_shopcheckis duplicate,place check your properties +2024-06-19 11:44:49,122 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hrmresourcemanageris duplicate,place check your properties +2024-06-19 11:44:49,123 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_shiftscheduleis duplicate,place check your properties +2024-06-19 11:44:49,123 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:44:49,123 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - rule_expressionsis duplicate,place check your properties +2024-06-19 11:44:49,123 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leavebackis duplicate,place check your properties +2024-06-19 11:44:49,123 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - hpoutdatasettingaddris duplicate,place check your properties +2024-06-19 11:44:49,124 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_otheris duplicate,place check your properties +2024-06-19 11:44:49,124 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ldapsetis duplicate,place check your properties +2024-06-19 11:44:49,124 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - ecologyuplistis duplicate,place check your properties +2024-06-19 11:44:49,124 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_outis duplicate,place check your properties +2024-06-19 11:44:49,124 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_leaveis duplicate,place check your properties +2024-06-19 11:44:49,125 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - uf_checkdatasaveis duplicate,place check your properties +2024-06-19 11:44:49,125 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - user_tab_columnsis duplicate,place check your properties +2024-06-19 11:44:49,125 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - wfex_viewis duplicate,place check your properties +2024-06-19 11:44:49,129 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_flow_split_evectionis duplicate,place check your properties +2024-06-19 11:44:49,129 [main] [weaver.monitor.cache.Util.PropUtil] [ERROR] - kq_format_poolis duplicate,place check your properties +2024-06-19 11:44:49,147 [main] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Registered shutdownHook +2024-06-19 11:44:49,150 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Registering 'ecology' house keeper +2024-06-19 11:44:49,152 [main] [org.logicalcobwebs.proxool.HouseKeeperController] [DEBUG] - Starting a house keeper thread +2024-06-19 11:44:50,027 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: isReadOnly() = false +2024-06-19 11:44:50,139 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTransactionIsolation() = 2 +2024-06-19 11:44:50,187 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getHoldability() = 2 +2024-06-19 11:44:50,187 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getCatalog() = ecologyjcl +2024-06-19 11:44:50,240 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Remembering default value: getTypeMap() = {} +2024-06-19 11:44:50,240 [main] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:44:50,240 [Prototyper] [org.logicalcobwebs.proxool.ecology] [INFO] - Proxool statistics legend: "s - r (a/t/o)" > s=served, r=refused (only shown if non-zero), a=active, t=total, o=offline (being tested) +2024-06-19 11:44:50,240 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #1 created on demand = ACTIVE +2024-06-19 11:44:50,240 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000000 (01/02/00) - Connection #2 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:50,327 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000000 (01/02/00) - Connection #1 tested: OK +2024-06-19 11:44:50,371 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.TransactionEventHandler +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcConnection +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.io.Serializable +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Connection +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Session$SessionEventListener +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.MysqlConnection +2024-06-19 11:44:50,372 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:44:50,441 [main] [A2] [INFO] - rootPath == +2024-06-19 11:44:50,442 [main] [A2] [INFO] - filePath == WEB-INF\prop\isSyncLog4j.properties +2024-06-19 11:44:50,442 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:497] - 测试standard配置文件是否正常读取[183, 257, 8453, 8735, 8750, 8757, 8759, 8780, 8786, 8806, 8807, 8895, 9587, 65122, 65123, 65124, 65125, 8743, 8736, 8745, 8746, 176, 247, 8801, 8805, 8734, 8747, 8804, 8800, 8744, 8869, 960, 177, 8730, 8721, 8756, 215, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 935, 936, 937, 729, 65072, 65089, 65090, 65091, 65092, 65104, 65106, 65108, 65109, 234, 252, 164, 8364, 164, 8730, 9651, 8721, 8719, 593, 240, 192, 193, 200, 201, 202, 204, 205, 210, 211, 217, 218, 220, 221, 222, 225, 462, 224, 275, 233, 283, 232, 363, 250, 468, 249, 333, 243, 466, 242, 299, 237, 464, 236, 470, 472, 474, 476, 324, 59335, 328, 59336, 8814, 8815, 8776, 8758, 13266, 13265, 8733, 8765, 8712, 8857, 8978, 8741, 8739, 8853, 185, 186, 178, 179, 8451, 8457, 13198, 13199, 13212, 13213, 13214, 165, 13217, 13252, 13269, 163] +2024-06-19 11:44:50,442 [main] [A2] [INFO] - [null] main-1[weaver.conn.EncodingUtils:531] - ------是否开启字符转码----0---是否开启sql参数化解析-----0----nativepool----ecology +2024-06-19 11:44:50,540 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000001 (02/02/00) - Connection #2 tested: OK +2024-06-19 11:44:50,551 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.PreparedStatement +2024-06-19 11:44:50,551 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcPreparedStatement +2024-06-19 11:44:50,552 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 11:44:50,552 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 11:44:50,552 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:44:50,552 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 11:44:50,552 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:44:50,648 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:97] - >>>>>>>>>>>>>>>isCollectCUDApi>>>>>false +2024-06-19 11:44:50,649 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:103] - ExecuteSqlLogger start log write to file thread success... +2024-06-19 11:44:50,733 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/02/00) - Connection #2 tested: OK +2024-06-19 11:44:50,796 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000002 (02/03/00) - Connection #3 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:50,830 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000002 (02/03/00) - Connection #2 tested: OK +2024-06-19 11:44:50,976 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #2 tested: OK +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java version: 1.8.0_40 +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java vendor: Oracle Corporation +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Java class path: C:\Users\liuliang\AppData\Local\Temp\classpath1313674691.jar;D:\soft\IntelliJ IDEA 2021.2\lib\idea_rt.jar +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system name: Windows 8.1 +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system architecture: amd64 +2024-06-19 11:44:51,016 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - Operating system version: 6.3 +2024-06-19 11:44:51,053 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SUN 1.8: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) +2024-06-19 11:44:51,053 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunRsaSign 1.8: Sun RSA signature provider +2024-06-19 11:44:51,053 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunEC 1.8: Sun Elliptic Curve provider (EC, ECDSA, ECDH) +2024-06-19 11:44:51,053 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJSSE 1.8: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2) +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJCE 1.8: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunJGSS 1.8: Sun (Kerberos v5, SPNEGO) +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunSASL 1.8: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5, NTLM) +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - XMLDSig 1.8: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT TransformServices) +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunPCSC 1.8: Sun PC/SC provider +2024-06-19 11:44:51,054 [main] [org.apache.commons.httpclient.HttpClient] [DEBUG] - SunMSCAPI 1.8: Sun's Microsoft Crypto API provider +2024-06-19 11:44:51,057 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1 +2024-06-19 11:44:51,060 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.version = HTTP/1.1 +2024-06-19 11:44:51,061 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager +2024-06-19 11:44:51,061 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.cookie-policy = default +2024-06-19 11:44:51,061 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.element-charset = US-ASCII +2024-06-19 11:44:51,061 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.protocol.content-charset = ISO-8859-1 +2024-06-19 11:44:51,063 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@793f29ff +2024-06-19 11:44:51,063 [main] [org.apache.commons.httpclient.params.DefaultHttpParams] [DEBUG] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z] +2024-06-19 11:44:51,124 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000003 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:44:51,249 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/03/00) - Connection #3 tested: OK +2024-06-19 11:44:51,270 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000004 (02/04/00) - Connection #4 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:51,316 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000004 (02/04/00) - Connection #2 tested: OK +2024-06-19 11:44:51,450 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (02/04/00) - Connection #2 tested: OK +2024-06-19 11:44:51,527 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #1 tested: OK +2024-06-19 11:44:51,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000005 (01/04/00) - Connection #3 tested: OK +2024-06-19 11:44:51,731 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #3 tested: OK +2024-06-19 11:44:51,784 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000006 (01/04/00) - Connection #4 tested: OK +2024-06-19 11:44:51,868 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000007 (01/05/00) - Connection #5 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:51,889 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #4 tested: OK +2024-06-19 11:44:51,948 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000007 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:44:52,066 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #5 tested: OK +2024-06-19 11:44:52,128 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000008 (01/05/00) - Connection #1 tested: OK +2024-06-19 11:44:52,259 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #1 tested: OK +2024-06-19 11:44:52,338 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000009 (01/05/00) - Connection #2 tested: OK +2024-06-19 11:44:52,383 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000010 (01/06/00) - Connection #6 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:52,478 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #2 tested: OK +2024-06-19 11:44:52,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000010 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:44:52,673 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #3 tested: OK +2024-06-19 11:44:52,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000011 (01/06/00) - Connection #4 tested: OK +2024-06-19 11:44:52,806 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #4 tested: OK +2024-06-19 11:44:52,873 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000012 (01/06/00) - Connection #5 tested: OK +2024-06-19 11:44:52,880 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000013 (01/07/00) - Connection #7 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:52,998 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #5 tested: OK +2024-06-19 11:44:53,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000013 (01/07/00) - Connection #6 tested: OK +2024-06-19 11:44:53,170 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #6 tested: OK +2024-06-19 11:44:53,236 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000014 (01/07/00) - Connection #7 tested: OK +2024-06-19 11:44:53,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/07/00) - Connection #7 tested: OK +2024-06-19 11:44:53,409 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000015 (01/08/00) - Connection #8 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:53,432 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000015 (01/08/00) - Connection #1 tested: OK +2024-06-19 11:44:53,548 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #1 tested: OK +2024-06-19 11:44:53,617 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000016 (01/08/00) - Connection #2 tested: OK +2024-06-19 11:44:53,748 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #2 tested: OK +2024-06-19 11:44:53,810 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000017 (01/08/00) - Connection #3 tested: OK +2024-06-19 11:44:53,915 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000018 (01/09/00) - Connection #9 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:53,919 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #3 tested: OK +2024-06-19 11:44:53,970 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000018 (01/09/00) - Connection #4 tested: OK +2024-06-19 11:44:54,083 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #4 tested: OK +2024-06-19 11:44:54,180 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000019 (01/09/00) - Connection #5 tested: OK +2024-06-19 11:44:54,323 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #5 tested: OK +2024-06-19 11:44:54,400 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000020 (01/09/00) - Connection #6 tested: OK +2024-06-19 11:44:54,449 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000021 (01/10/00) - Connection #10 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:54,513 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #6 tested: OK +2024-06-19 11:44:54,560 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000021 (01/10/00) - Connection #7 tested: OK +2024-06-19 11:44:54,655 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #7 tested: OK +2024-06-19 11:44:54,720 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000022 (01/10/00) - Connection #8 tested: OK +2024-06-19 11:44:54,839 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #8 tested: OK +2024-06-19 11:44:54,899 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000023 (01/10/00) - Connection #9 tested: OK +2024-06-19 11:44:55,035 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000024 (01/11/00) - Connection #11 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:55,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #9 tested: OK +2024-06-19 11:44:55,092 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000024 (01/11/00) - Connection #10 tested: OK +2024-06-19 11:44:55,196 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #10 tested: OK +2024-06-19 11:44:55,257 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000025 (01/11/00) - Connection #11 tested: OK +2024-06-19 11:44:55,388 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #11 tested: OK +2024-06-19 11:44:55,431 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000026 (01/11/00) - Connection #1 tested: OK +2024-06-19 11:44:55,546 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/11/00) - Connection #1 tested: OK +2024-06-19 11:44:55,559 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000027 (01/12/00) - Connection #12 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:55,599 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000027 (01/12/00) - Connection #2 tested: OK +2024-06-19 11:44:55,747 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #2 tested: OK +2024-06-19 11:44:55,808 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000028 (01/12/00) - Connection #3 tested: OK +2024-06-19 11:44:55,918 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #3 tested: OK +2024-06-19 11:44:56,003 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000029 (01/12/00) - Connection #4 tested: OK +2024-06-19 11:44:56,129 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000030 (01/13/00) - Connection #13 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:56,133 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #4 tested: OK +2024-06-19 11:44:56,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000030 (01/13/00) - Connection #5 tested: OK +2024-06-19 11:44:56,328 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #5 tested: OK +2024-06-19 11:44:56,383 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000031 (01/13/00) - Connection #6 tested: OK +2024-06-19 11:44:56,529 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #6 tested: OK +2024-06-19 11:44:56,584 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000032 (01/13/00) - Connection #7 tested: OK +2024-06-19 11:44:56,609 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000033 (01/14/00) - Connection #14 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:56,725 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #7 tested: OK +2024-06-19 11:44:56,726 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:56,727 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAttendanceItemsByPersonDataCmd -------------------------------------------------------- +2024-06-19 11:44:56,728 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:44:56,836 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000033 (01/14/00) - Connection #8 tested: OK +2024-06-19 11:44:56,960 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #8 tested: OK +2024-06-19 11:44:57,016 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000034 (01/14/00) - Connection #9 tested: OK +2024-06-19 11:44:57,119 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000035 (01/15/00) - Connection #15 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:57,132 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #9 tested: OK +2024-06-19 11:44:57,182 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000035 (01/15/00) - Connection #10 tested: OK +2024-06-19 11:44:57,299 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #10 tested: OK +2024-06-19 11:44:57,363 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000036 (01/15/00) - Connection #11 tested: OK +2024-06-19 11:44:57,528 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #11 tested: OK +2024-06-19 11:44:57,579 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000037 (01/15/00) - Connection #12 tested: OK +2024-06-19 11:44:57,609 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000038 (01/16/00) - Connection #16 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:57,699 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #12 tested: OK +2024-06-19 11:44:57,700 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {2=[{empid=, bdate=2024-03-28, filters=( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ), mainid=2, edate=}]} +2024-06-19 11:44:57,700 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : ,userId : 81 +2024-06-19 11:44:57,700 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 11:44:57,758 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000038 (01/16/00) - Connection #13 tested: OK +2024-06-19 11:44:57,916 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #13 tested: OK +2024-06-19 11:44:57,969 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000039 (01/16/00) - Connection #14 tested: OK +2024-06-19 11:44:58,183 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/16/00) - Connection #14 tested: OK +2024-06-19 11:44:58,185 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000040 (00/17/00) - Connection #17 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:58,270 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000040 (01/17/00) - Connection #15 tested: OK +2024-06-19 11:44:58,404 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #15 tested: OK +2024-06-19 11:44:58,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAttendanceItemsByPersonDataCmd finished -------------------------------------------------------- +2024-06-19 11:44:58,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:58,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:58,405 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetWorkHoursItemByPersonCmd -------------------------------------------------------- +2024-06-19 11:44:58,406 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:44:58,468 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000041 (01/17/00) - Connection #16 tested: OK +2024-06-19 11:44:58,609 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #16 tested: OK +2024-06-19 11:44:58,664 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000042 (01/17/00) - Connection #17 tested: OK +2024-06-19 11:44:58,715 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000043 (01/18/00) - Connection #18 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:58,769 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #17 tested: OK +2024-06-19 11:44:58,835 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000043 (01/18/00) - Connection #18 tested: OK +2024-06-19 11:44:58,940 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #18 tested: OK +2024-06-19 11:44:58,940 [main] [com.engine.attendance.attendanceplan.cmd.GetWorkHoursItemByPersonCmd] [DEBUG] - dataIds : [] +2024-06-19 11:44:58,940 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetWorkHoursItemByPersonCmd finished -------------------------------------------------------- +2024-06-19 11:44:58,940 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:58,941 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:58,941 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetDatatableRecurrenceCmd -------------------------------------------------------- +2024-06-19 11:44:58,942 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:44:58,942 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxry = ? order by bcrq,param:[2024-05-08, 2024-05-12, 81] +2024-06-19 11:44:58,986 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000044 (01/18/00) - Connection #1 tested: OK +2024-06-19 11:44:59,096 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #1 tested: OK +2024-06-19 11:44:59,155 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000045 (01/18/00) - Connection #2 tested: OK +2024-06-19 11:44:59,227 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000046 (01/19/00) - Connection #19 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:59,281 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #2 tested: OK +2024-06-19 11:44:59,282 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - getPersonnelGroupingByPerson collect : {7=[{empid=31, bdate=2024-05-01, filters=, mainid=7, edate=}, {empid=29, bdate=2024-04-01, filters=, mainid=7, edate=2024-05-31}]} +2024-06-19 11:44:59,282 [main] [com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil] [DEBUG] - empid : 31,userId : 81 +2024-06-19 11:44:59,282 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-人员分组节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxryfz in (,personnelGroupIds:[] +2024-06-19 11:44:59,343 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000046 (01/19/00) - Connection #3 tested: OK +2024-06-19 11:44:59,467 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #3 tested: OK +2024-06-19 11:44:59,467 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - pdeptids : [13,2] +2024-06-19 11:44:59,467 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-部门节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxbm in (,pdeptids:13,2 +2024-06-19 11:44:59,512 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000047 (01/19/00) - Connection #4 tested: OK +2024-06-19 11:44:59,595 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #4 tested: OK +2024-06-19 11:44:59,596 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - 递归查询人员-分部节点,sql:select a.id as keyid,b.lastname,a.* from uf_pbjg a left join hrmresource b on a.pbdxry=b.id where 1=1 and bcrq >= ? and bcrq<= ? and pbdxfb = ? order by bcrq,pdeptids:1 +2024-06-19 11:44:59,658 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000048 (01/19/00) - Connection #5 tested: OK +2024-06-19 11:44:59,739 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000049 (01/20/00) - Connection #20 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:44:59,798 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #5 tested: OK +2024-06-19 11:44:59,800 [main] [com.engine.attendance.component.persongroup.cmd.GetDatatableRecurrenceCmd] [DEBUG] - dataTableList total size : 1 +2024-06-19 11:44:59,800 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetDatatableRecurrenceCmd finished -------------------------------------------------------- +2024-06-19 11:44:59,800 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:44:59,800 [main] [com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl] [DEBUG] - personGroupMap :343005241,departMentMap:-437387122,subCompanyMap:-1482083605,classesInformationMap:281646276,candidateTeamMap:-349139038 +2024-06-19 11:44:59,853 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000049 (01/20/00) - Connection #6 tested: OK +2024-06-19 11:44:59,953 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #6 tested: OK +2024-06-19 11:45:00,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000050 (01/20/00) - Connection #7 tested: OK +2024-06-19 11:45:00,134 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #7 tested: OK +2024-06-19 11:45:00,184 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000051 (01/20/00) - Connection #8 tested: OK +2024-06-19 11:45:00,210 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000052 (01/21/00) - Connection #21 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:00,295 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #8 tested: OK +2024-06-19 11:45:00,371 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000052 (01/21/00) - Connection #9 tested: OK +2024-06-19 11:45:00,490 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #9 tested: OK +2024-06-19 11:45:00,534 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000053 (01/21/00) - Connection #10 tested: OK +2024-06-19 11:45:00,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/21/00) - Connection #10 tested: OK +2024-06-19 11:45:00,688 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000054 (01/22/00) - Connection #22 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:00,702 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000054 (01/22/00) - Connection #11 tested: OK +2024-06-19 11:45:00,833 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #11 tested: OK +2024-06-19 11:45:00,888 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000055 (01/22/00) - Connection #12 tested: OK +2024-06-19 11:45:01,010 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #12 tested: OK +2024-06-19 11:45:01,063 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000056 (01/22/00) - Connection #13 tested: OK +2024-06-19 11:45:01,172 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/22/00) - Connection #13 tested: OK +2024-06-19 11:45:01,223 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000057 (01/23/00) - Connection #23 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:01,235 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000057 (01/23/00) - Connection #14 tested: OK +2024-06-19 11:45:01,347 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #14 tested: OK +2024-06-19 11:45:01,398 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000058 (01/23/00) - Connection #15 tested: OK +2024-06-19 11:45:01,515 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #15 tested: OK +2024-06-19 11:45:01,569 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000059 (01/23/00) - Connection #16 tested: OK +2024-06-19 11:45:01,674 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/23/00) - Connection #16 tested: OK +2024-06-19 11:45:01,701 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000060 (01/24/00) - Connection #24 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:01,729 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000060 (01/24/00) - Connection #17 tested: OK +2024-06-19 11:45:01,849 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #17 tested: OK +2024-06-19 11:45:01,915 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000061 (01/24/00) - Connection #18 tested: OK +2024-06-19 11:45:02,040 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #18 tested: OK +2024-06-19 11:45:02,105 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000062 (01/24/00) - Connection #19 tested: OK +2024-06-19 11:45:02,171 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000063 (01/25/00) - Connection #25 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:02,209 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #19 tested: OK +2024-06-19 11:45:02,267 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000063 (01/25/00) - Connection #20 tested: OK +2024-06-19 11:45:02,387 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #20 tested: OK +2024-06-19 11:45:02,387 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:02,388 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetScheduleResultListCmd -------------------------------------------------------- +2024-06-19 11:45:02,388 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:02,448 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000064 (01/25/00) - Connection #21 tested: OK +2024-06-19 11:45:02,568 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #21 tested: OK +2024-06-19 11:45:02,634 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000065 (01/25/00) - Connection #22 tested: OK +2024-06-19 11:45:02,692 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000066 (01/26/00) - Connection #26 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:02,745 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #22 tested: OK +2024-06-19 11:45:02,745 [main] [com.engine.attendance.attendanceanalysis.cmd.GetScheduleResultListCmd] [INFO] - SchedulingResults : [{clockInTimeDataMap={}, schedulingResultsMap={2024-05-10=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]}, schedulingMapBydate={2024-05-10=[{modeuuid=cb1879c7-eb7e-4111-95df-21cdc4d6d893, modedatamodifier=, modedatacreatertype=0, formmodeid=87, pbrq=2024-06-19, bcbdsj=, dxlx=0, szjg=, sfdkpp=0, modedatacreatedate=2024-06-19, dgcx=, bz=, hxbz=, id=123417, glpbid=, pbtj=2, key=123417, form_biz_id=, pbdxbm=, pbgl=, sfxx=0, keyid=123417, modedatacreater=1, bcrq=2024-05-10, lastname=程亮, bcxx=4-测试班次, pbdxfb=, pbdx=, requestid=, pbdxryfz=, modedatacreatetime=10:50:12, modedatamodifydatetime=, pbsj=10:50, rqlx=0, pbdxry=81-程亮}]}}] +2024-06-19 11:45:02,745 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetScheduleResultListCmd finished -------------------------------------------------------- +2024-06-19 11:45:02,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:02,746 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - ***********analysis userId:81,analysisDate:2024-05-10 start*********** +2024-06-19 11:45:02,746 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - clockInTimeDate : [[{signtime=07:51, id=27, userid=81, signdate=2024-05-10}, {signtime=12:40, id=28, userid=81, signdate=2024-05-10}]] +2024-06-19 11:45:02,746 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - attendaceResult : [[{ygid=81, sjzt=1, sgsj=, rq=2024-05-10}]] +2024-06-19 11:45:02,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:02,746 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInTimeListCmd -------------------------------------------------------- +2024-06-19 11:45:02,746 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:02,747 [main] [com.engine.attendance.attendanceanalysis.cmd.GetClockInTimeListCmd] [DEBUG] - earliestTime :[2024-05-10 07:00],lastestTime: [2024-05-10 21:05] +2024-06-19 11:45:02,748 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInTimeListCmd finished -------------------------------------------------------- +2024-06-19 11:45:02,748 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:02,814 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000066 (01/26/00) - Connection #23 tested: OK +2024-06-19 11:45:02,934 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #23 tested: OK +2024-06-19 11:45:03,021 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000067 (01/26/00) - Connection #24 tested: OK +2024-06-19 11:45:03,139 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/26/00) - Connection #24 tested: OK +2024-06-19 11:45:03,140 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,140 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetAskForLeaveCmd -------------------------------------------------------- +2024-06-19 11:45:03,140 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,175 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000068 (01/27/00) - Connection #27 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:03,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000068 (01/27/00) - Connection #25 tested: OK +2024-06-19 11:45:03,311 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #25 tested: OK +2024-06-19 11:45:03,312 [main] [com.engine.attendance.attendanceanalysis.cmd.GetAskForLeaveCmd] [DEBUG] - haveAskForLeaveList : [[]] +2024-06-19 11:45:03,312 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetAskForLeaveCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,312 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,313 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,313 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetEvectionCmd -------------------------------------------------------- +2024-06-19 11:45:03,313 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,361 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000069 (01/27/00) - Connection #26 tested: OK +2024-06-19 11:45:03,472 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #26 tested: OK +2024-06-19 11:45:03,473 [main] [com.engine.attendance.attendanceanalysis.cmd.GetEvectionCmd] [DEBUG] - haveEvectionList : [[]] +2024-06-19 11:45:03,473 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetEvectionCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,473 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,474 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,475 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetClockInPointCmd -------------------------------------------------------- +2024-06-19 11:45:03,475 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,475 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 未重新计算卡点时 老的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]],askForLeaveAndEvctionScheduleList:[[]] +2024-06-19 11:45:03,476 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [DEBUG] - 经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:45:03,476 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - 经过重新计算卡点时 新的scheduleResult : [[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}]] +2024-06-19 11:45:03,479 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd] [INFO] - clcokInPointList :[[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:45:03,479 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetClockInPointCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,479 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AdjustByWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:45:03,480 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,480 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd] [INFO] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:45:03,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AdjustByWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,480 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,483 [main] [com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint] [DEBUG] - AdjustByWorkOverTimeCmd : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:45:03,483 [main] [com.engine.attendance.attendanceanalysis.service.impl.UtilServiceImpl] [INFO] - after adjustClockPointAction : [[ClockPointDTO(classTime=2024-05-10 13:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 18:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=false), ClockPointDTO(classTime=2024-05-10 08:00, pointType=START, timeType=BEFORE, elasticTime=null, classSegmentType=0, clockTime={signtime=07:51, id=27, userid=81, signdate=2024-05-10}, record=true), ClockPointDTO(classTime=2024-05-10 21:00, pointType=END, timeType=BEFORE, elasticTime=null, classSegmentType=2, clockTime={signtime=12:40, id=28, userid=81, signdate=2024-05-10}, record=true)]] +2024-06-19 11:45:03,484 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:45:03,484 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:45:03,485 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,485 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,485 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,487 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,487 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,488 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:45:03,488 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:45:03,489 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间 右边 +2024-06-19 11:45:03,489 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,489 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,489 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,489 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,489 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,490 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,490 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,490 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,491 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[{jbscjrhsl=, zdhsfzs=, jtqsfzs=, tyxm=1, yekyzq=, cflbdsjd=, jljxysjdzqdsc=0, bddrqlx=, sffzcx=0, ktjbzdcfwlb=0, id=126, jbzdzjqye=0, tqdkjrjb=0, lgsbxydk=0, kqzqnxzsycs=0, zxhsl=30, jcbyxsyqjb=0, fgsbxydk=0, hbjrdkqxm=, modedatacreater=1, ccqszhdhsfzs=, jc=旷工, cchsfzs=, modedatacreatetime=17:35:36, hbjscsdxm=, ygbcycb=0, xzzjbsc=0, xzsydcs=, formmodeid=125, zzdjbxss=, bjys=, yesxrq=, qbkcsc=60, modedatacreatedate=2024-03-25, bxsdxm=, bz=, qzsyyxjb=0, key=126, form_biz_id=126000188, thfghlfzs=, tybcndbjlhbjs=0, thdkyxfzs=, zrjqyedqsxss=, cckcbc=60, ljbcngzsj=0, jbqsfzs=, xmlx=2, zdyqsc=, modedatamodifydatetime=2024-06-19 11:40:10, ldkzkg=0, jbzzhlfzs=, tcscws=, modedatamodifier=1, modedatacreatertype=0, zrdjb=, tqdkyxfzs=, jbscbdccsqsc=0, yxsydjb=, mc=旷工, gjksrqlxsz=0, yqsqts=, xysjd=0, zhwxdxm=, hbjrdjbxm=, jsjbbxydk=0, rzdjbxss=, hjxzscdxm=, zdycbcndfgzsd=0, zkgtj=, keyid=126, jbwdhlfzs=, zdhsl=480, thdkjrjb=0, requestid=, sjxm=, hsl=1.00, modeuuid=dec5c6fb-065a-4918-88f1-05d1ff2c7c35, ccclfs=, xtxm=0, szjg=1, zdycrqqjndxxb=0, yzdjbxss=, tqlghlfzs=, kczgsc=1, xmzt=, ksjbbxydk=0, zdkcjcxxsc=0, mrxhtx=0, kqxm=旷工, zysd=1, zrjqyedbs=, sjd=17:33, hsdw=1, sydbc=, csjthdclfs=, yedqwsycl=, sfxysh=0, cftxdcs=}]] +2024-06-19 11:45:03,491 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,491 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,491 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - leaveEarlyParams classInfo: [{edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}],clcokInTimeData:[{signtime=12:40, id=28, userid=81, signdate=2024-05-10}] +2024-06-19 11:45:03,491 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}] +2024-06-19 11:45:03,492 [main] [com.engine.common.util.Utils] [DEBUG] - 休息时间在请假时间中间 +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting LeaveEarlyItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,492 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- LeaveEarlyItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting AbsenteeismItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,493 [main] [com.engine.attendance.attendanceanalysis.cmd.item.AbsenteeismItemCmd] [DEBUG] - absenteeismCmd attendanceItems : [[]] +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- AbsenteeismItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,493 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,493 [main] [com.engine.attendance.attendanceanalysis.wrapper.UpdateAttendanceResultWrapper] [DEBUG] - abnormalClockInList : [[{hsl=6.0, bdlx=0, item=125, itemType=LEAVE_EARLY, classEndTime=2024-05-10 13:00, betweenMinutes=20, classStartTime=2024-05-10 12:40, hsdw=2, kczgsc=0, record=false, itemduration=24.0, pointTime=2024-05-10 13:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=false, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}]] +2024-06-19 11:45:03,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 请假后消除的异常 : [[]] +2024-06-19 11:45:03,494 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [DEBUG] - 出差外出后消除的异常 : [[]] +2024-06-19 11:45:03,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting WorkOvertimeItemCmd -------------------------------------------------------- +2024-06-19 11:45:03,494 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- WorkOvertimeItemCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,494 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,495 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting GetOvertimeDurationCmd -------------------------------------------------------- +2024-06-19 11:45:03,495 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,497 [main] [com.engine.common.util.Utils] [DEBUG] - removeRestTime scheduleResult : [] +2024-06-19 11:45:03,497 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 未扣减过的加班时长: 150.0 +2024-06-19 11:45:03,497 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - beLateTime :[0.0],leaveElaryTime :[500.0],askForLeaveTime:[0],evectionTime:[0],dinnerTime:[0] +2024-06-19 11:45:03,497 [main] [com.engine.attendance.attendanceanalysis.cmd.workovertime.GetOvertimeDurationCmd] [DEBUG] - 扣减过的加班时长 :[-350.0] +2024-06-19 11:45:03,497 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- GetOvertimeDurationCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,497 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting SaveWorkOverTimeCmd -------------------------------------------------------- +2024-06-19 11:45:03,498 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- SaveWorkOverTimeCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,498 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,499 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,499 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting ComputeAttendanceDurationCmd -------------------------------------------------------- +2024-06-19 11:45:03,500 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,501 [main] [com.engine.attendance.attendanceanalysis.cmd.ComputeAttendanceDurationCmd] [DEBUG] - abnormalTime : 360.0,askForLeaveTime : 0.0,evectionTimeTime:0.0 +2024-06-19 11:45:03,502 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- ComputeAttendanceDurationCmd finished -------------------------------------------------------- +2024-06-19 11:45:03,502 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,503 [main] [com.engine.attendance.attendanceanalysis.wrapper.AttendanceAnalysisWrapper] [INFO] - recordParam : {attendanceDuration=3.5, classInfo=[{edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=1, bdlx=0, jsdk=0, sfxx=0, edxss=4.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=08:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=12:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=13:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=12:30, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=0, jsdk=0, sfxx=0, edxss=5.00, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=13:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=, sfkt=0, dtjssj=18:30, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=1, jsdk=0, sfxx=0, edxss=0.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:00, thdkfzs=, rqlx=0}, {edsc=9.50, fgsjd=20:19, tqdkfzs=33, sfkt=0, dtjssj=21:00, dtsfdx=0, dtzddxfz=30, zddxfz=30, xxbdkzdjb=0, sfdx=0, dtdxhs=1, zgzsc=9.50, gsrq=1, ksdk=0, bdlx=2, jsdk=1, sfxx=0, edxss=2.50, btgz=0, bcxx=4, dxhs=5, bcsdxx=08:00-12:00|12:30-13:00|13:00-18:00|, dtkssj=18:30, thdkfzs=5, rqlx=0}], formmodeIdMap={uf_jcl_kq_kqfa=105, uf_jcl_kq_jqed=102, uf_jcl_kq_glpb=101, uf_jcl_kq_cqjt=106, uf_pbjg=87, uf_jcl_kq_rlmc=141, uf_jcl_kq_jqye=103, uf_jcl_kq_jbjg=92, uf_jcl_kq_cqjg=104, uf_jcl_kq_bdkjl=135, uf_jcl_kq_kqzqmc=93, uf_jcl_kq_rlxx=89, uf_jcl_kq_bcxx=99, uf_jcl_kq_zhgs=129}, modeId=104, recordDataTime={j1=2024-05-10 07:51, j2=NULL, j3=NULL, j4=NULL, j5=NULL, j6=NULL, j7=NULL, c1=2024-05-10 12:40, j8=NULL, c2=NULL, c3=NULL, c4=NULL, c5=NULL, c6=NULL, c7=NULL, c8=NULL}, analysisDate=2024-05-10, userId=81, recordData=[{hsl=1.0, bdlx=0, item=126, itemType=LEAVE_EARLY, classEndTime=2024-05-10 18:00, betweenMinutes=320, classStartTime=2024-05-10 12:40, hsdw=1, kczgsc=1, record=true, itemduration=6.0, pointTime=2024-05-10 18:00, clcokInTimeData={signtime=12:40, id=28, userid=81, signdate=2024-05-10}}, {item=155, itemduration=0}], rqlx=0} +2024-06-19 11:45:03,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:03,504 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- starting RecordDataCmd -------------------------------------------------------- +2024-06-19 11:45:03,504 [main] [com.engine.core.interceptor.CommandInvoker] [DEBUG] - Executing command class com.engine.core.interceptor.CommandInvoker +2024-06-19 11:45:03,585 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000070 (01/27/00) - Connection #27 tested: OK +2024-06-19 11:45:03,615 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000071 (01/28/00) - Connection #28 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:03,675 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #27 tested: OK +2024-06-19 11:45:03,675 [main] [com.engine.attendance.attendanceanalysis.cmd.RecordDataCmd] [DEBUG] - update sql : update uf_jcl_kq_cqjg set cqsc=3.5,cqzt=1,fxrq='2024-06-19 11:45:03',rqlx=0,sfxx=0,bc=4,bcbdxx='08:00-12:00|12:30-13:00|13:00-18:00|',xm1=126,sc1=6.0,xm2=155,sc2=0,xm3=NULL,sc3=NULL,xm4=NULL,sc4=NULL,xm5=NULL,sc5=NULL,xm6=NULL,sc6=NULL,xm7=NULL,sc7=NULL,xm8=NULL,sc8=NULL,j1='2024-05-10 07:51',j2=NULL,j3=NULL,j4=NULL,j5=NULL,j6=NULL,j7=NULL,c1='2024-05-10 12:40',j8=NULL,c2=NULL,c3=NULL,c4=NULL,c5=NULL,c6=NULL,c7=NULL,c8=NULL where ygid=? and rq=? +2024-06-19 11:45:03,716 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000071 (01/28/00) - Connection #28 tested: OK +2024-06-19 11:45:03,767 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000072 (02/28/00) - Connection #1 tested: OK +2024-06-19 11:45:03,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.jdbc.JdbcStatement +2024-06-19 11:45:03,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Statement +2024-06-19 11:45:03,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.sql.Wrapper +2024-06-19 11:45:03,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface com.mysql.cj.Query +2024-06-19 11:45:03,778 [main] [org.logicalcobwebs.proxool.ProxyFactory] [DEBUG] - Implementing interface java.lang.AutoCloseable +2024-06-19 11:45:03,885 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (02/28/00) - Connection #1 tested: OK +2024-06-19 11:45:03,941 [main] [A2] [INFO] - [null] main-1[weaver.conn.ExecuteSqlLogger:191] - 启动日志压缩线程.... +2024-06-19 11:45:03,991 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #28 tested: OK +2024-06-19 11:45:04,048 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000073 (01/28/00) - Connection #2 tested: OK +2024-06-19 11:45:04,159 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #2 tested: OK +2024-06-19 11:45:04,159 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000074 (01/29/00) - Connection #29 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:04,231 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000074 (01/29/00) - Connection #3 tested: OK +2024-06-19 11:45:04,664 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000075 (01/30/00) - Connection #30 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:04,928 [main] [org.logicalcobwebs.proxool.ecology] [DEBUG] - #3 - autoCommit reset back to true +2024-06-19 11:45:04,981 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #3 tested: OK +2024-06-19 11:45:04,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - --- RecordDataCmd finished -------------------------------------------------------- +2024-06-19 11:45:04,981 [main] [com.engine.core.interceptor.LogInterceptor] [DEBUG] - + +2024-06-19 11:45:05,030 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000075 (01/30/00) - Connection #4 tested: OK +2024-06-19 11:45:05,110 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/30/00) - Connection #4 tested: OK +2024-06-19 11:45:05,113 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000076 (01/31/00) - Connection #31 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:05,190 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000076 (01/31/00) - Connection #5 tested: OK +2024-06-19 11:45:05,651 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000077 (01/32/00) - Connection #32 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:05,679 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #5 tested: OK +2024-06-19 11:45:05,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000077 (01/32/00) - Connection #6 tested: OK +2024-06-19 11:45:05,848 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #6 tested: OK +2024-06-19 11:45:05,849 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:55] - tyAllowanceIds : [149, 150] +2024-06-19 11:45:05,904 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000078 (01/32/00) - Connection #7 tested: OK +2024-06-19 11:45:06,023 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #7 tested: OK +2024-06-19 11:45:06,024 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:45:06,024 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:45:06,024 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:45:06,024 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=1}] +2024-06-19 11:45:06,081 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000079 (01/32/00) - Connection #8 tested: OK +2024-06-19 11:45:06,091 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000080 (01/33/00) - Connection #33 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:06,324 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #8 tested: OK +2024-06-19 11:45:06,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where subcompanyid1 = 1 and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:45:06,329 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 58 +2024-06-19 11:45:06,395 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000080 (01/33/00) - Connection #9 tested: OK +2024-06-19 11:45:06,532 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/33/00) - Connection #9 tested: OK +2024-06-19 11:45:06,564 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000081 (01/34/00) - Connection #34 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:06,589 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000081 (01/34/00) - Connection #10 tested: OK +2024-06-19 11:45:06,688 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #10 tested: OK +2024-06-19 11:45:06,688 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:45:06,688 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:45:06,688 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 11:45:06,750 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000082 (01/34/00) - Connection #11 tested: OK +2024-06-19 11:45:06,868 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #11 tested: OK +2024-06-19 11:45:06,868 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where departmentid = 2 and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:45:06,868 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 11:45:06,868 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:45:06,929 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000083 (01/34/00) - Connection #12 tested: OK +2024-06-19 11:45:07,036 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/34/00) - Connection #12 tested: OK +2024-06-19 11:45:07,057 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000084 (01/35/00) - Connection #35 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:07,088 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000084 (01/35/00) - Connection #13 tested: OK +2024-06-19 11:45:07,213 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #13 tested: OK +2024-06-19 11:45:07,213 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [{minSecurityLevel=, maxSecurityLevel=100, id=36}] +2024-06-19 11:45:07,273 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000085 (01/35/00) - Connection #14 tested: OK +2024-06-19 11:45:07,389 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/35/00) - Connection #14 tested: OK +2024-06-19 11:45:07,389 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id = 36 and seclevel <= 100 +2024-06-19 11:45:07,389 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [{minSecurityLevel=0, maxSecurityLevel=100, id=2}] +2024-06-19 11:45:07,460 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000086 (01/35/00) - Connection #15 tested: OK +2024-06-19 11:45:07,578 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/35/00) - Connection #15 tested: OK +2024-06-19 11:45:07,579 [main] [com.engine.common.util.CommonUtil] [DEBUG] - getPersonnelGroupingByPerson filter sql : select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and ( departmentid='9' or departmentid='14' or departmentid='15' ) and ( field6='2024-06-17' or field6='2024-06-16' ) +2024-06-19 11:45:07,599 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000087 (01/36/00) - Connection #36 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:07,628 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000087 (01/36/00) - Connection #16 tested: OK +2024-06-19 11:45:07,739 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/36/00) - Connection #16 tested: OK +2024-06-19 11:45:07,739 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupId : 2, empIdsByGroup : [36] +2024-06-19 11:45:07,809 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000088 (01/36/00) - Connection #17 tested: OK +2024-06-19 11:45:07,925 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/36/00) - Connection #17 tested: OK +2024-06-19 11:45:07,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - querySql : select * from hrmresource where id in (36) and seclevel >= 0 and seclevel <= 100 +2024-06-19 11:45:07,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - datas.size : 1 +2024-06-19 11:45:07,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:45:07,926 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:45:07,981 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000089 (01/36/00) - Connection #18 tested: OK +2024-06-19 11:45:08,077 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/36/00) - Connection #18 tested: OK +2024-06-19 11:45:08,128 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000090 (01/37/00) - Connection #37 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:08,140 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000090 (01/37/00) - Connection #19 tested: OK +2024-06-19 11:45:08,384 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/37/00) - Connection #19 tested: OK +2024-06-19 11:45:08,384 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empIdInfos : [] +2024-06-19 11:45:08,384 [main] [com.engine.common.util.CommonUtil] [DEBUG] - empGroupIdInfos : [] +2024-06-19 11:45:08,384 [main] [com.engine.common.util.CommonUtil] [DEBUG] - depIdInfos : [] +2024-06-19 11:45:08,384 [main] [com.engine.common.util.CommonUtil] [DEBUG] - subCompanyIdInfos : [] +2024-06-19 11:45:08,452 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000091 (01/37/00) - Connection #20 tested: OK +2024-06-19 11:45:08,607 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/37/00) - Connection #20 tested: OK +2024-06-19 11:45:08,659 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000092 (01/37/00) - Connection #21 tested: OK +2024-06-19 11:45:08,725 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000093 (01/38/00) - Connection #38 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:08,779 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/38/00) - Connection #21 tested: OK +2024-06-19 11:45:08,829 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000093 (01/38/00) - Connection #22 tested: OK +2024-06-19 11:45:08,938 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/38/00) - Connection #22 tested: OK +2024-06-19 11:45:08,999 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000094 (01/38/00) - Connection #23 tested: OK +2024-06-19 11:45:09,135 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/00) - Connection #23 tested: OK +2024-06-19 11:45:09,135 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:152] - cqData_size : 0 +2024-06-19 11:45:09,194 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000095 (01/38/00) - Connection #24 tested: OK +2024-06-19 11:45:09,208 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000096 (01/39/00) - Connection #39 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:09,321 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/39/00) - Connection #24 tested: OK +2024-06-19 11:45:09,380 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000096 (01/39/00) - Connection #25 tested: OK +2024-06-19 11:45:09,489 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #25 tested: OK +2024-06-19 11:45:09,542 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000097 (01/39/00) - Connection #26 tested: OK +2024-06-19 11:45:09,667 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000098 (01/40/00) - Connection #40 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:09,668 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #26 tested: OK +2024-06-19 11:45:09,728 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000098 (01/40/00) - Connection #27 tested: OK +2024-06-19 11:45:09,837 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #27 tested: OK +2024-06-19 11:45:09,903 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000099 (01/40/00) - Connection #28 tested: OK +2024-06-19 11:45:10,015 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #28 tested: OK +2024-06-19 11:45:10,016 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:155] - allowanceInfoList_size : 0 +2024-06-19 11:45:10,084 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000100 (01/40/00) - Connection #29 tested: OK +2024-06-19 11:45:10,168 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (01/41/00) - Connection #41 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:10,214 [main] [org.logicalcobwebs.proxool.ConnectionPool] [DEBUG] - 000101 (01/41/00) - Connection #29 tested: OK +2024-06-19 11:45:10,214 [main] [A2] [INFO] - [null] main-1[com.engine.attendance.workflow.service.impl.AllowanceServiceImpl:161] - delSign : true, delSql : delete from uf_jcl_kq_cqjt where rq >= '2024-05-10' and rq <= '2024-05-10' and yg in (81) and bc in (1,2,3) +2024-06-19 11:45:10,216 [ShutdownHook] [org.logicalcobwebs.proxool.ShutdownHook] [DEBUG] - Running ShutdownHook +2024-06-19 11:45:10,655 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - Connection #42 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:11,129 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - Connection #43 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:11,785 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - Connection #44 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:12,258 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - Connection #45 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:12,808 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - Connection #46 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:13,274 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - Connection #47 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:13,795 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - Connection #48 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:14,209 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - Connection #49 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:14,665 [Prototyper] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/50/00) - Connection #50 created to achieve minimum of 50 = AVAILABLE +2024-06-19 11:45:14,665 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - Shutting down 'ecology' pool immediately [Shutdown Hook] +2024-06-19 11:45:14,672 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/49/00) - #0050 removed because of shutdown. +2024-06-19 11:45:14,672 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #50 closed +2024-06-19 11:45:14,673 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/48/00) - #0049 removed because of shutdown. +2024-06-19 11:45:14,673 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #49 closed +2024-06-19 11:45:14,673 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/47/00) - #0048 removed because of shutdown. +2024-06-19 11:45:14,673 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #48 closed +2024-06-19 11:45:14,674 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/46/00) - #0047 removed because of shutdown. +2024-06-19 11:45:14,674 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #47 closed +2024-06-19 11:45:14,674 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/45/00) - #0046 removed because of shutdown. +2024-06-19 11:45:14,674 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #46 closed +2024-06-19 11:45:14,675 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/44/00) - #0045 removed because of shutdown. +2024-06-19 11:45:14,675 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #45 closed +2024-06-19 11:45:14,675 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/43/00) - #0044 removed because of shutdown. +2024-06-19 11:45:14,676 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #44 closed +2024-06-19 11:45:14,676 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/42/00) - #0043 removed because of shutdown. +2024-06-19 11:45:14,676 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #43 closed +2024-06-19 11:45:14,676 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/41/00) - #0042 removed because of shutdown. +2024-06-19 11:45:14,677 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #42 closed +2024-06-19 11:45:14,677 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/40/00) - #0041 removed because of shutdown. +2024-06-19 11:45:14,677 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #41 closed +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/39/00) - #0040 removed because of shutdown. +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #40 closed +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/38/00) - #0039 removed because of shutdown. +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #39 closed +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/37/00) - #0038 removed because of shutdown. +2024-06-19 11:45:14,678 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #38 closed +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/36/00) - #0037 removed because of shutdown. +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #37 closed +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/35/00) - #0036 removed because of shutdown. +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #36 closed +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/34/00) - #0035 removed because of shutdown. +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #35 closed +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/33/00) - #0034 removed because of shutdown. +2024-06-19 11:45:14,679 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #34 closed +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/32/00) - #0033 removed because of shutdown. +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #33 closed +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/31/00) - #0032 removed because of shutdown. +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #32 closed +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/30/00) - #0031 removed because of shutdown. +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #31 closed +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/29/00) - #0030 removed because of shutdown. +2024-06-19 11:45:14,680 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #30 closed +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/28/00) - #0029 removed because of shutdown. +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #29 closed +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/27/00) - #0028 removed because of shutdown. +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #28 closed +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/26/00) - #0027 removed because of shutdown. +2024-06-19 11:45:14,681 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #27 closed +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/25/00) - #0026 removed because of shutdown. +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #26 closed +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/24/00) - #0025 removed because of shutdown. +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #25 closed +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/23/00) - #0024 removed because of shutdown. +2024-06-19 11:45:14,682 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #24 closed +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/22/00) - #0023 removed because of shutdown. +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #23 closed +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/21/00) - #0022 removed because of shutdown. +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #22 closed +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/20/00) - #0021 removed because of shutdown. +2024-06-19 11:45:14,683 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #21 closed +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/19/00) - #0020 removed because of shutdown. +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #20 closed +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/18/00) - #0019 removed because of shutdown. +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #19 closed +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/17/00) - #0018 removed because of shutdown. +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #18 closed +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/16/00) - #0017 removed because of shutdown. +2024-06-19 11:45:14,684 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #17 closed +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/15/00) - #0016 removed because of shutdown. +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #16 closed +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/14/00) - #0015 removed because of shutdown. +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #15 closed +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/13/00) - #0014 removed because of shutdown. +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #14 closed +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/12/00) - #0013 removed because of shutdown. +2024-06-19 11:45:14,685 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #13 closed +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/11/00) - #0012 removed because of shutdown. +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #12 closed +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/10/00) - #0011 removed because of shutdown. +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #11 closed +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/09/00) - #0010 removed because of shutdown. +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #10 closed +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/08/00) - #0009 removed because of shutdown. +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #9 closed +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/07/00) - #0008 removed because of shutdown. +2024-06-19 11:45:14,686 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #8 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/06/00) - #0007 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #7 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/05/00) - #0006 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #6 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/04/00) - #0005 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #5 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/03/00) - #0004 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #4 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/02/00) - #0003 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #3 closed +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/01/00) - #0002 removed because of shutdown. +2024-06-19 11:45:14,687 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #2 closed +2024-06-19 11:45:14,688 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - 000101 (00/00/00) - #0001 removed because of shutdown. +2024-06-19 11:45:14,688 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [DEBUG] - Connection #1 closed +2024-06-19 11:45:14,688 [Shutdown Hook] [org.logicalcobwebs.proxool.ecology] [INFO] - 'ecology' pool has been closed down by Shutdown Hook in 23 milliseconds. +2024-06-19 11:45:14,688 [Shutdown Hook] [org.logicalcobwebs.proxool.PrototyperController] [INFO] - Stopping Prototyper thread +2024-06-19 11:45:14,688 [Shutdown Hook] [org.logicalcobwebs.proxool.HouseKeeperController] [INFO] - Stopping HouseKeeper thread diff --git a/out/artifacts/hrm_attendance/hrm-attendance.jar b/out/artifacts/hrm_attendance/hrm-attendance.jar index 351e9c9..0b89435 100644 Binary files a/out/artifacts/hrm_attendance/hrm-attendance.jar and b/out/artifacts/hrm_attendance/hrm-attendance.jar differ diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.java index 715a1b7..a3f44f3 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.java @@ -6,10 +6,12 @@ import com.engine.common.entity.BizLogContext; import com.engine.common.util.DateUtil; import com.engine.common.util.Utils; import com.engine.core.interceptor.CommandContext; +import com.google.common.collect.Lists; import com.google.common.collect.Maps; import lombok.extern.slf4j.Slf4j; import weaver.general.Util; +import java.util.Comparator; import java.util.List; import java.util.Map; import java.util.stream.Collectors; @@ -62,9 +64,23 @@ public class ComputeAttendanceDurationCmd extends AbstractCommonCommande.get("bdlx").equals(ClassSegmentTypeEnum.WORK_TIME.getKey())).collect(Collectors.toList()); + //abnormalClockInList = abnormalClockInList.stream().filter(e->e.get("bdlx").equals(ClassSegmentTypeEnum.WORK_TIME.getKey())).collect(Collectors.toList()); + Map>> abnormalClockInGroupMap = abnormalClockInList.stream().filter(e->e.get("bdlx").equals(ClassSegmentTypeEnum.WORK_TIME.getKey())) + .collect(Collectors.groupingBy(e->e.get("clcokInTimeData"))); + List> filterAbnormalList = Lists.newArrayList(); + abnormalClockInGroupMap.entrySet().forEach(e->{ + List> list = e.getValue(); + if (list.size() > 1){ + list = list.stream().sorted(Comparator.comparing(f->(Integer)f.get("betweenMinutes"))).collect(Collectors.toList()); + filterAbnormalList.add(list.get(list.size()-1)); + list.get(list.size()-1).put("record",true); + }else if (list.size() == 1){ + filterAbnormalList.add(list.get(0)); + } + }); + double abnormalTime = 0; - for (Map abnormalClockInMap : abnormalClockInList){ + for (Map abnormalClockInMap : filterAbnormalList){ AttendanceItemTypeEnum itemType = (AttendanceItemTypeEnum)abnormalClockInMap.get("itemType"); String kczgsc = Util.null2String(abnormalClockInMap.get("kczgsc")); @@ -102,7 +118,7 @@ public class ComputeAttendanceDurationCmd extends AbstractCommonCommand> String userId = Util.null2String(params.get("userId")); String analysisDate = Util.null2String(params.get("analysisDate")); List> scheduleResult = (List>)params.get("scheduleResult"); - String sql = "select a.qjry,a.jqlx,a.cxjqj,b.ksrq,b.kssj,b.jsrq,b.jssj,b.qjsc,b.qtj,b.btj from uf_jcl_kq_qjjl a left join uf_jcl_kq_qjjl_dt1 b on a.id = b.mainid where a.qjry=? and b.ksrq>=? and b.ksrq<=? and (b.cxqj=0 or b.cxqj is null)"; + String sql = "select b.qjry,b.jqlx,b.ksrq,b.kssj,b.jsrq,b.jssj,b.qjsc,b.qtj,b.btj from uf_jcl_kq_qjjl a left join uf_jcl_kq_qjjl_dt1 b on a.id = b.mainid where b.qjry=? and b.ksrq>=? and b.ksrq<=? and (b.cxqj=0 or b.cxqj is null) and a.jlzt=1"; +// String sql = "select b.qjry,b.jqlx,b.ksrq,b.kssj,b.jsrq,b.jssj,b.qjsc,b.qtj,b.btj from uf_jcl_kq_qjjl_dt1 b where b.qjry=? and b.ksrq>=? and b.ksrq<=? and (b.cxqj=0 or b.cxqj is null)"; List> askForLeaveList = DbTools.getSqlToList(sql,userId, DateUtil.beforeDay(analysisDate,1),DateUtil.AfterDay(analysisDate,1)); Map> askForLeaveItems = Maps.newHashMap(); @@ -54,17 +55,17 @@ public class GetAskForLeaveCmd extends AbstractCommonCommand> List> haveAskForLeaveList = askForLeaveList.stream().filter(e->{ String kssj = e.get("ksrq")+" "+e.get("kssj"); String jssj = e.get("jsrq")+" "+e.get("jssj"); - if (e.get("ksrq").equals(analysisDate) && !"1".equals(e.get("cxjqj"))){ + if (e.get("ksrq").equals(analysisDate) && "".equals(Util.null2String(e.get("kssj")))){ jplxSet.add(e.get("jqlx").toString()); return true; - }else if ("1".equals(e.get("cxjqj")) && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(lastjssj)) <0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(firstKssj)) >0 ){ + }else if (!"".equals(Util.null2String(e.get("kssj"))) && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(lastjssj)) <0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(firstKssj)) >0 ){ jplxSet.add(e.get("jqlx").toString()); return true; }else { return false; } }).collect(Collectors.toList()); - log.info("haveAskForLeaveList : [{}]",haveAskForLeaveList); + log.debug("haveAskForLeaveList : [{}]",haveAskForLeaveList); diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.java index e9b793f..f26e247 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.java @@ -90,7 +90,7 @@ public class GetClockInTimeItemCmd extends AbstractCommonCommandDateUtil.getTime(e.get("signdate")+" "+e.get("signtime")).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); - log.info("needGetDate : [{}],resultList : [{}]",needGetDate,resultList); + log.debug("needGetDate : [{}],resultList : [{}]",needGetDate,resultList); resultMap.put("resultList",resultList); return resultMap; } diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.java index 758db7b..6121fee 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.java @@ -166,7 +166,7 @@ public class GetClockInTimeListCmd extends AbstractCommonCommand> effectiveclockInTimeList = clockInTimeList.stream().filter(e->{ diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.java index 612c822..013a926 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.java @@ -41,7 +41,8 @@ public class GetEvectionCmd extends AbstractCommonCommand> { String userId = Util.null2String(params.get("userId")); String analysisDate = Util.null2String(params.get("analysisDate")); List> scheduleResult = (List>)params.get("scheduleResult"); - String sql = "select b.ccr,a.cclx,a.ccsd,b.ksrq,b.jsrq,b.kssj,b.jssj,b.ccsc,b.qtcc,b.btcc,b.cxcc from uf_jcl_kq_ccjl a left join uf_jcl_kq_ccjl_dt1 b on a.id = b.mainid where b.ccr=? and b.ksrq>=? and b.ksrq<=? and (b.cxcc=0 or b.cxcc is null)"; + //String sql = "select b.ccr,a.cclx,a.ccsd,b.ksrq,b.jsrq,b.kssj,b.jssj,b.ccsc,b.qtcc,b.btcc,b.cxcc from uf_jcl_kq_ccjl a left join uf_jcl_kq_ccjl_dt1 b on a.id = b.mainid where b.ccr=? and b.ksrq>=? and b.ksrq<=? and (b.cxcc=0 or b.cxcc is null)"; + String sql = "select b.ccr,b.cclx,b.ksrq,b.jsrq,b.kssj,b.jssj,b.ccsc,b.qtcc,b.btcc,b.cxcc from uf_jcl_kq_ccjl a left join uf_jcl_kq_ccjl_dt1 b on a.id = b.mainid where b.ccr=? and b.ksrq>=? and b.ksrq<=? and (b.cxcc=0 or b.cxcc is null) and a.jlzt=1"; List> evectionList = DbTools.getSqlToList(sql,userId, DateUtil.beforeDay(analysisDate,1),DateUtil.AfterDay(analysisDate,1)); Map> evectionItems = Maps.newHashMap(); @@ -54,17 +55,17 @@ public class GetEvectionCmd extends AbstractCommonCommand> { List> haveEvectionList = evectionList.stream().filter(e->{ String kssj = e.get("ksrq")+" "+e.get("kssj"); String jssj = e.get("jsrq")+" "+e.get("jssj"); - if (e.get("ksrq").equals(analysisDate) && !"1".equals(e.get("ccsd"))){ + if (e.get("ksrq").equals(analysisDate) && "".equals(Util.null2String(e.get("kssj")))){ cclxSet.add(e.get("cclx").toString()); return true; - }else if ("1".equals(e.get("ccsd")) && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(lastjssj)) <0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(firstKssj)) >0){ + }else if (!"".equals(Util.null2String(e.get("kssj"))) && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(lastjssj)) <0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(firstKssj)) >0){ cclxSet.add(e.get("cclx").toString()); return true; }else { return false; } }).collect(Collectors.toList()); - log.info("haveEvectionList : [{}]",haveEvectionList); + log.debug("haveEvectionList : [{}]",haveEvectionList); List> resultList = Lists.newArrayList(); List> evectionSchedule = Lists.newArrayList(); diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.java index 6b057d8..214e811 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.java @@ -24,7 +24,9 @@ import java.util.stream.Collectors; /** * 获得班次信息 - * 这边改了代码,ShiftServiceImpl的getSchedulingInFormation方法打卡匹配班次类也得跟着变,里面有相同逻辑 + * !!!!!!!!!!!!!!! + * ****这边改了代码,ShiftServiceImpl的getSchedulingInFormation方法打卡匹配班次类也得跟着变,里面有相同逻辑**** + * */ @Slf4j public class GetScheduleResultListCmd extends AbstractCommonCommand> { @@ -111,8 +113,8 @@ public class GetScheduleResultListCmd extends AbstractCommonCommand>> overtimePlanMap = DbTools.getSqlToList(sql,params.get("pbdx"),params.get("startDate"),params.get("endDate")).stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("ksrq")))); + sql = "select b.jbry,b.ksrq,b.kssj,a.jblx,b.jsrq,b.jssj,b.jbsc,b.gsrq from uf_jcl_kq_jbjh a left join uf_jcl_kq_jbjh_dt1 b on a.id=b.mainid where b.jbry =? and b.gsrq>=? and b.gsrq<=? and (b.jbcx=0 or b.jbcx is null) and a.jlzt=1"; + Map>> overtimePlanMap = DbTools.getSqlToList(sql,params.get("pbdx"),params.get("startDate"),params.get("endDate")).stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("gsrq")))); //考勤项目 @@ -222,7 +224,7 @@ public class GetScheduleResultListCmd extends AbstractCommonCommand> { } sql = sql.substring(0,sql.length()-1) +" where ygid=? and rq=?"; - log.info("update sql : {}",sql); + log.debug("update sql : {}",sql); DbTools.update(sql,userId,analysisDate); }else { sql = "select subcompanyid1,departmentid,jobtitle from hrmresource where id=?"; @@ -155,8 +155,8 @@ public class RecordDataCmd extends AbstractCommonCommand> { } value = value.substring(0,value.length()-1); sql = sql +cloumns +") values ("+value+")"; - log.info("insert sql : {}",sql); - log.info("insert data : {}",insertDatas); + log.debug("insert sql : {}",sql); + log.debug("insert data : {}",insertDatas); DbTools.update(sql,insertDatas.toArray()); } diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.java index 91a8973..d98d8b2 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.java @@ -40,7 +40,6 @@ public class AdjustByWorkOverTimeCmd extends AbstractCommonCommand> scheduleResult = (List>)params.get("scheduleResult"); scheduleResult = scheduleResult.stream().filter(e -> !ClassSegmentTypeEnum.ASK_FOR_LEAVE.getKey().equals(e.get("bdlx")) && !ClassSegmentTypeEnum.EVECTION.getKey().equals(e.get("bdlx"))).collect(Collectors.toList()); String analysisDate = params.get("analysisDate").toString(); - List> askForLeaveAndEvctionScheduleList = (List>)params.get("askForLeaveAndEvctionScheduleList"); List adjustClcokInPointList = Lists.newArrayList(); for (int i=0;i execute(ClockPointInfo clockPointInfo) { - List clcokInPointList = clockPointInfo.getClcokInPointList(); - List> scheduleResult = clockPointInfo.getScheduleResult(); - String analysisDate = clockPointInfo.getAnalysisDate(); - - clcokInPointList = clcokInPointList.stream().sorted(Comparator.comparing(e-> DateUtil.getTime(e.getClassTime()).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); - - if (clcokInPointList.size() ==2 && clcokInPointList.get(0).getPointType() == ClockPointEnum.START - && clcokInPointList.get(1).getPointType() == ClockPointEnum.END){ - if (clcokInPointList.get(0).getTimeType() == ClockPointEnum.EMPTY){ - //当上班存在漏卡时则全天漏卡 - for (Map map :scheduleResult){ - if (!Utils.getkssjTime(map,analysisDate).equals(clcokInPointList.get(0).getClassTime())){ - clcokInPointList.add(ClockPointDTO.builder().classTime(Utils.getkssjTime(map,analysisDate)).pointType(ClockPointEnum.START).timeType(ClockPointEnum.EMPTY).classSegmentType(map.get("bdlx").toString()) - .record(false).build()); - } - } - } - if (clcokInPointList.get(1).getTimeType() == ClockPointEnum.EMPTY){ - //当上班存在漏卡时则全天漏卡 - for (Map map :scheduleResult){ - if (!Utils.getjssjTime(map,analysisDate).equals(clcokInPointList.get(1).getClassTime())){ - clcokInPointList.add(ClockPointDTO.builder().classTime(Utils.getjssjTime(map,analysisDate)).pointType(ClockPointEnum.END).timeType(ClockPointEnum.EMPTY).classSegmentType(map.get("bdlx").toString()) - .record(false).build()); - } - } - } - if (clcokInPointList.get(1).getTimeType() != ClockPointEnum.EMPTY && clcokInPointList.get(0).getTimeType() != ClockPointEnum.EMPTY){ - //上班时间 - String toWorkTime = clcokInPointList.get(0).getClockTime().get("signdate")+" "+clcokInPointList.get(0).getClockTime().get("signtime"); - //下班时间 - String afterWorkTime = clcokInPointList.get(1).getClockTime().get("signdate")+" "+clcokInPointList.get(1).getClockTime().get("signtime"); - - - if (clcokInPointList.get(0).getTimeType() == ClockPointEnum.AFTER){ - //上班迟到 - for (Map map :scheduleResult){ - String kssj = Utils.getkssjTime(map,analysisDate); - String jssj = Utils.getjssjTime(map,analysisDate); - if (kssj.equals(clcokInPointList.get(0).getClassTime())){ - - } - } - - } - if (clcokInPointList.get(1).getTimeType() == ClockPointEnum.BEFORE){ - //下班早退 - - } - - } - } - return null; - } -} diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.java index 2c8f965..d49a216 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.java @@ -56,11 +56,11 @@ public class GetClockInPointCmd extends AbstractCommonCommand> needClockInList = scheduleResult.stream().filter(e -> !ClassSegmentTypeEnum.REST_AND_DINE.getKey().equals(e.get("bdlx")) && !ClassSegmentTypeEnum.REST_PERIOD.getKey().equals(e.get("bdlx")) && !ClassSegmentTypeEnum.DINING_PERIOD.getKey().equals(e.get("bdlx")) ).collect(Collectors.toList()); - log.info("未重新计算卡点时 老的scheduleResult : [{}],askForLeaveAndEvctionScheduleList:[{}]",scheduleResult,askForLeaveAndEvctionScheduleList); + log.debug("未重新计算卡点时 老的scheduleResult : [{}],askForLeaveAndEvctionScheduleList:[{}]",scheduleResult,askForLeaveAndEvctionScheduleList); //调整加班计时间段的打卡 scheduleResult = adjustWorkOverTimeClock(scheduleResult,analysisDate); - log.info("经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [{}]",scheduleResult); + log.debug("经过adjustWorkOverTimeClock 加班调整过后的 的scheduleResult: [{}]",scheduleResult); /** * 当请假或外出开始时间和外出时间在上班之外时,不需要打卡 @@ -244,6 +244,7 @@ public class GetClockInPointCmd extends AbstractCommonCommand clcokInPointList = getClockInPoint(analysisDate, scheduleResult, clockInTimeList,needClockDateList); + log.info("clcokInPointList :[{}]",clcokInPointList); resultMap.put("clcokInPointList", clcokInPointList); resultMap.put("scheduleResult",scheduleResult); @@ -414,7 +415,6 @@ public class GetClockInPointCmd extends AbstractCommonCommand execute(ClockPointInfo clockPointInfo) { + List clcokInPointList = clockPointInfo.getClcokInPointList(); + List> scheduleResult = clockPointInfo.getScheduleResult(); + analysisDate = clockPointInfo.getAnalysisDate(); + clcokInPointList = clcokInPointList.stream().sorted(Comparator.comparing(e-> DateUtil.getTime(e.getClassTime()).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); + if (clcokInPointList.size() <= 1){ + return clcokInPointList; + } + List adjustClcokInPointList = Lists.newArrayList(); + for (int i=0;i scheduleMap = scheduleResult.get(j); + if (!Utils.ifRestClassSegment(scheduleMap.get("bdlx").toString())){ + ClockPointDTO clockPointDTO = ClockPointDTO.builder().classTime(Utils.getkssjTime(scheduleMap,analysisDate)).pointType(ClockPointEnum.START).timeType(ClockPointEnum.EMPTY) + .classSegmentType(scheduleMap.get("bdlx").toString()).record(false).build(); + adjustClcokInPointList.add(clockPointDTO); + } + } + + } + if (startPointDTO.getTimeType() == ClockPointEnum.AFTER){ + //迟到 + //打卡时间 + String startClockTime = startPointDTO.getClockTime().get("signdate")+" "+startPointDTO.getClockTime().get("signtime"); + if (DateUtil.getTime(startClockTime).compareTo(DateUtil.getTime(Utils.getjssjTime(scheduleResult.get(startScheduleIndex),analysisDate))) > 0){ + int index = getAfterAccordWithScheduleIndex(startClockTime,scheduleResult,startScheduleIndex); + for (int j=startScheduleIndex+1;j<=index;j++){ + Map scheduleMap = scheduleResult.get(j); + if (!Utils.ifRestClassSegment(scheduleMap.get("bdlx").toString())){ + ClockPointDTO clockPointDTO = ClockPointDTO.builder().classTime(Utils.getkssjTime(scheduleMap,analysisDate)).pointType(ClockPointEnum.START).timeType(ClockPointEnum.AFTER) + .classSegmentType(scheduleMap.get("bdlx").toString()).record(false).clockTime(startPointDTO.getClockTime()).build(); +// if (j scheduleMap = scheduleResult.get(j); + if (!Utils.ifRestClassSegment(scheduleMap.get("bdlx").toString())){ + ClockPointDTO clockPointDTO = ClockPointDTO.builder().classTime(Utils.getjssjTime(scheduleMap,analysisDate)).pointType(ClockPointEnum.END).timeType(ClockPointEnum.EMPTY) + .classSegmentType(scheduleMap.get("bdlx").toString()).record(false).build(); + adjustClcokInPointList.add(clockPointDTO); + } + } + } + if (endPointDTO.getTimeType() == ClockPointEnum.BEFORE){ + //早退 + //打卡时间 + String endClockTime = endPointDTO.getClockTime().get("signdate")+" "+endPointDTO.getClockTime().get("signtime"); + if (DateUtil.getTime(endClockTime).compareTo(DateUtil.getTime(Utils.getkssjTime(scheduleResult.get(endScheduleIndex),analysisDate))) < 0){ + int index = getBeforeAccordWithScheduleIndex(endClockTime,scheduleResult,endScheduleIndex); + for (int j=index;j scheduleMap = scheduleResult.get(j); + if (!Utils.ifRestClassSegment(scheduleMap.get("bdlx").toString())){ + ClockPointDTO clockPointDTO = ClockPointDTO.builder().classTime(Utils.getjssjTime(scheduleMap,analysisDate)).pointType(ClockPointEnum.END).timeType(ClockPointEnum.BEFORE) + .classSegmentType(scheduleMap.get("bdlx").toString()).record(false).clockTime(endPointDTO.getClockTime()).build(); +// if (j>index){ +// clockPointDTO.getClockTime().put("signdate",Utils.getkssjTime(scheduleMap,analysisDate).split(" ")[0]); +// clockPointDTO.getClockTime().put("signtime",Utils.getkssjTime(scheduleMap,analysisDate).split(" ")[1]); +// } + adjustClcokInPointList.add(clockPointDTO); + } + } +// endPointDTO.getClockTime().put("signdate",Utils.getkssjTime(scheduleResult.get(endScheduleIndex),analysisDate).split(" ")[0]); +// endPointDTO.getClockTime().put("signtime",Utils.getkssjTime(scheduleResult.get(endScheduleIndex),analysisDate).split(" ")[1]); + } + + } + + i = i+1; + } + + } + adjustClcokInPointList.addAll(clcokInPointList); + log.debug("AdjustByWorkOverTimeCmd : [{}]",adjustClcokInPointList); + return adjustClcokInPointList; + } + + /** + * 往后递归排班 + * @return + */ + public int getAfterAccordWithScheduleIndex(String startClockTime,List> scheduleResult,int startScheduleIndex){ + for (int i=startScheduleIndex+1;i=0 && + DateUtil.getTime(startClockTime).compareTo(DateUtil.getTime(jssj)) <=0){ + return i; + } + + } + return scheduleResult.size()-1; + } + /** + * 往前递归排班 + * @return + */ + public int getBeforeAccordWithScheduleIndex(String endClockTime,List> scheduleResult,int endScheduleIndex){ + for (int i=endScheduleIndex-1;i>=0;i--){ + String kssj = Utils.getkssjTime(scheduleResult.get(i),analysisDate); + String jssj = Utils.getjssjTime(scheduleResult.get(i),analysisDate); + if (DateUtil.getTime(endClockTime).compareTo(DateUtil.getTime(kssj))>=0 && + DateUtil.getTime(endClockTime).compareTo(DateUtil.getTime(jssj)) <=0){ + return i; + } + + } + return 0; + } + + public int getStartScheduleIndex(String time,List> scheduleResult){ + for (int i =0;i> scheduleResult){ + for (int i =0;i return false; } }).collect(Collectors.toList()); - log.info("absenteeismCmd attendanceItems : [{}]",attendanceItems); + log.debug("absenteeismCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.java index b6e28f2..518e52f 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.java @@ -48,7 +48,7 @@ public class BeAwayItemCmd extends AbstractCommonCommand> { return false; } }).collect(Collectors.toList()); - log.info("absenteeismCmd attendanceItems : [{}]",attendanceItems); + log.debug("absenteeismCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.java index ae8d462..36fa4f7 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.java @@ -51,7 +51,7 @@ public class BeLateItemCmd extends AbstractCommonCommand> { return false; } }).collect(Collectors.toList()); - log.info("absenteeismCmd attendanceItems : [{}]",attendanceItems); + log.debug("absenteeismCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.java index 23e4e8f..4e0bea8 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.java @@ -46,7 +46,7 @@ public class ForGetClockItemCmd extends AbstractCommonCommand return false; } }).collect(Collectors.toList()); - log.info("ForGetClockItemCmd attendanceItems : [{}]",attendanceItems); + log.debug("ForGetClockItemCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.java index 6bffbbd..19e1020 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.java @@ -52,7 +52,6 @@ public class LeaveEarlyItemCmd extends AbstractCommonCommand> return false; } }).collect(Collectors.toList()); - log.info("absenteeismCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.java index c2cba46..72d4461 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.java @@ -46,7 +46,7 @@ public class VacationItemCmd extends AbstractCommonCommand> { return false; } }).collect(Collectors.toList()); - log.info("absenteeismCmd attendanceItems : [{}]",attendanceItems); + log.debug("absenteeismCmd attendanceItems : [{}]",attendanceItems); resultMap.put("attendanceItems",attendanceItems); return resultMap; diff --git a/src/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.java b/src/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.java index bc391ba..5e124d9 100644 --- a/src/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.java +++ b/src/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.java @@ -50,7 +50,6 @@ public class WorkOvertimeItemCmd extends AbstractCommonCommand clcokInTimeData = clcokInTimeMap.get(kssj); if (clcokInTimeData == null) { - log.info("加班开始时间漏卡: {},clcokInTimeData:{}", kssj, clcokInTimeMap); + log.debug("加班开始时间漏卡: {},clcokInTimeData:{}", kssj, clcokInTimeMap); resultMap.put("jbsc","0"); return resultMap; } @@ -131,7 +131,7 @@ public class GetOvertimeDurationCmd extends AbstractCommonCommand clcokInTimeData = clcokInTimeMap.get(jssj); if (clcokInTimeData == null) { - log.info("加班结束时间漏卡: {},clcokInTimeData:{}", jssj, clcokInTimeData); + log.debug("加班结束时间漏卡: {},clcokInTimeData:{}", jssj, clcokInTimeData); resultMap.put("jbsc","0"); return resultMap; } @@ -252,8 +252,8 @@ public class GetOvertimeDurationCmd extends AbstractCommonCommand> userList = DbTools.getSqlToList(queryUserSql); String beforeFourDayDate = DateUtil.getCurrentDateMinusDay(4); - String nowDate = DateUtil.getCurrentDateMinusDay(1); + String nowDate = DateUtil.getCurrentDate(); if (executeDate != null && !"".equals(executeDate)){ nowDate = executeDate; beforeFourDayDate = DateUtil.beforeDay(executeDate,4); @@ -46,7 +44,7 @@ public class AttendanceAnalysisJob extends BaseCronJob { String sql = "select id,userid,signdate,signtime from hrmschedulesign where isincom=1 and signdate >= ? and signdate <= ? order by signdate,signtime"; List> dataList = DbTools.getSqlToList(sql,beforeFourDayDate,nowDate); //补打卡记录 - sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where dkrq >= ? and dkrq <= ? order by dkrq,dksj"; + sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where dkrq >= ? and dkrq <= ? and jlzt=1 order by dkrq,dksj"; List> makeUpList = DbTools.getSqlToList(sql,beforeFourDayDate,nowDate); if (makeUpList.size() > 0){ dataList.addAll(makeUpList); @@ -57,6 +55,10 @@ public class AttendanceAnalysisJob extends BaseCronJob { List> attendaceResult = DbTools.getSqlToList(sql,DateUtil.beforeDay(nowDate,2),DateUtil.beforeDay(nowDate,1)); Map>> attendaceGroupById = attendaceResult.stream().collect(Collectors.groupingBy(e->e.get("ygid").toString())); + + //初始化扩展类 + CommonUtil.initExtensionClassHolder(); + for (Map userMap:userList){ String userId = Util.null2String(userMap.get("id")); //日期对应的打卡数据 @@ -80,6 +82,6 @@ public class AttendanceAnalysisJob extends BaseCronJob { param.put("startDate",DateUtil.beforeDay(nowDate,1)); param.put("endDate",nowDate); allowanceService.addAllowanceRecords(param); - log.info("********AttendanceAnalysisJob end********"); + log.debug("********AttendanceAnalysisJob end********"); } } diff --git a/src/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.java b/src/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.java index ad21aac..64b0c36 100644 --- a/src/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.java +++ b/src/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.java @@ -282,7 +282,7 @@ public class AbnormalAttendanceServiceImpl extends Service implements AbnormalAt String hsdw = Util.null2String(beEarlyItems.get(0).get("hsdw")); double hsl = Double.valueOf(Util.null2String(beEarlyItems.get(0).get("hsl"))); if (!"".equals(jbzzhlfzs) && between > Integer.valueOf(jbzzhlfzs)){ - log.info("between :{},jbzzhlfzs:{}",between,jbzzhlfzs); + log.debug("between :{},jbzzhlfzs:{}",between,jbzzhlfzs); String kczgsc = Util.null2String(beEarlyItems.get(0).get("kczgsc")); double itemduration = Utils.getItemduration(hsl,hsdw,between,AccountingUnitEnum.MINUTES); Map saveWorkTimeBeLateParam = Maps.newHashMap(); @@ -350,14 +350,15 @@ public class AbnormalAttendanceServiceImpl extends Service implements AbnormalAt if (workTimeBeLateItems.size() == 0){ workTimeBeLateItems = (List>)commandExecutor.execute(new AbsenteeismItemCmd(lateParams)).get("attendanceItems"); } - if (workTimeBeLateItems.size() == 0){ - List> attendanceItems = (List>)lateParams.get("attendanceItems"); - workTimeBeLateItems = attendanceItems.stream().filter(e->SystemItemEnum.MISSING_ABSENTEEISM.getKey().equals(e.get("key"))).collect(Collectors.toList()); - workTimeBeLateItems.get(0).put("kczgsc",CheckBoxEnum.CHECKED.getKey()); - workTimeBeLateItems.get(0).put("qbkcsc","1"); - workTimeBeLateItems.get(0).put("cckcbc","1"); - - } + //未找到时匹配未缺勤 +// if (workTimeBeLateItems.size() == 0){ +// List> attendanceItems = (List>)lateParams.get("attendanceItems"); +// workTimeBeLateItems = attendanceItems.stream().filter(e->SystemItemEnum.MISSING_ABSENTEEISM.getKey().equals(e.get("key"))).collect(Collectors.toList()); +// workTimeBeLateItems.get(0).put("kczgsc",CheckBoxEnum.CHECKED.getKey()); +// workTimeBeLateItems.get(0).put("qbkcsc","1"); +// workTimeBeLateItems.get(0).put("cckcbc","1"); +// +// } return workTimeBeLateItems; } /** @@ -370,14 +371,15 @@ public class AbnormalAttendanceServiceImpl extends Service implements AbnormalAt if (workTimeBeLateItems.size() == 0){ workTimeBeLateItems = (List>)commandExecutor.execute(new AbsenteeismItemCmd(earlyParams)).get("attendanceItems"); } - if (workTimeBeLateItems.size() == 0){ - List> attendanceItems = (List>)earlyParams.get("attendanceItems"); - workTimeBeLateItems = attendanceItems.stream().filter(e->SystemItemEnum.MISSING_ABSENTEEISM.getKey().equals(e.get("key"))).collect(Collectors.toList()); - workTimeBeLateItems.get(0).put("kczgsc",CheckBoxEnum.CHECKED.getKey()); - workTimeBeLateItems.get(0).put("qbkcsc","1"); - workTimeBeLateItems.get(0).put("cckcbc","1"); - - } + //未找到时匹配未缺勤 +// if (workTimeBeLateItems.size() == 0){ +// List> attendanceItems = (List>)earlyParams.get("attendanceItems"); +// workTimeBeLateItems = attendanceItems.stream().filter(e->SystemItemEnum.MISSING_ABSENTEEISM.getKey().equals(e.get("key"))).collect(Collectors.toList()); +// workTimeBeLateItems.get(0).put("kczgsc",CheckBoxEnum.CHECKED.getKey()); +// workTimeBeLateItems.get(0).put("qbkcsc","1"); +// workTimeBeLateItems.get(0).put("cckcbc","1"); +// +// } return workTimeBeLateItems; } diff --git a/src/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.java b/src/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.java index ee3eb15..2dafff5 100644 --- a/src/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.java +++ b/src/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.java @@ -66,7 +66,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp String rqlx = Utils.getDateType(analysisDate,Util.null2String(workHourItem.get("qyrl"))); if (!CommonUtil.ifContainStr(hsgsdrqlx,rqlx,",")){ - log.info("userId :[{}],analysisDate :[{}] 综合工时执行的日期不在设置的日期类型内",userId,analysisDate); + log.debug("userId :[{}],analysisDate :[{}] 综合工时执行的日期不在设置的日期类型内",userId,analysisDate); resultMap.put("message","综合工时执行的日期不在设置的日期类型内"); resultMap.put("excute",false); return resultMap; @@ -100,7 +100,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp } double adjustBetWeenMinute = Utils.getItemdurationDown(ljcqscdhsfzs, AccountingUnitEnum.MINUTES.getKey(),betweenMinute,AccountingUnitEnum.MINUTES); double adjustBetweenHour = new BigDecimal(adjustBetWeenMinute).divide(new BigDecimal(60),2, RoundingMode.HALF_UP).doubleValue(); - log.info("betweenMinute : [{}],adjustBetWeenMinute: [{}],betweenHour:[{}]",betweenMinute,adjustBetWeenMinute,adjustBetweenHour); + log.debug("betweenMinute : [{}],adjustBetWeenMinute: [{}],betweenHour:[{}]",betweenMinute,adjustBetWeenMinute,adjustBetweenHour); if (clockInTimeList.size() > 1){ String reportTime = clockInTimeList.get(0).get("signdate")+" "+clockInTimeList.get(0).get("signtime"); @@ -121,7 +121,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp //早退 earlyLeaveMinute = Double.valueOf(rgzscyq*60-(betweenMinute+lateDurationTime)).intValue(); } - log.info("lateDurationTime : [{}],earlyLeaveMinute:[{}]",lateDurationTime,earlyLeaveMinute); + log.debug("lateDurationTime : [{}],earlyLeaveMinute:[{}]",lateDurationTime,earlyLeaveMinute); if (rgzscbzhsyc.equals(CheckBoxEnum.CHECKED.getKey())){ if (lateDurationTime > 0){ //计入迟到项目 @@ -334,7 +334,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp } } - log.info("newClockInTimeList : [{}]",newClockInTimeList); + log.debug("newClockInTimeList : [{}]",newClockInTimeList); return newClockInTimeList; } @@ -356,7 +356,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp String time2 = clockInTimeList.get(index2).get("signdate") +" "+clockInTimeList.get(index2).get("signtime"); betweenMinute += DateUtil.getBetWeenMinutes(time1,time2); } - log.info("betweenMinute : [{}]",betweenMinute); + log.debug("betweenMinute : [{}]",betweenMinute); return betweenMinute; } @@ -381,7 +381,7 @@ public class ComprehensiveWorkingHourServiceImpl extends Service implements Comp resultMap.put("j"+(i+1),clockInTimeList.get(index1).get("signdate")+" "+clockInTimeList.get(index1).get("signtime")); resultMap.put("c"+(i+1),clockInTimeList.get(index1).get("signdate")+" "+clockInTimeList.get(index2).get("signtime")); } - log.info("betweenMinute : [{}]",resultMap); + log.debug("betweenMinute : [{}]",resultMap); return resultMap; } } diff --git a/src/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.java b/src/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.java index 5d72020..ee15908 100644 --- a/src/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.java +++ b/src/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.java @@ -255,7 +255,7 @@ public class ShiftServiceImpl extends Service implements ShiftService { getClockTimeParam.put("clockInTimeCollect",collect); getClockTimeParam.put("userId",empId); //打卡数据 - log.info("getClockTimeParam : [{}]",getClockTimeParam); + log.debug("getClockTimeParam : [{}]",getClockTimeParam); List> clockInTimeList = utilService.getClockInTime(getClockTimeParam); //3-组装出差和请假的数据 Map workingHourparam = Maps.newHashMap(); @@ -352,8 +352,8 @@ public class ShiftServiceImpl extends Service implements ShiftService { resultMap.put(punchDate,classs); /** 加班计划*/ - sql = "select b.jbry,b.ksrq,b.kssj,a.jblx,b.jsrq,b.jssj,b.jbsc from uf_jcl_kq_jbjh a left join uf_jcl_kq_jbjh_dt1 b on a.id=b.mainid where b.jbry =? and b.ksrq>=? and b.ksrq<=? and (b.jbcx=0 or b.jbcx is null)"; - Map>> overtimePlanMap = DbTools.getSqlToList(sql,params.get("pbdx"),punchDate,punchDate).stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("ksrq")))); + sql = "select b.jbry,b.ksrq,b.kssj,a.jblx,b.jsrq,b.jssj,b.jbsc,b.gsrq from uf_jcl_kq_jbjh a left join uf_jcl_kq_jbjh_dt1 b on a.id=b.mainid where b.jbry =? and b.gsrq>=? and b.gsrq<=? and (b.jbcx=0 or b.jbcx is null) and a.jlzt=1"; + Map>> overtimePlanMap = DbTools.getSqlToList(sql,params.get("pbdx"),punchDate,punchDate).stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("gsrq")))); //考勤项目 List> attendanceItems = new ArrayList<>(); @@ -459,7 +459,7 @@ public class ShiftServiceImpl extends Service implements ShiftService { } } - log.info("SchedulingResults : [{}]",resultMap); + log.debug("SchedulingResults : [{}]",resultMap); return resultMap; } diff --git a/src/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.java b/src/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.java index 5bce46e..dfecbea 100644 --- a/src/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.java +++ b/src/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.java @@ -2,13 +2,17 @@ package com.engine.attendance.attendanceanalysis.service.impl; import com.engine.attendance.attendanceanalysis.cmd.*; import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustByWorkOverTimeCmd; +import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustClockPointAction; import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.GetClockInPointCmd; import com.engine.attendance.attendanceanalysis.dto.clockpoint.ClockPointDTO; +import com.engine.attendance.attendanceanalysis.dto.clockpoint.ClockPointInfo; import com.engine.attendance.attendanceanalysis.service.UtilService; import com.engine.attendance.component.persongroup.service.SchedulingResultsService; import com.engine.attendance.component.persongroup.service.impl.SchedulingResultsServiceImpl; import com.engine.attendance.enums.*; import com.engine.common.util.DateUtil; +import com.engine.common.util.DbTools; +import com.engine.common.util.ExtensionClassHolder; import com.engine.common.util.ServiceUtil; import com.engine.core.impl.Service; import com.google.common.collect.Maps; @@ -148,12 +152,30 @@ public class UtilServiceImpl extends Service implements UtilService { */ @Override public List getClockInPointCmd(Map params) { + List> scheduleResult = (List>) params.get("scheduleResult"); + Map resultMap = commandExecutor.execute(new GetClockInPointCmd(params)); + List> newscheduleResult = (List>)resultMap.get("scheduleResult"); + List> askForLeaveAndEvctionScheduleList = (List>)resultMap.get("askForLeaveAndEvctionScheduleList"); params.putAll(resultMap); resultMap = commandExecutor.execute(new AdjustByWorkOverTimeCmd(params)); List clcokInPointList = (List)resultMap.get("clcokInPointList"); + if (!scheduleResult.equals(newscheduleResult)){ + scheduleResult.removeAll(scheduleResult); + scheduleResult.addAll(newscheduleResult); + } clcokInPointList = clcokInPointList.stream().sorted(Comparator.comparing(e->DateUtil.getTime(e.getClassTime()).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); - return clcokInPointList; + + ClockPointInfo clockPointInfo = ClockPointInfo.builder().analysisDate(Util.null2String(params.get("analysisDate"))).clcokInPointList(clcokInPointList) + .scheduleResult(newscheduleResult).askForLeaveAndEvctionScheduleList(askForLeaveAndEvctionScheduleList).clockInTimeList((List>) params.get("clockInTimeList")).build(); + List adjustClockPointActionList = ExtensionClassHolder.getAdjustClockPointAction(); + for (AdjustClockPointAction action:adjustClockPointActionList){ + List clockPointDTOS = action.execute(clockPointInfo); + clockPointInfo.setClcokInPointList(clockPointDTOS); + } + log.info("after adjustClockPointAction : [{}]",clockPointInfo.getClcokInPointList()); + + return clockPointInfo.getClcokInPointList(); } /** diff --git a/src/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.java b/src/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.java index 27bf45d..85d104c 100644 --- a/src/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.java +++ b/src/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.java @@ -251,7 +251,7 @@ public class AttendanceJucailinButtonAction { " values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; boolean isOk = rs.executeUpdate(punchSql,userId,userType,signType,signDate,signTime,clientAddress,isInCom, timeZone,belongdate,signfrom,longitude,latitude,addr,deviceInfo,showaddress); - log.info(user.getLastname()+":PunchButtonCmd:punchSql:"+punchSql+":isOk:"+isOk); + log.debug(user.getLastname()+":PunchButtonCmd:punchSql:"+punchSql+":isOk:"+isOk); retmap.put("status", "1"); retmap.put("signdate", signDate); diff --git a/src/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.java b/src/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.java index 5688f46..7b95b6b 100644 --- a/src/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.java +++ b/src/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.java @@ -44,10 +44,9 @@ public class AttendanceanalysisAction { try { Map paramMap = ParamUtil.request2Map(request); // Map paramMap = Maps.newHashMap(); -// paramMap.put("startDate","2024-06-11"); -// paramMap.put("endDate","2024-06-11"); -// paramMap.put("userIds","31"); - +// paramMap.put("startDate","2024-05-10"); +// paramMap.put("endDate","2024-05-10"); +// paramMap.put("userIds","81"); String startDate = Util.null2String(paramMap.get("startDate")); String startBeforeDate = DateUtil.beforeDay(startDate,2); @@ -55,13 +54,15 @@ public class AttendanceanalysisAction { String endAfterDate = DateUtil.AfterDay(endDate,2); String userIds = Util.null2String(paramMap.get("userIds")); int betweenDays = DateUtil.getBetWeenDays(startDate,endDate); + //初始化扩展类 + CommonUtil.initExtensionClassHolder(); if ("".equals(userIds)){ String queryUserSql = "select id from hrmresource"; List> userList = DbTools.getSqlToList(queryUserSql); String sql = "select id,userid,signdate,signtime from hrmschedulesign where isincom=1 and signdate >= ? and signdate <= ? order by signdate,signtime"; List> dataList = DbTools.getSqlToList(sql,startBeforeDate,endAfterDate); //补打卡记录 - sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where dkrq >= ? and dkrq <= ? order by dkrq,dksj"; + sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where dkrq >= ? and dkrq <= ? and jlzt=1 order by dkrq,dksj"; List> makeUpList = DbTools.getSqlToList(sql,startBeforeDate,endAfterDate); if (makeUpList.size() > 0){ dataList.addAll(makeUpList); @@ -75,7 +76,9 @@ public class AttendanceanalysisAction { for (Map userMap :userList){ + String userId = userMap.get("id").toString(); + log.debug("***********analysis userId:{} start***********", userId); //出勤结果,进出时间 Map> clockInTimeMap = Maps.newHashMap(); /**获得人员考勤项目*/ @@ -109,7 +112,7 @@ public class AttendanceanalysisAction { Map>> attendaceResultMap = Maps.newHashMap(); - if (attendaceResult != null && attendaceResult.size() > 0) { + if (attendaceGroupById.get(userId) != null && attendaceGroupById.get(userId).size() > 0) { attendaceResultMap = attendaceGroupById.get(userId).stream().collect(Collectors.groupingBy(e -> e.get("rq").toString())); } @@ -123,7 +126,7 @@ public class AttendanceanalysisAction { String sql = "select id,userid,signdate,signtime from hrmschedulesign where isincom=1 and userid in ("+userIds+") and signdate >= ? and signdate <= ? order by signdate,signtime"; List> dataList = DbTools.getSqlToList(sql,startBeforeDate,endAfterDate); //补打卡记录 - sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where bdkry in ("+userIds+") and dkrq >= ? and dkrq <= ? order by dkrq,dksj"; + sql = "select id,bdkry userid,dkrq signdate,dksj signtime from uf_jcl_kq_bdkjl where bdkry in ("+userIds+") and dkrq >= ? and dkrq <= ? and jlzt=1 order by dkrq,dksj"; List> makeUpList = DbTools.getSqlToList(sql,startBeforeDate,endAfterDate); if (makeUpList.size() > 0){ dataList.addAll(makeUpList); @@ -173,7 +176,7 @@ public class AttendanceanalysisAction { Map>> attendaceResultMap = Maps.newHashMap(); - if (attendaceResult != null && attendaceResult.size() > 0) { + if (attendaceGroupById.get(userId) != null && attendaceGroupById.get(userId).size() > 0) { attendaceResultMap = attendaceGroupById.get(userId).stream().collect(Collectors.groupingBy(e -> e.get("rq").toString())); } for (int i=0; i<=betweenDays;i++){ @@ -209,7 +212,7 @@ public class AttendanceanalysisAction { String sql = "select id,userid,signdate,signtime from hrmschedulesign where isincom=1 and userid in ("+userIds+") and signdate >= ? and signdate <= ? order by signdate,signtime"; List> dataList = DbTools.getSqlToList(sql,DateUtil.beforeDay(startDate,1),DateUtil.AfterDay(endDate,1)); //补打卡记录 - sql = "select id,bdkry userid,dkrq signdate,dksj signtime, lcid, bdklx from uf_jcl_kq_bdkjl where bdkry in ("+userIds+") and dkrq >= ? and dkrq <= ? order by dkrq,dksj"; + sql = "select id,bdkry userid,dkrq signdate,dksj signtime, lcid, bdklx from uf_jcl_kq_bdkjl where bdkry in ("+userIds+") and dkrq >= ? and dkrq <= ? and jlzt=1 order by dkrq,dksj"; List> makeUpList = DbTools.getSqlToList(sql,DateUtil.beforeDay(startDate,1),DateUtil.AfterDay(endDate,1)); //考勤项目 @@ -243,7 +246,7 @@ public class AttendanceanalysisAction { Map>> evectioncollect = evectionList.stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("ccr")))); //加班计划 - sql = "select b.jbry,b.ksrq,b.kssj,a.jblx,b.jsrq,b.jssj,b.jbsc from uf_jcl_kq_jbjh a left join uf_jcl_kq_jbjh_dt1 b on a.id=b.mainid where b.jbry in ("+userIds+") and b.ksrq>=? and b.ksrq<=? and (b.jbcx=0 or b.jbcx is null) order by b.ksrq,b.kssj"; + sql = "select b.jbry,b.ksrq,b.kssj,a.jblx,b.jsrq,b.jssj,b.jbsc,b.gsrq from uf_jcl_kq_jbjh a left join uf_jcl_kq_jbjh_dt1 b on a.id=b.mainid where b.jbry in ("+userIds+") and b.gsrq>=? and b.gsrq<=? and (b.jbcx=0 or b.jbcx is null) a.jlzt=1 order by b.ksrq,b.kssj"; List> overPlanDataList = DbTools.getSqlToList(sql,startDate,endDate); for (Map map :overPlanDataList){ map.put("jblx_name",itemMap.get(map.get("jblx"))); diff --git a/src/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.java b/src/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.java index 84a36b5..9cf5100 100644 --- a/src/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.java +++ b/src/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.java @@ -39,14 +39,13 @@ public class AttendanceAnalysisWrapper extends Service { * @param dataList 打卡数据 * @param attendanceItems 考勤项目 */ - public void attendanceAnalysis(String userId, String analysisDate, List> dataList, List> attendanceItems, List> workHourItems, Map> clockInTimeMap, List> attendaceResult) { + public void attendanceAnalysis(String userId, String nowDate, List> dataList, List> attendanceItems, List> workHourItems, Map> clockInTimeMap, List> attendaceResult) { log.info("***********analysis userId:{} start***********", userId); log.info("clockInTimeDate : [{}]", dataList); - String beforeFourDayDate = DateUtil.beforeDay(analysisDate, 4); - String beforeTwoDayDate = DateUtil.beforeDay(analysisDate, 2); - String beforeOneDayDate = DateUtil.beforeDay(analysisDate, 1); - String nowDate = analysisDate; + String beforeFourDayDate = DateUtil.beforeDay(nowDate, 4); + String beforeTwoDayDate = DateUtil.beforeDay(nowDate, 2); + String beforeOneDayDate = DateUtil.beforeDay(nowDate, 1); /** 打卡数据 */ Map>> collect = Maps.newHashMap(); if (dataList != null && dataList.size() > 0) { @@ -83,10 +82,8 @@ public class AttendanceAnalysisWrapper extends Service { if (beforeOneDayDateattendaceResult == null || beforeOneDayDateattendaceResult.size() == 0 || (!CheckBoxEnum.CHECKED.getKey().equals(beforeOneDayDateattendaceResult.get(0).get("sgsj")) && !"3".equals(beforeOneDayDateattendaceResult.get(0).get("sjzt")))) { - log.info("getClockTimeParam : [{}]", getClockTimeParam); //前一天打卡数据 List> beforeOneDayClockInTimeList = utilService.getClockInTime(getClockTimeParam); - log.info("beforeOneDayClockInTimeList : [{}]", beforeOneDayClockInTimeList); //分析前一天考勤 Map recordDataTime1 = analysis(userId, beforeOneDayDate, beforeOneDayClockInTimeList, schedulingResultsMap.get(beforeOneDayDate), attendanceItems, workHourItems,(Map)schedulMap.get("clockInTimeDataMap")); clockInTimeMap.put(beforeOneDayDate, recordDataTime1); @@ -98,7 +95,7 @@ public class AttendanceAnalysisWrapper extends Service { !"3".equals(beforeTwoDayDateattendaceResult.get(0).get("sjzt")))) { //前第二天打卡数据 List> beforeTwoDayClockInTimeList = utilService.getClockInTime(getClockTimeParam); - log.info("beforeTwoDayClockInTimeList : [{}]", beforeTwoDayClockInTimeList); + log.debug("beforeTwoDayClockInTimeList : [{}]", beforeTwoDayClockInTimeList); //分析前第二天考勤 Map recordDataTime2 = analysis(userId, beforeTwoDayDate, beforeTwoDayClockInTimeList, schedulingResultsMap.get(beforeTwoDayDate), attendanceItems, workHourItems,(Map)schedulMap.get("clockInTimeDataMap")); clockInTimeMap.put(beforeTwoDayDate, recordDataTime2); @@ -136,7 +133,6 @@ public class AttendanceAnalysisWrapper extends Service { getClockTimeParam.put("clockInTimeCollect", collect); getClockTimeParam.put("userId", userId); //打卡数据 - log.info("getClockTimeParam : [{}]", getClockTimeParam); List> clockInTimeList = utilService.getClockInTime(getClockTimeParam); Map recordDataTime = analysis(userId, analysisDate, clockInTimeList, schedulingResultsMap.get(analysisDate), attendanceItems, workHourItems,(Map)schedulMap.get("clockInTimeDataMap")); clockInTimeMap.put(analysisDate, recordDataTime); @@ -260,8 +256,7 @@ public class AttendanceAnalysisWrapper extends Service { recordAbnormalParam.put("formmodeIdMap", formModeIdMap); - log.info("recordAbnormalParam clcokInTimeList:{},attendanceItems size :{},scheduleResult :{},analysisDate:[{}],userId:[{}],rqlx:[{}],modeId:[{}]", clcokInTimeData, - attendanceItems.size(), scheduleResult, analysisDate, userId, scheduleResult.get(0).get("rqlx")); + /** @@ -307,7 +302,7 @@ public class AttendanceAnalysisWrapper extends Service { List> abnormalClockInListByAskForLeave = (List>) vactionMap.get("abnormalClockInList"); List> vactionList = (List>) vactionMap.get("resultList"); recordAbnormalParam.put("offsetAskForLeaveAnomaly", vactionMap.get("offsetAskForLeaveAnomaly")); - log.info("请假后消除的异常 : [{}]", vactionMap.get("offsetAskForLeaveAnomaly")); + log.debug("请假后消除的异常 : [{}]", vactionMap.get("offsetAskForLeaveAnomaly")); /** * 出差、外出 */ @@ -319,7 +314,7 @@ public class AttendanceAnalysisWrapper extends Service { recordAbnormalParam.put("abnormalClockInList", abnormalClockInListByEvction); recordAbnormalParam.put("offsetEvectionAnomaly", recordEvection.get("offsetEvectionAnomaly")); - log.info("出差外出后消除的异常 : [{}]", recordEvection.get("offsetEvectionAnomaly")); + log.debug("出差外出后消除的异常 : [{}]", recordEvection.get("offsetEvectionAnomaly")); /** * 加班 */ diff --git a/src/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.java b/src/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.java index a8cbcc9..e85e260 100644 --- a/src/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.java +++ b/src/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.java @@ -97,12 +97,13 @@ public class UpdateAttendanceResultWrapper extends Service { missCardParams.put("userId",userId); missCardParams.put("point",clcokInTimedto); missCardParams.put("scheduleResult",scheduleResult); - log.info("missCardParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); + log.debug("missCardParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); List> iforgetClockIn = forgetClockInService.forgetClockIn(missCardParams); if (iforgetClockIn.size() >0){ iforgetClockIn.get(0).put("pointTime",pointTime); iforgetClockIn.get(0).put("bdlx",classInfo.get("bdlx")); iforgetClockIn.get(0).put("record",clcokInTimedto.isRecord()); + iforgetClockIn.get(0).put("clcokInTimeData",clcokInTimeData); resultList.add(iforgetClockIn.get(0)); } @@ -120,12 +121,13 @@ public class UpdateAttendanceResultWrapper extends Service { beLateParams.put("evectionList",evectionList); beLateParams.put("evectionItems",evectionItems); beLateParams.put("scheduleResult",scheduleResult); - log.info("beLateParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); + log.debug("beLateParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); List> ifBeLate = beLateService.beLate(beLateParams); if (ifBeLate.size() > 0){ ifBeLate.get(0).put("pointTime",pointTime); ifBeLate.get(0).put("bdlx",classInfo.get("bdlx")); ifBeLate.get(0).put("record",clcokInTimedto.isRecord()); + ifBeLate.get(0).put("clcokInTimeData",clcokInTimeData); resultList.add(ifBeLate.get(0)); } }else if (ClockPointEnum.END.equals(pointType) && ClockPointEnum.BEFORE.equals(timeType)){ @@ -142,12 +144,13 @@ public class UpdateAttendanceResultWrapper extends Service { leaveEarlyParams.put("evectionList",evectionList); leaveEarlyParams.put("evectionItems",evectionItems); leaveEarlyParams.put("scheduleResult",scheduleResult); - log.info("leaveEarlyParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); + log.debug("leaveEarlyParams classInfo: [{}],clcokInTimeData:[{}]",classInfo,clcokInTimeData); List> ifLeaveEarly = beLateService.leaveEarly(leaveEarlyParams); if (ifLeaveEarly.size() > 0){ ifLeaveEarly.get(0).put("pointTime",pointTime); ifLeaveEarly.get(0).put("bdlx",classInfo.get("bdlx")); ifLeaveEarly.get(0).put("record",clcokInTimedto.isRecord()); + ifLeaveEarly.get(0).put("clcokInTimeData",clcokInTimeData); resultList.add(ifLeaveEarly.get(0)); } } @@ -157,7 +160,7 @@ public class UpdateAttendanceResultWrapper extends Service { // if (iforgetClockIn || ifBeLate ||ifLeaveEarly){ // return true; // } - log.info("abnormalClockInList : [{}]",resultList); + log.debug("abnormalClockInList : [{}]",resultList); return resultList; } @@ -247,7 +250,7 @@ public class UpdateAttendanceResultWrapper extends Service { if (CheckBoxEnum.CHECKED.getKey().equals(zdycbcndfgzsd)){ timeMinutes = Utils.removeRestTime(kssj,jssj,scheduleResult,analysisDate); } - log.info("recordAskForLeave timeMinutes :[{}] ,hsl:{},hsdw",timeMinutes,hsl,hsdw); + log.debug("recordAskForLeave timeMinutes :[{}] ,hsl:{},hsdw",timeMinutes,hsl,hsdw); itemduration = Utils.getItemduration(hsl,hsdw,timeMinutes,AccountingUnitEnum.MINUTES); resultMap.put("itemduration",itemduration); param.put("kssj",kssj); @@ -341,7 +344,7 @@ public class UpdateAttendanceResultWrapper extends Service { if (CheckBoxEnum.CHECKED.getKey().equals(zdycbcndfgzsd)){ timeMinutes = Utils.removeRestTime(kssj,jssj,scheduleResult,analysisDate); } - log.info("recordEvection timeMinutes :[{}] ,hsl:{},hsdw",timeMinutes,hsl,hsdw); + log.debug("recordEvection timeMinutes :[{}] ,hsl:{},hsdw",timeMinutes,hsl,hsdw); itemduration = Utils.getItemduration(hsl,hsdw,timeMinutes,AccountingUnitEnum.MINUTES); resultMap.put("itemduration",itemduration); param.put("kssj",kssj); @@ -413,7 +416,7 @@ public class UpdateAttendanceResultWrapper extends Service { //津贴 Map allowanceMap = (Map)params.get("allowanceMap"); - log.info("userId : {} ,analysisDate: {} have no class",userId,analysisDate); + log.debug("userId : {} ,analysisDate: {} have no class",userId,analysisDate); Map recordParam = Maps.newHashMap(); recordParam.put("userId",userId); diff --git a/src/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.java b/src/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.java index d0ff47a..98fd5a6 100644 --- a/src/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.java +++ b/src/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.java @@ -66,7 +66,7 @@ public class GetAttendanceItemsByPersonDataCmd extends AbstractCommonCommand departmentOrganization :departmentOrganizationList){ String dx = Util.null2String(departmentOrganization.get("dx")); String ids = dx.split("-")[0]; @@ -93,10 +93,10 @@ public class GetAttendanceItemsByPersonDataCmd extends AbstractCommonCommand personGroupIds = personGroupOrganizationList.stream().map(e -> Util.null2String(e.get("dx")).split("-")[0]).collect(Collectors.toSet()); sql = "select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in ("+String.join(",",personGroupIds)+")"; - log.info("query personGroupData : {}",sql); + List> personGroupData = DbTools.getSqlToList(sql); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,resourceId,startDate,endDate); - log.info("personnelGroupIds : {}",personnelGroupIds); + for (Map personGroupOrganization :personGroupOrganizationList){ String personnelGroupId = Util.null2String(personGroupOrganization.get("dx")).split("-")[0]; if (personnelGroupIds.contains(personnelGroupId)){ @@ -105,13 +105,13 @@ public class GetAttendanceItemsByPersonDataCmd extends AbstractCommonCommand> attendanceItems = DbTools.getSqlToList(sql); - log.info("dataIds : {}",dataIds); - sql = "select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in ("+String.join(",",dataIds)+")"; + + sql = "select b.id keyid,b.mc kqxm,c.mc famc,b.* from uf_jcl_kq_kqfa_dt1 a left join uf_jcl_kq_kqxm b on a.kqxm=b.id left join uf_jcl_kq_kqfa c on a.mainid=c.id where mainid in ("+String.join(",",dataIds)+") and (b.xmzt is null or b.xmzt <> '0')"; if (dataIds.size() > 0){ - log.info("query attendanceItems sql : {}",sql); + attendanceItems.addAll(DbTools.getSqlToList(sql)); } resultMap.put("data",attendanceItems); diff --git a/src/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.java b/src/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.java index e868f00..af0a49e 100644 --- a/src/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.java +++ b/src/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.java @@ -65,7 +65,7 @@ public class GetWorkHoursItemByPersonCmd extends AbstractCommonCommand departmentOrganization :departmentOrganizationList){ String dx = Util.null2String(departmentOrganization.get("dx")); String ids = dx.split("-")[0]; @@ -92,10 +92,10 @@ public class GetWorkHoursItemByPersonCmd extends AbstractCommonCommand personGroupIds = personGroupOrganizationList.stream().map(e -> Util.null2String(e.get("dx")).split("-")[0]).collect(Collectors.toSet()); sql = "select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in ("+String.join(",",personGroupIds)+")"; - log.info("query personGroupData : {}",sql); + log.debug("query personGroupData : {}",sql); List> personGroupData = DbTools.getSqlToList(sql); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,resourceId,startDate,endDate); - log.info("personnelGroupIds : {}",personnelGroupIds); + log.debug("personnelGroupIds : {}",personnelGroupIds); for (Map personGroupOrganization :personGroupOrganizationList){ String personnelGroupId = Util.null2String(personGroupOrganization.get("dx")).split("-")[0]; if (personnelGroupIds.contains(personnelGroupId)){ @@ -106,10 +106,10 @@ public class GetWorkHoursItemByPersonCmd extends AbstractCommonCommand> attendanceItems = Lists.newArrayList(); - log.info("dataIds : {}",dataIds); + log.debug("dataIds : {}",dataIds); sql = "select * from uf_jcl_kq_zhgs where id in ("+String.join(",",dataIds)+")"; if (dataIds.size() > 0){ - log.info("query GetWorkHoursItemByPersonCmd sql : {}",sql); + log.debug("query GetWorkHoursItemByPersonCmd sql : {}",sql); attendanceItems.addAll(DbTools.getSqlToList(sql)); } resultMap.put("data",attendanceItems); diff --git a/src/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.java b/src/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.java index 2bf03d1..183de1b 100644 --- a/src/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.java +++ b/src/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.java @@ -51,7 +51,7 @@ public class ExcelExportImportServiceImpl extends Service implements ExcelExport paramMap.put("pageSize", total); } paramMap.put("pageindex", "1"); - log.info("查询条件:{}",paramMap); + log.debug("查询条件:{}",paramMap); Map scheduleResult = getWorkRulesService(user).getDepartSchedule(paramMap); List columns = buildScheduleColumns((List>) scheduleResult.get("columns")); List> records = buildScheduleRecords((List>) scheduleResult.get("datas")); @@ -139,11 +139,11 @@ public class ExcelExportImportServiceImpl extends Service implements ExcelExport //标题 List titles = ExcelSupport.getSheetHeader(sheet, 0); String title = titles.get(0); - log.info("处理前年月信息:{}",title); + log.debug("处理前年月信息:{}",title); //年月格式的转换处理 if (StrUtil.isNotBlank(title) && title.length() > 7) { title = title.substring(0, 7); - log.info("处理后年月信息:{}",title); + log.debug("处理后年月信息:{}",title); } if (StrUtil.isNotBlank(title) && !DateUtil.checkYearMonth(title.replace("/", "-"))) { throw new AttendanceRunTimeException("excel首行'年月'时间格式错误,正确格式为yyyy-mm或者yyyy-mm-dd或者yyyy/mm或者yyyy/mm/dd"); @@ -151,14 +151,14 @@ public class ExcelExportImportServiceImpl extends Service implements ExcelExport int monthDays = DateUtil.getDays(title, Calendar.DAY_OF_MONTH); // 表头 List headers = ExcelSupport.getSheetHeader(sheet, 1); - log.info("headers数据:{}", headers); + log.debug("headers数据:{}", headers); // 错误sheet数据 List> errorData = new LinkedList<>(); // 错误提示 List> excelComments = new LinkedList<>(); // 处理数值 List> data = ExcelParseHelper.parse2Map(sheet, 2, 1); - log.info("excel导入数据:[{}]", data); + log.debug("excel导入数据:[{}]", data); //单行记录 Map map; for (int i = 0; i < data.size(); i++) { @@ -173,7 +173,7 @@ public class ExcelExportImportServiceImpl extends Service implements ExcelExport } singleCheck.put(key, Optional.ofNullable(map.get(key)).orElse("").toString()); } - log.info(i + 3 + "-singleCheck:{}", singleCheck); + log.debug(i + 3 + "-singleCheck:{}", singleCheck); isError = singleScheduleLineCheck(singleCheck, title, monthDays, toImportScheduleInfos, employeeInfoList, shiftMapWithMc, excelComments, i + 3, formModeId, empIds); if (isError) { errorCount += 1; diff --git a/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java b/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java index 68ffa38..17631df 100644 --- a/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java +++ b/src/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.java @@ -45,7 +45,7 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { @Override public Map getWorkRulesList(String resourceIds) { Map resultMap = new HashMap<>(4); - log.info("getWorkRulesList : [{}]",resourceIds); + log.debug("getWorkRulesList : [{}]",resourceIds); String modeId = Utils.getFormmodeIdMap().get("uf_jcl_kq_bcxx"); Set bcids = Sets.newHashSet(); for (String resourceId :resourceIds.split(",")){ @@ -195,13 +195,13 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { }else if (PersonGroupListTypeEnum.CONDITION.getKey().equals(list_type) && !"".equals(filters)){ filters = filters.replace("and","and"); filters = filters.replace("or","or"); - sql = "select id,seclevel from hrmresource where "+conditions; + sql = "select id,seclevel from hrmresource where 1=1 "; if (filters.contains("field")){ - sql = "select a.id from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and "+filters+" and "+conditions; + sql = "select a.id from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and "+filters; }else { sql = sql+ " and "+filters; } - log.info("getPersonnelGroupingByPerson filter sql : {}",sql); + log.debug("getPersonnelGroupingByPerson filter sql : {}",sql); List> dataList = DbTools.getSqlToList(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); @@ -264,7 +264,7 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { List> dataTableList = (List>)result.get("dataTableList"); dataTableList = Utils.getSchedulingList(dataTableList); - log.info("dataTableList : [{}]",dataTableList); + log.debug("dataTableList : [{}]",dataTableList); for (Map scheduleMap :dataTableList){ String bcrq = Util.null2String(scheduleMap.get("bcrq")); String bcxx = Util.null2String(scheduleMap.get("bcxx")); @@ -386,7 +386,6 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { Map resultMap = Maps.newHashMap(); List resourceList = Arrays.asList(resourceIds.split(",")); List dateList = Arrays.asList(dateArrs.split(",")); - List> insertDataList = Lists.newArrayList(); String formmodeid = Utils.getFormmodeIdMap().get("uf_pbjg"); List> organizationList = Lists.newArrayList(); for (String date : dateList){ @@ -403,22 +402,21 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { map.put("dx",str); map.put("dxlx", "0"); map.put("rqlx",CommonUtil.getRqlx(str,date)); + map.put("pbtj",RegularScheduleTypeEnum.CALENDAR.getKey()); + map.put("bcrq",date); + map.put("sfxx", CommonUtil.ifrestByClass(bcxxId)); + map.put("sfdkpp",CheckBoxEnum.UNCHECKED.getKey()); + map.put("bcxx",bcxxId); + map.put("pbrq",DateUtil.getCurrentDate()); + map.put("pbsj",DateUtil.getCurrentTime("yyyy-MM-dd HH:mm").split(" ")[1]); organizationList.add(map); } - Map insertDataMap = Maps.newHashMap(); - insertDataList.add(insertDataMap); - insertDataMap.put("pbtj",RegularScheduleTypeEnum.CALENDAR.getKey()); - insertDataMap.put("bcrq",date); - insertDataMap.put("sfxx", CommonUtil.ifrestByClass(bcxxId)); - insertDataMap.put("sfdkpp",CheckBoxEnum.UNCHECKED.getKey()); - insertDataMap.put("bcxx",bcxxId); - insertDataMap.put("pbrq",DateUtil.getCurrentDate()); - insertDataMap.put("pbsj",DateUtil.getCurrentTime("yyyy-MM-dd HH:mm").split(" ")[1]); + } /**插入排班结果表*/ - resultMap.put("result",PersongroupCommonUtil.insertShiftSchedulingResults(organizationList,insertDataList,formmodeid)); + resultMap.put("result",PersongroupCommonUtil.insertSchedulingResults(organizationList,formmodeid)); return resultMap; } @@ -442,7 +440,7 @@ public class WorkRulesServiceImpl extends Service implements WorkRulesService { beContainIds.add(resourceId); } } - log.info("be contain userIds : [{}]",beContainIds); + log.debug("be contain userIds : [{}]",beContainIds); return beContainIds; } } diff --git a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.java b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.java index 25f806c..4b2305c 100644 --- a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.java +++ b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.java @@ -81,8 +81,8 @@ public class GetDatatableCmd extends AbstractCommonCommand> { String queryDatatablesql = "select * from ("+sql+") where rn >"+startindex; - log.info("queryDatatablesql : {}",queryDatatablesql); - log.info("param : {}",param); + log.debug("queryDatatablesql : {}",queryDatatablesql); + log.debug("param : {}",param); List> dataTable = DbTools.getSqlToList(queryDatatablesql,param.toArray()); resultMap.put("data",dataTable); @@ -93,17 +93,17 @@ public class GetDatatableCmd extends AbstractCommonCommand> { String queryDatatablesql = "select top "+pageSize+" a.id as keyid,b.lastname,a.* from "+tableName +" a left join hrmresource b on a.pbdxry=b.id where a.id>=("+sql+") "+conditions; - log.info("queryDatatablesql : {}",queryDatatablesql); + log.debug("queryDatatablesql : {}",queryDatatablesql); param.addAll(param); - log.info("param : {}",param); + log.debug("param : {}",param); List> dataTable = DbTools.getSqlToList(queryDatatablesql,param.toArray()); resultMap.put("data",dataTable); }else { sql = sql + conditions +" limit "+startindex+",1"; String queryDatatablesql = "select a.id as keyid,b.lastname,a.* from "+tableName +" a left join hrmresource b on a.pbdxry=b.id where a.id>=("+sql+") "+conditions+" limit "+pageSize; - log.info("queryDatatablesql : {}",queryDatatablesql); + log.debug("queryDatatablesql : {}",queryDatatablesql); param.addAll(param); - log.info("param : {}",param); + log.debug("param : {}",param); List> dataTable = DbTools.getSqlToList(queryDatatablesql,param.toArray()); resultMap.put("data",dataTable); } diff --git a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.java b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.java index 5e72332..fea02ad 100644 --- a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.java +++ b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.java @@ -63,8 +63,8 @@ public class GetDatatableCountCmd extends AbstractCommonCommand dataMap = DbTools.getSqlToMap(sql,params.toArray()); return dataMap; diff --git a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.java b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.java index 1932ae0..ee603fb 100644 --- a/src/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.java +++ b/src/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.java @@ -63,7 +63,7 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand param = Lists.newArrayList(); param.addAll(Dateparam); param.add(pbdx); - log.info("递归查询人员-人员节点,sql:{},param:{}",querySqlbyPbdx,param); + log.debug("递归查询人员-人员节点,sql:{},param:{}",querySqlbyPbdx,param); List> dataList = DbTools.getSqlToList(querySqlbyPbdx,param.toArray()); //人员数据 Map>> personCollect = dataList.stream().collect(Collectors.groupingBy(e->e.get("pbtj").toString())); @@ -77,10 +77,10 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand> personGroupData = DbTools.getSqlToList(queryryfz); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,pbdx,null,null); querySqlbyPbdx = sql +conditions + " and pbdxryfz in ("; - log.info("递归查询人员-人员分组节点,sql:{},personnelGroupIds:{}",querySqlbyPbdx,personnelGroupIds); + log.debug("递归查询人员-人员分组节点,sql:{},personnelGroupIds:{}",querySqlbyPbdx,personnelGroupIds); if(personnelGroupIds.size() > 0){ querySqlbyPbdx = querySqlbyPbdx + String.join(",",personnelGroupIds)+") order by bcrq"; - log.info("递归查询人员-人员分组节点,sql:{}",querySqlbyPbdx); + log.debug("递归查询人员-人员分组节点,sql:{}",querySqlbyPbdx); personGroupList = DbTools.getSqlToList(querySqlbyPbdx,Dateparam.toArray()); } Map>> personGroupCollect = personGroupList.stream().collect(Collectors.groupingBy(e->e.get("pbtj").toString())); @@ -94,9 +94,9 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand>> departmentCollect = departmentList.stream().collect(Collectors.groupingBy(e->e.get("pbtj").toString())); @@ -106,7 +106,7 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand> subCompanyList = Lists.newArrayList(); //查询人员分部 querySqlbyPbdx = sql + conditions + " and pbdxfb = ? order by bcrq"; - log.info("递归查询人员-分部节点,sql:{},pdeptids:{}",querySqlbyPbdx,dataMap.get("subcompanyid1")); + log.debug("递归查询人员-分部节点,sql:{},pdeptids:{}",querySqlbyPbdx,dataMap.get("subcompanyid1")); param.clear(); param.addAll(Dateparam); param.add(dataMap.get("subcompanyid1")); @@ -154,7 +154,7 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand> personGroupData = DbTools.getSqlToList(queryryfz); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,pbdx,null,null); String querySqlbyPbdx = sql +conditions + " and pbdxryfz in ("; - log.info("递归查询人员-人员分组节点,sql:{},personnelGroupIds:{}",querySqlbyPbdx,personnelGroupIds); + log.debug("递归查询人员-人员分组节点,sql:{},personnelGroupIds:{}",querySqlbyPbdx,personnelGroupIds); if(personnelGroupIds.size() > 0){ querySqlbyPbdx = querySqlbyPbdx + String.join(",",personnelGroupIds)+") order by bcrq"; - log.info("递归查询人员-人员分组节点,sql:{}",querySqlbyPbdx); + log.debug("递归查询人员-人员分组节点,sql:{}",querySqlbyPbdx); dataList = DbTools.getSqlToList(querySqlbyPbdx,Dateparam.toArray()); } if (dataList.size() == 0){ @@ -220,15 +220,15 @@ public class GetDatatableRecurrenceCmd extends AbstractCommonCommand param = Lists.newArrayList(); param.clear(); param.addAll(Dateparam); diff --git a/src/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.java b/src/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.java index 144dd32..4dac295 100644 --- a/src/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.java +++ b/src/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.java @@ -29,7 +29,7 @@ public class PersongroupCommonUtil { } mainids = mainids.substring(0,mainids.length()-1); sql = sql +" ("+mainids+") "; - log.info("sql : {}",sql); + log.debug("sql : {}",sql); List> list = DbTools.getSqlToList(sql); Map>> collect = list.stream().collect(Collectors.groupingBy(e -> e.get("mainid").toString())); @@ -75,7 +75,7 @@ public class PersongroupCommonUtil { sql = "select rlmc,nd,rq,rqlx from uf_jcl_kq_rlxx where rlmc=?"; // List> calendarList = DbTools.getSqlToList(sql,qyrl); // Map calendarMap = calendarList.stream().collect(Collectors.toMap(e->Util.null2String(e.get("nd")),e->Util.null2String(e.get("id")))); -// log.info("calendarMap : {}",calendarMap); +// log.debug("calendarMap : {}",calendarMap); // Map>> detailDataGroupingByYear = calendarList.stream().collect(Collectors.groupingBy(e ->e.get("nd").toString())); // //生效日期与当前日期相差年份 @@ -87,7 +87,7 @@ public class PersongroupCommonUtil { if (betweenYears == 0){ String dateCondition = "rq >='"+bdate+"' and rq <'"+nowDate+"'"; int needSkipDay = getNeedSkipDay(jjrcl,gxrcl,qyrl,dateCondition); - log.info("needSkipDay : [{}]",needSkipDay); + log.debug("needSkipDay : [{}]",needSkipDay); betweenDays = betweenDays-needSkipDay; }else if(betweenYears > 0){ @@ -109,7 +109,7 @@ public class PersongroupCommonUtil { needSkipDay += getNeedSkipDay(jjrcl,gxrcl,qyrl,dateCondition); } } - log.info("needSkipDay : [{}]",needSkipDay); + log.debug("needSkipDay : [{}]",needSkipDay); betweenDays = betweenDays-needSkipDay; } return betweenDays; @@ -134,14 +134,14 @@ public class PersongroupCommonUtil { if (!"".equals(conditionSql)){ sql = sql + " and ( "+conditionSql+")"; } - log.info("getNeedSkipDay sql : {},rlmc : {}",sql,rlmc); + log.debug("getNeedSkipDay sql : {},rlmc : {}",sql,rlmc); Map objectMap = DbTools.getSqlToMap(sql,rlmc); int needSkipDay = Integer.valueOf(objectMap.get("num").toString()); return needSkipDay; } /** - * 插入排班结果公共方法 + * 规律排班插入排班结果公共方法 * @param organizationList * @param insertDataList * @param formmodeid @@ -220,30 +220,112 @@ public class PersongroupCommonUtil { boolean result = false; if (psersons.size() >0){ String deleteSql = sql + " and pbdxry in ("+String.join(",",psersons)+")"; - log.info("deleteSql : {}",deleteSql); + log.debug("deleteSql : {}",deleteSql); DbTools.update(rs,deleteSql,startDate,endDate); } if (psersonsGroups.size() >0){ String deleteSql = sql + " and pbdxryfz in ("+String.join(",",psersonsGroups)+")"; - log.info("deleteSql : {}",deleteSql,startDate,endDate); + log.debug("deleteSql : {}",deleteSql,startDate,endDate); DbTools.update(rs,deleteSql,startDate,endDate); } if (departments.size() >0){ String deleteSql = sql + " and pbdxbm in ("+String.join(",",departments)+")"; - log.info("deleteSql : {}",deleteSql,startDate,endDate); + log.debug("deleteSql : {}",deleteSql,startDate,endDate); DbTools.update(rs,deleteSql,startDate,endDate); } if (subCompanys.size() >0){ String deleteSql = sql + " and pbdxfb in ("+String.join(",",subCompanys)+")"; - log.info("deleteSql : {}",deleteSql,startDate,endDate); + log.debug("deleteSql : {}",deleteSql,startDate,endDate); DbTools.update(rs,deleteSql,startDate,endDate); } if (addlist.size() >0){ - log.info("addlist :[{}]",addlist); + log.debug("addlist :[{}]",addlist); String insertSql = "insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; result =rs.executeBatchSql(insertSql,addlist); - log.info("result :[{}]",result); + log.debug("result :[{}]",result); + } + return result; + } + + + /** + * 日历排班插入排班结果公共方法 + * @param organizationList + * @param formmodeid + * @return + */ + public static boolean insertSchedulingResults(List> organizationList,String formmodeid){ + RecordSet rs = new RecordSet(); + List addlist = Lists.newArrayList(); + Set psersons = Sets.newHashSet(); + Set psersonsGroups = Sets.newHashSet(); + Set departments = Sets.newHashSet(); + Set subCompanys = Sets.newHashSet(); + for (Map organization: organizationList){ + String rqlx = Util.null2String(organization.get("rqlx")); + ArrayList list = new ArrayList<>(); + list.add(organization.get("pbtj")); + list.add(organization.get("pbgl")); + list.add(organization.get("dxlx")); + if ("0".equals(organization.get("dxlx"))){ + //人员 + list.add(Util.null2String(organization.get("dx")).split("-")[0]); + list.add(null); + list.add(null); + list.add(null); + psersons.add(Util.null2String(organization.get("dx")).split("-")[0]); + + }else if ("1".equals(organization.get("dxlx"))){ + //人员分组 + list.add(null); + list.add(Util.null2String(organization.get("dx")).split("-")[0]); + list.add(null); + list.add(null); + psersonsGroups.add(Util.null2String(organization.get("dx")).split("-")[0]); + }else if ("2".equals(organization.get("dxlx"))){ + //部门 + list.add(null); + list.add(null); + list.add(Util.null2String(organization.get("dx")).split("-")[0]); + list.add(null); + departments.add(Util.null2String(organization.get("dx")).split("-")[0]); + }else if ("3".equals(organization.get("dxlx"))){ + //分部 + list.add(null); + list.add(null); + list.add(null); + list.add(Util.null2String(organization.get("dx")).split("-")[0]); + subCompanys.add(Util.null2String(organization.get("dx")).split("-")[0]); + } + list.add(organization.get("bcrq")); + if (!rqlx.equals("")){ + list.add(rqlx); + }else { + list.add(organization.get("rqlx")); + } + list.add(organization.get("sfxx")); + list.add(organization.get("sfdkpp")); + list.add(organization.get("bcxx")); + list.add(organization.get("hxbz")); + list.add(organization.get("pbrq")); + list.add(organization.get("pbsj")); + list.add(formmodeid); + list.add(1); + list.add(0); + list.add(DateUtil.getCurrentDate()); + list.add(DateUtil.getCurrentTime().split(" ")[1]); + list.add(UUID.randomUUID().toString()); + addlist.add(list); + } + + boolean result = false; + + if (addlist.size() >0){ + log.debug("addlist :[{}]",addlist); + String insertSql = "insert into uf_pbjg (pbtj,pbgl,dxlx,pbdxry,pbdxryfz,pbdxbm,pbdxfb,bcrq,rqlx,sfxx,sfdkpp,bcxx,hxbz,pbrq,pbsj,formmodeid,modedatacreater,modedatacreatertype,modedatacreatedate,modedatacreatetime,MODEUUID) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; + result =rs.executeBatchSql(insertSql,addlist); + log.debug("result :[{}]",result); } return result; } @@ -258,7 +340,7 @@ public class PersongroupCommonUtil { public static Set getPersonnelGroupingByPerson(List> personnelGrouping,String userId,String startDate,String endDate){ Map>> collect = personnelGrouping.stream().collect(Collectors.groupingBy(e -> Util.null2String(e.get("mainid")))); Set personnelGroupIds = Sets.newHashSet(); - log.info("getPersonnelGroupingByPerson collect : {}",collect); + log.debug("getPersonnelGroupingByPerson collect : {}",collect); if (userId == null || "".equals(userId)){ return personnelGroupIds; } @@ -277,14 +359,20 @@ public class PersongroupCommonUtil { } String empid = Util.null2String(data.get("empid")); String filters = Util.null2String(data.get("filters")); - log.info(" empid : {},userId : {}",empid,userId); + log.debug(" empid : {},userId : {}",empid,userId); if (empid.equals(userId)){ personnelGroupIds.add(e.getKey()); }else if (!"".equals(filters)){ filters = filters.replace("and","and"); filters = filters.replace("or","or"); - String sql = "select id from hrmresource where 1=1 and " +filters; - log.info("getPersonnelGroupingByPerson filter sql : {}",sql); + //条件清单 + String sql = "select id,seclevel from hrmresource where 1=1 "; + if (filters.contains("field")){ + sql = "select a.id,a.seclevel from hrmresource a left join cus_fielddata b on a.id=b.id where scope='HrmCustomFieldByInfoType' and "+filters; + }else { + sql = sql+ " and "+filters; + } + log.debug("getPersonnelGroupingByPerson filter sql : {}",sql); List> dataList = DbTools.getSqlToList(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); @@ -307,7 +395,7 @@ public class PersongroupCommonUtil { */ public static Set getUserIdsByPersonnelGrouping(List> personnelGroupingList){ Set userIds = Sets.newHashSet(); - log.info("getUserIdsByPersonnelGrouping personnelGroupingList :[{}]",personnelGroupingList); + log.debug("getUserIdsByPersonnelGrouping personnelGroupingList :[{}]",personnelGroupingList); for (Map data:personnelGroupingList){ String empid = Util.null2String(data.get("empid")); String filters = Util.null2String(data.get("filters")); @@ -325,7 +413,7 @@ public class PersongroupCommonUtil { }else { sql = sql+ " and "+filters; } - log.info("getPersonnelGroupingByPerson filter sql : {}",sql); + log.debug("getPersonnelGroupingByPerson filter sql : {}",sql); List> dataList = DbTools.getSqlToList(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); @@ -333,7 +421,7 @@ public class PersongroupCommonUtil { } } } - log.info("userIds size :[{}]",userIds.size()); + log.debug("userIds size :[{}]",userIds.size()); return userIds; } diff --git a/src/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.java b/src/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.java index 4a5450a..2444686 100644 --- a/src/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.java +++ b/src/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.java @@ -40,7 +40,7 @@ public class SchedulingJob extends BaseCronJob { String modeId = formmodeIdMap.get("uf_jcl_kq_glpb"); //排班结果模块 String formmodeid = formmodeIdMap.get("uf_pbjg"); - log.info("dataList : [{}]",dataList); + log.debug("dataList : [{}]",dataList); try { dataList.forEach(e -> { e.put("modeId",modeId); diff --git a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.java b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.java index d4cf415..381a547 100644 --- a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.java +++ b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.java @@ -30,7 +30,6 @@ public class DayRegularScheduling implements RegularScheduling{ @Override public void compute(Map data) { - log.info("import DayRegularScheduling :[{}]",data); //主表数据id String id = Util.null2String(data.get("id")); //规律排班模块Id @@ -72,13 +71,11 @@ public class DayRegularScheduling implements RegularScheduling{ sql = "select rlmc,nd,rq,rqlx from uf_jcl_kq_rlxx where rlmc=?"; List> calendarList = DbTools.getSqlToList(sql,qyrl); // Map calendarMap = calendarList.stream().collect(Collectors.toMap(e->Util.null2String(e.get("nd")),e->Util.null2String(e.get("id")))); -// log.info("calendarMap : {}",calendarMap); +// log.debug("calendarMap : {}",calendarMap); Map>> detailDataGroupingByYear = calendarList.stream().collect(Collectors.groupingBy(e ->e.get("nd").toString())); - log.info("detailDataGroupingByYear : {}",detailDataGroupingByYear); //循环总天数 int circulateDays = Integer.valueOf(detailDataList.get(detailDataList.size()-1).get("jsts").toString()); int betweenDays = PersongroupCommonUtil.getBetweenDays(data); - log.info("betweenDays : [{}]",betweenDays); /**按照天数规律循环遍历插入*/ //从第几天开始循环 int leaveDay = betweenDays%circulateDays + 1; @@ -104,7 +101,7 @@ public class DayRegularScheduling implements RegularScheduling{ dataMap.put("bcrq",bcrq); if (jsts >= leaveDay && ksts <=leaveDay){ String dateTime =bcrq; - log.info("dateTime :{},count: {},map : {}",dateTime,count,map); + log.debug("dateTime :{},count: {},map : {}",dateTime,count,map); List> detailList = detailDataGroupingByYear.get(dateTime.split("-")[0]); if (detailList == null){ continue; diff --git a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.java b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.java index 78e0e8e..013cf4d 100644 --- a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.java +++ b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.java @@ -31,7 +31,7 @@ public class MonthRegularScheduling implements RegularScheduling{ @Override public void compute(Map data) { - log.info("import MonthRegularScheduling :[{}]",data); + log.debug("import MonthRegularScheduling :[{}]",data); //主表数据id String id = Util.null2String(data.get("id")); //规律排班模块Id @@ -72,7 +72,7 @@ public class MonthRegularScheduling implements RegularScheduling{ sql = "select rlmc,nd,rq,rqlx from uf_jcl_kq_rlxx where rlmc=?"; List> calendarList = DbTools.getSqlToList(sql,qyrl); Map>> detailDataGroupingByYear = calendarList.stream().collect(Collectors.groupingBy(e ->e.get("nd").toString())); - log.info("detailDataGroupingByYear : {}",detailDataGroupingByYear); + log.debug("detailDataGroupingByYear : {}",detailDataGroupingByYear); //结束日 List> insertDataList = Lists.newArrayList(); @@ -95,7 +95,7 @@ public class MonthRegularScheduling implements RegularScheduling{ dataMap.put("bcrq",bcrq); if (jsr >= leaveDay && ksr <=leaveDay){ String dateTime =bcrq; - log.info("dateTime :{},count: {},map : {}",dateTime,count,map); + log.debug("dateTime :{},count: {},map : {}",dateTime,count,map); List> detailList = detailDataGroupingByYear.get(dateTime.split("-")[0]); if (detailList == null){ continue; diff --git a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.java b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.java index a7f8da9..a211ec7 100644 --- a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.java +++ b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.java @@ -31,7 +31,7 @@ public class WeekRegularScheduling implements RegularScheduling{ @Override public void compute(Map data) { - log.info("import WeekRegularScheduling :[{}]",data); + log.debug("import WeekRegularScheduling :[{}]",data); //主表数据id String id = Util.null2String(data.get("id")); //规律排班模块Id @@ -72,7 +72,7 @@ public class WeekRegularScheduling implements RegularScheduling{ sql = "select rlmc,nd,rq,rqlx from uf_jcl_kq_rlxx where rlmc=?"; List> calendarList = DbTools.getSqlToList(sql,qyrl); // Map calendarMap = calendarList.stream().collect(Collectors.toMap(e->Util.null2String(e.get("nd")),e->Util.null2String(e.get("id")))); -// log.info("calendarMap : {}",calendarMap); +// log.debug("calendarMap : {}",calendarMap); Map>> detailDataGroupingByYear = calendarList.stream().collect(Collectors.groupingBy(e ->e.get("nd").toString())); // int betweenDays = CommonUtil.getBetweenDays(data); //星期 @@ -99,7 +99,7 @@ public class WeekRegularScheduling implements RegularScheduling{ dataMap.put("bcrq",bcrq); if (jsxq >= leaveDay && ksxq <=leaveDay){ String dateTime =bcrq; - log.info("dateTime :{},count: {},map : {}",dateTime,count,map); + log.debug("dateTime :{},count: {},map : {}",dateTime,count,map); List> detailList = detailDataGroupingByYear.get(dateTime.split("-")[0]); if (detailList == null){ continue; diff --git a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.java b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.java index 6718a81..11ea920 100644 --- a/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.java +++ b/src/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.java @@ -31,7 +31,7 @@ public class YearRegularScheduling implements RegularScheduling{ @Override public void compute(Map data) { - log.info("import YearRegularScheduling :[{}]",data); + log.debug("import YearRegularScheduling :[{}]",data); //主表数据id String id = Util.null2String(data.get("id")); //规律排班模块Id @@ -72,7 +72,7 @@ public class YearRegularScheduling implements RegularScheduling{ sql = "select rlmc,nd,rq,rqlx from uf_jcl_kq_rlxx where rlmc=?"; List> calendarList = DbTools.getSqlToList(sql,qyrl); // Map calendarMap = calendarList.stream().collect(Collectors.toMap(e->Util.null2String(e.get("nd")),e->Util.null2String(e.get("id")))); -// log.info("calendarMap : {}",calendarMap); +// log.debug("calendarMap : {}",calendarMap); Map>> detailDataGroupingByYear = calendarList.stream().collect(Collectors.groupingBy(e ->e.get("nd").toString())); // int betweenDays = CommonUtil.getBetweenDays(data); //星期 @@ -103,7 +103,7 @@ public class YearRegularScheduling implements RegularScheduling{ } if (endDate.compareTo(leaveDay) >=0 && beginDate.compareTo(leaveDay) <=0){ String dateTime =bcrq; - log.info("dateTime :{},count: {},map : {}",dateTime,count,map); + log.debug("dateTime :{},count: {},map : {}",dateTime,count,map); List> detailList = detailDataGroupingByYear.get(dateTime.split("-")[0]); if (detailList == null){ continue; diff --git a/src/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.java b/src/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.java index 9dbc45a..e2a5d89 100644 --- a/src/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.java +++ b/src/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.java @@ -39,7 +39,7 @@ public class PersonGroupServiceImpl extends Service implements PersonGroupServic " select fieldid, fieldname, fieldlabel ,ismand ,fielddbtype ,fieldhtmltype ,type , dmlurl,fieldorder ,isuse ,isModify ,allowModify, groupid, allowhide from hrm_formfield) hrmallfield where groupid in (select id from hrm_fieldgroup where (grouptype = '1' or grouptype = '-1' or grouptype = '3')) "; sql = sql +condition+" order by hrmallfield.groupid, hrmallfield.fieldorder "; - log.info("sql :[{}]",sql); + log.debug("sql :[{}]",sql); List> dataList = DbTools.getSqlToList(sql); sql = "select fieldid,selectvalue,selectname from hrm_selectitem"; List> selectItemLists = DbTools.getSqlToList(sql); @@ -50,7 +50,7 @@ public class PersonGroupServiceImpl extends Service implements PersonGroupServic Map>> custSelectItemMap = custSelectItemLists.stream().collect(Collectors.groupingBy(e -> e.get("fieldid").toString())); - log.info("selectItemMap : [{}]",selectItemMap); + log.debug("selectItemMap : [{}]",selectItemMap); //sql = "select type,linkurl from wf_browser_config group by type"; sql = "select type,linkurl from wf_browser_config "; @@ -59,7 +59,7 @@ public class PersonGroupServiceImpl extends Service implements PersonGroupServic for (Map browserType:browserTypeLists){ browserTypeMaps.put(Util.null2String(browserType.get("type")),Util.null2String(browserType.get("linkurl"))); } - log.info("browserTypeMaps : [{}]",browserTypeMaps); + log.debug("browserTypeMaps : [{}]",browserTypeMaps); for (Map map :dataList){ Integer fieldlable = Integer.valueOf(map.get("fieldlable").toString()); @@ -93,7 +93,7 @@ public class PersonGroupServiceImpl extends Service implements PersonGroupServic RecordSet rs = new RecordSet(); boolean updateResult = DbTools.update(rs,sql,modeId,billId); List addLists = new ArrayList<>(); - log.info("updateResult : {}",updateResult); + log.debug("updateResult : {}",updateResult); String insertSql = "insert into uf_jcl_syzz (dxlx,dx,aqjb,modeid,dataid) values (?,?,?,?,?)"; if (updateResult){ dataList.forEach(e->{ @@ -106,7 +106,7 @@ public class PersonGroupServiceImpl extends Service implements PersonGroupServic addLists.add(list); }); } - log.info("insert data : [{}]",addLists); + log.debug("insert data : [{}]",addLists); resultMap.put("result",rs.executeBatchSql(insertSql,addLists)); return resultMap; } diff --git a/src/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.java b/src/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.java index 8818da0..f6bbea2 100644 --- a/src/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.java +++ b/src/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.java @@ -65,7 +65,6 @@ public class SchedulingResultsServiceImpl extends Service implements SchedulingR for (Map map:dataTableList){ SetBrowSerName(map); } - log.info("dataTableList : {}",dataTableList); resultMap.put("data",dataTableList); }else { @@ -90,7 +89,7 @@ public class SchedulingResultsServiceImpl extends Service implements SchedulingR * @param map */ public void SetBrowSerName(Map map){ - log.info("personGroupMap :{},departMentMap:{},subCompanyMap:{},classesInformationMap:{},candidateTeamMap:{}" + log.debug("personGroupMap :{},departMentMap:{},subCompanyMap:{},classesInformationMap:{},candidateTeamMap:{}" ,personGroupMap.hashCode(),departMentMap.hashCode(),subCompanyMap.hashCode(),classesInformationMap.hashCode(),candidateTeamMap.hashCode()); String dxlx = Util.null2String(map.get("dxlx")); if (dxlx.equals("0")){ @@ -137,7 +136,6 @@ public class SchedulingResultsServiceImpl extends Service implements SchedulingR List> dataTableList = (List>)paramMap.get("data"); List> resultList = Lists.newArrayList(); resultMap.put("data",Utils.getSchedulingList(dataTableList)); - log.info("queryDataTableActualUse schedule : [{}]",resultList); return resultMap; } diff --git a/src/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.java b/src/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.java index 27a2d85..87f6aa2 100644 --- a/src/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.java +++ b/src/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.java @@ -55,7 +55,7 @@ public class HandleOverdueVocationCmd extends AbstractCommonCommand> needCancelPartions = Lists.partition(needCancelHolidayIds,200); for (List list : needCancelPartions){ String updateSql = sql+String.join(",",list)+")"; - log.info("needCancelPartions updateSql : [{}]",updateSql ); + log.debug("needCancelPartions updateSql : [{}]",updateSql ); DbTools.update(updateSql); } Map> updateData = Maps.newHashMap(); @@ -118,7 +118,7 @@ public class HandleOverdueVocationCmd extends AbstractCommonCommand> needExtendPartions = Lists.partition(ids,200); for (List list : needExtendPartions){ String updateSql = sql+String.join(",",list)+")"; - log.info("needExtendPartions updateSql : [{}]",updateSql); + log.debug("needExtendPartions updateSql : [{}]",updateSql); DbTools.update(updateSql,key.split("&")[0],key.split("&")[1],key.split("&")[2]); } } diff --git a/src/com/engine/attendance/vacation/cmd/VocationCmd.java b/src/com/engine/attendance/vacation/cmd/VocationCmd.java index bcaab3f..4510b16 100644 --- a/src/com/engine/attendance/vacation/cmd/VocationCmd.java +++ b/src/com/engine/attendance/vacation/cmd/VocationCmd.java @@ -39,7 +39,7 @@ public class VocationCmd extends AbstractCommonCommand> { Map userMap = userfilter.size()>0?userfilter.get(0):Maps.newHashMap(); for (Map vocation : vocationList){ - log.info("qsrq : [{}],yjzd : [{}]",vocation.get("qsrq"),vocation.get("yjzd")); + log.debug("qsrq : [{}],yjzd : [{}]",vocation.get("qsrq"),vocation.get("yjzd")); String qsrq = Util.null2String(vocation.get("qsrq")).toLowerCase(); String yjzd = Util.null2String(vocation.get("yjzd")).toLowerCase(); String ljcrglyfslwz = Util.null2String(vocation.get("ljcrglyfslwz")); @@ -77,7 +77,7 @@ public class VocationCmd extends AbstractCommonCommand> { vocation.put("ljcrglyfslwzValue",ljcrglyfslwzValue); vocation.put("zyzValue",getUserIds(vocation)); } - log.info("VocationCmd params: [{}]",params); + log.debug("VocationCmd params: [{}]",params); String edfffs = Util.null2String(vocationList.get(0).get("edfffs")); for (HolidayGenerationWay holidayGenerationWay :rulers){ if (holidayGenerationWay.support(Integer.valueOf(edfffs))){ diff --git a/src/com/engine/attendance/vacation/service/impl/VocationServiceImpl.java b/src/com/engine/attendance/vacation/service/impl/VocationServiceImpl.java index a21d11a..4604290 100644 --- a/src/com/engine/attendance/vacation/service/impl/VocationServiceImpl.java +++ b/src/com/engine/attendance/vacation/service/impl/VocationServiceImpl.java @@ -41,7 +41,7 @@ public class VocationServiceImpl extends Service implements VocationService { List> dataList = Lists.newArrayList(); for (List list : userPartions){ String querySql = sql + String.join(",",list) +")"; - log.info("querySql : [{}]",querySql); + log.debug("querySql : [{}]",querySql); List> resultList = DbTools.getSqlToListKeySmallLetter(querySql); resultList = resultList.stream().filter(e->"HrmCustomFieldByInfoType".equals(e.get("scope")) || "".equals(Util.null2String(e.get("scope")))).collect(Collectors.toList()); dataList.addAll(resultList); @@ -64,7 +64,7 @@ public class VocationServiceImpl extends Service implements VocationService { needGenerateVocationMap.put(Util.null2String(map.get("key")),vocationMap.get(map.get("key"))); } } - log.info("VocationServiceImpl userId:{}, userList:{}",userId,userIdMap.get(userId)); + log.debug("VocationServiceImpl userId:{}, userList:{}",userId,userIdMap.get(userId)); for (Map.Entry e:needGenerateVocationMap.entrySet()){ if (e.getValue() != null && ((List>)e.getValue()).size() > 0){ Map vocationParam = Maps.newHashMap(); diff --git a/src/com/engine/attendance/vacation/util/VocationCommonUtil.java b/src/com/engine/attendance/vacation/util/VocationCommonUtil.java index 1f27d63..f936b4e 100644 --- a/src/com/engine/attendance/vacation/util/VocationCommonUtil.java +++ b/src/com/engine/attendance/vacation/util/VocationCommonUtil.java @@ -54,7 +54,7 @@ public class VocationCommonUtil { qsrq = qsrq.split("-")[0]+"-"+qsrq.split("-")[1]+"-01"; } - log.info("getAfterAdjustTime qsrq : [{}]",qsrq); + log.debug("getAfterAdjustTime qsrq : [{}]",qsrq); return qsrq; } @@ -143,7 +143,7 @@ public class VocationCommonUtil { }else if (edyxq.equals(StartingUnitEnum.NATURAL_DAY.getKey())){ time = releaseDate.split(" ")[0]+" "+ffdtffsj; } - log.info("excuteTime : [{}]",time); + log.debug("excuteTime : [{}]",time); return time; } */ @@ -443,7 +443,7 @@ public class VocationCommonUtil { * @param dataMap 参数 */ public static void updateHolidayBalance(String tableName,Map dataMap,List> dataList){ - log.info("updateHolidayBalance dataMap:[{}]",dataMap); + log.debug("updateHolidayBalance dataMap:[{}]",dataMap); String lyid = Util.null2String(dataMap.get("lyid")); String ygid = Util.null2String(dataMap.get("ygid")); String jqid = Util.null2String(dataMap.get("jqid")); @@ -488,7 +488,7 @@ public class VocationCommonUtil { * @return */ public static List> ifexist(String tableName,Map dataMap){ - log.info("ifexist dataMap:[{}]",dataMap); + log.debug("ifexist dataMap:[{}]",dataMap); String lyid = Util.null2String(dataMap.get("lyid")); String ygid = Util.null2String(dataMap.get("ygid")); String jqid = Util.null2String(dataMap.get("jqid")); diff --git a/src/com/engine/attendance/workflow/action/EvctionCheckAction.java b/src/com/engine/attendance/workflow/action/EvctionCheckAction.java index 3ff6955..5a40746 100644 --- a/src/com/engine/attendance/workflow/action/EvctionCheckAction.java +++ b/src/com/engine/attendance/workflow/action/EvctionCheckAction.java @@ -32,45 +32,58 @@ public class EvctionCheckAction implements Action { List> detailTableData = CommonUtil.getDetailTableInfo(requestInfo,0); //出差人员 String ccr = mainTableData.get("ccr"); + try { + Map>> detailGroupMap = detailTableData.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("bdkr")))); - Map params = Maps.newHashMap(); - params.put("userId",ccr); - params.put("submitDate",DateUtil.getCurrentDate()); - params.put("submitStr","ksrq"); - params.put("submitDataList",detailTableData); + for (Map.Entry>> tableEntry :detailGroupMap.entrySet()){ + List> detailGroupByUserList = tableEntry.getValue(); + Map params = Maps.newHashMap(); + if ("".equals(tableEntry.getKey())){ + params.put("userId",ccr); + }else { + params.put("userId",tableEntry.getKey()); + } + params.put("submitDate",DateUtil.getCurrentDate()); + params.put("submitStr","ksrq"); + params.put("submitDataList",detailGroupByUserList); - /** - * 考勤周期校验 - */ - if (detailTableData == null || detailTableData.size() == 0){ - log.error("明细表没有数据!"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); - return Action.FAILURE_AND_CONTINUE; - } - Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); - List> closeList = (List>)dataMap.get("closeList"); - List nocycleList = (List)dataMap.get("nocycleList"); - List> dateList = (List>)dataMap.get("dataList"); + /** + * 考勤周期校验 + */ + if (detailGroupByUserList == null || detailGroupByUserList.size() == 0){ + log.error("明细表没有数据!"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); + return Action.FAILURE_AND_CONTINUE; + } + Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); + List> closeList = (List>)dataMap.get("closeList"); + List nocycleList = (List)dataMap.get("nocycleList"); + List> dateList = (List>)dataMap.get("dataList"); - boolean status = (boolean)dataMap.get("status"); - if (!status){ - log.error("该人员没有考勤周期"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); - return Action.FAILURE_AND_CONTINUE; - } - if (closeList.size() > 0 || nocycleList.size() > 0){ - String message = ""; - if (nocycleList.size() > 0){ - message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; - } - if (closeList.size() > 0){ - List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); - message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; + boolean status = (boolean)dataMap.get("status"); + if (!status){ + log.error("该人员没有考勤周期"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); + return Action.FAILURE_AND_CONTINUE; + } + if (closeList.size() > 0 || nocycleList.size() > 0){ + String message = ""; + if (nocycleList.size() > 0){ + message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; + } + if (closeList.size() > 0){ + List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); + message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; + } + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent(message); + return Action.FAILURE_AND_CONTINUE; + } } - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent(message); + }catch (Exception e){ + log.error("EvctionCheckAction error : [{}]",e); return Action.FAILURE_AND_CONTINUE; } return Action.SUCCESS; diff --git a/src/com/engine/attendance/workflow/action/MakeUpClockImportAction.java b/src/com/engine/attendance/workflow/action/MakeUpClockImportAction.java index cc849bc..8ad41cd 100644 --- a/src/com/engine/attendance/workflow/action/MakeUpClockImportAction.java +++ b/src/com/engine/attendance/workflow/action/MakeUpClockImportAction.java @@ -23,7 +23,7 @@ public class MakeUpClockImportAction implements Action { @Override public String execute(RequestInfo requestInfo) { - log.info("**********MakeUpClockImportAction import data start**********"); + log.debug("**********MakeUpClockImportAction import data start**********"); // 流程表单主表数据 HashMap mainTableData = CommonUtil.getMainTableInfo(requestInfo); // 流程表单明细表数据 @@ -61,7 +61,7 @@ public class MakeUpClockImportAction implements Action { requestInfo.getRequestManager().setMessagecontent("添加失败!"); return Action.FAILURE_AND_CONTINUE; } - log.info("**********MakeUpClockImportAction import data end**********"); + log.debug("**********MakeUpClockImportAction import data end**********"); return Action.SUCCESS; } diff --git a/src/com/engine/attendance/workflow/action/MakeUpClockInAction.java b/src/com/engine/attendance/workflow/action/MakeUpClockInAction.java index 041286d..08a97c4 100644 --- a/src/com/engine/attendance/workflow/action/MakeUpClockInAction.java +++ b/src/com/engine/attendance/workflow/action/MakeUpClockInAction.java @@ -37,131 +37,138 @@ public class MakeUpClockInAction implements Action { List> detailTableData = CommonUtil.getDetailTableInfo(requestInfo,0); //补打卡人员 String userId = mainTableData.get("bdkry"); - - - Map params = Maps.newHashMap(); - params.put("userId",userId); - params.put("submitDate",DateUtil.getCurrentDate()); - params.put("submitStr","bdkrq"); - params.put("submitDataList",detailTableData); - - /** - * 考勤周期校验 - */ - if (detailTableData == null || detailTableData.size() == 0){ - log.error("明细表没有数据!"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); - return Action.FAILURE_AND_CONTINUE; - } - Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); - List> closeList = (List>)dataMap.get("closeList"); - List nocycleList = (List)dataMap.get("nocycleList"); - List> dateList = (List>)dataMap.get("dataList"); - - boolean status = (boolean)dataMap.get("status"); - if (!status){ - log.error("该人员没有考勤周期"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); - return Action.FAILURE_AND_CONTINUE; - } - if (closeList.size() > 0 || nocycleList.size() > 0){ - String message = ""; - if (nocycleList.size() > 0){ - message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; + Map>> detailGroupMap = detailTableData.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("bdkr")))); + + for (Map.Entry>> tableEntry :detailGroupMap.entrySet()){ + List> detailGroupByUserList = tableEntry.getValue(); + Map params = Maps.newHashMap(); + if ("".equals(tableEntry.getKey())){ + params.put("userId",userId); + }else { + params.put("userId",tableEntry.getKey()); } - if (closeList.size() > 0){ - List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); - message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; + params.put("submitDate",DateUtil.getCurrentDate()); + params.put("submitStr","bdkrq"); + params.put("submitDataList",detailGroupByUserList); + /** + * 考勤周期校验 + */ + if (detailGroupByUserList == null || detailGroupByUserList.size() == 0){ + log.error("明细表没有数据!"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); + return Action.FAILURE_AND_CONTINUE; } - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent(message); - return Action.FAILURE_AND_CONTINUE; - } - /** - * 补打卡项目校验 - */ - try { - Map>> dataGroupByBdlxs = Maps.newHashMap(); - - //按照考勤周期对补打卡数据进行分类 - for (int i=0;i> datas = Lists.newArrayList(); - for (Map detailTable:detailTableData){ - String bdkrq = detailTable.get("bdkrq"); - if (DateUtil.getTime(startDate).compareTo(DateUtil.getTime(bdkrq)) <=0 && - DateUtil.getTime(endDate).compareTo(DateUtil.getTime(bdkrq)) >=0){ - datas.add(detailTable); - } + Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); + List> closeList = (List>)dataMap.get("closeList"); + List nocycleList = (List)dataMap.get("nocycleList"); + List> dateList = (List>)dataMap.get("dataList"); + + boolean status = (boolean)dataMap.get("status"); + if (!status){ + log.error("该人员没有考勤周期"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); + return Action.FAILURE_AND_CONTINUE; + } + if (closeList.size() > 0 || nocycleList.size() > 0){ + String message = ""; + if (nocycleList.size() > 0){ + message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; } - if (datas.size() > 0){ - dataGroupByBdlxs.put(startDate+","+endDate,datas); + if (closeList.size() > 0){ + List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); + message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; } + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent(message); + return Action.FAILURE_AND_CONTINUE; } - log.info("dataGroupByBdlxs : [{}]",dataGroupByBdlxs); + /** - * + * 补打卡项目校验 */ - for (Map.Entry>> detailentry :dataGroupByBdlxs.entrySet()){ - List> details = detailentry.getValue(); - String startDate = detailentry.getKey().split(",")[0]; - String endDate = detailentry.getKey().split(",")[1]; - - Map>> dataGroupByBdlx = details.stream().collect(Collectors.groupingBy(e->e.get("bdklx"))); - - String bdklxs=""; - for (Map.Entry>> entry :dataGroupByBdlx.entrySet()){ - String bdklx = entry.getKey(); - bdklxs = bdklxs + bdklx +","; + try { + Map>> dataGroupByBdlxs = Maps.newHashMap(); + + //按照考勤周期对补打卡数据进行分类 + for (int i=0;i> datas = Lists.newArrayList(); + for (Map detailTable:detailGroupByUserList){ + String bdkrq = detailTable.get("bdkrq"); + if (DateUtil.getTime(startDate).compareTo(DateUtil.getTime(bdkrq)) <=0 && + DateUtil.getTime(endDate).compareTo(DateUtil.getTime(bdkrq)) >=0){ + datas.add(detailTable); + } + } + if (datas.size() > 0){ + dataGroupByBdlxs.put(startDate+","+endDate,datas); + } } - bdklxs = bdklxs.substring(0,bdklxs.length()-1); - String sql = "select id,kqzqnxzsycs,ygbcycb,xzsydcs,hbjrdkqxm from uf_jcl_kq_kqxm where id in ("+bdklxs+")"; - List> items = DbTools.getSqlToList(sql); - - Map>> itemsGroupById = items.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("id")))); - - - for (Map.Entry>> entry :dataGroupByBdlx.entrySet()){ - String bdklx = entry.getKey(); - //明细数据 - List> detailDatas = entry.getValue(); - //考勤项目 - List> item = itemsGroupById.get(bdklx); - int maxclockTimes = Integer.valueOf(item.get(0).get("xzsydcs").toString()); - int clockTimes = detailDatas.size(); - - //计入限制次数的其他项目 - String hbjrdkqxm = Util.null2String(item.get(0).get("hbjrdkqxm")); - //计入限制次数的其他项目的明细数据 - List> list = dataGroupByBdlx.get(hbjrdkqxm); - if (list != null && list.size() > 0){ - clockTimes += list.size(); + /** + * + */ + for (Map.Entry>> detailentry :dataGroupByBdlxs.entrySet()){ + List> details = detailentry.getValue(); + String startDate = detailentry.getKey().split(",")[0]; + String endDate = detailentry.getKey().split(",")[1]; + + Map>> dataGroupByBdlx = details.stream().collect(Collectors.groupingBy(e->e.get("bdklx"))); + + String bdklxs=""; + for (Map.Entry>> entry :dataGroupByBdlx.entrySet()){ + String bdklx = entry.getKey(); + bdklxs = bdklxs + bdklx +","; } - sql = "select bdkry,dkrq from uf_jcl_kq_bdkjl where bdkry=? and bdklx=?"; - List> existsList = DbTools.getSqlToList(sql,userId,bdklx); - log.info("existsList : [{}]",existsList); - existsList = existsList.stream().filter(e->DateUtil.getTime(startDate).compareTo(DateUtil.getTime(e.get("dkrq").toString())) <=0 && - DateUtil.getTime(endDate).compareTo(DateUtil.getTime(e.get("dkrq").toString())) >=0).collect(Collectors.toList()); - clockTimes +=existsList.size(); - log.info("clockTimes : [{}],maxclockTimes : [{}]",clockTimes,maxclockTimes); - if (clockTimes > maxclockTimes){ - //已达到请假上限 - log.error("考勤项目已达到补打卡上限"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("考勤项目已达到补打卡上限!"); - return Action.FAILURE_AND_CONTINUE; + bdklxs = bdklxs.substring(0,bdklxs.length()-1); + String sql = "select id,kqzqnxzsycs,ygbcycb,xzsydcs,hbjrdkqxm from uf_jcl_kq_kqxm where id in ("+bdklxs+")"; + List> items = DbTools.getSqlToList(sql); + + Map>> itemsGroupById = items.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("id")))); + + + for (Map.Entry>> entry :dataGroupByBdlx.entrySet()){ + String bdklx = entry.getKey(); + //明细数据 + List> detailDatas = entry.getValue(); + //考勤项目 + List> item = itemsGroupById.get(bdklx); + int maxclockTimes = Integer.valueOf(item.get(0).get("xzsydcs").toString()); + int clockTimes = detailDatas.size(); + + //计入限制次数的其他项目 + String hbjrdkqxm = Util.null2String(item.get(0).get("hbjrdkqxm")); + //计入限制次数的其他项目的明细数据 + List> list = dataGroupByBdlx.get(hbjrdkqxm); + if (list != null && list.size() > 0){ + clockTimes += list.size(); + } + sql = "select bdkry,dkrq from uf_jcl_kq_bdkjl where bdkry=? and bdklx=?"; + List> existsList = DbTools.getSqlToList(sql,userId,bdklx); + log.debug("existsList : [{}]",existsList); + existsList = existsList.stream().filter(e->DateUtil.getTime(startDate).compareTo(DateUtil.getTime(e.get("dkrq").toString())) <=0 && + DateUtil.getTime(endDate).compareTo(DateUtil.getTime(e.get("dkrq").toString())) >=0).collect(Collectors.toList()); + clockTimes +=existsList.size(); + log.debug("clockTimes : [{}],maxclockTimes : [{}]",clockTimes,maxclockTimes); + if (clockTimes > maxclockTimes){ + //已达到请假上限 + log.error("考勤项目已达到补打卡上限"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("考勤项目已达到补打卡上限!"); + return Action.FAILURE_AND_CONTINUE; + } + } } - + }catch (Exception e){ + log.error("exception : [{}]",e); } - }catch (Exception e){ - log.error("exception : [{}]",e); } + return Action.SUCCESS; } diff --git a/src/com/engine/attendance/workflow/action/OvertimePlanCheckAction.java b/src/com/engine/attendance/workflow/action/OvertimePlanCheckAction.java index c093105..e9d6f78 100644 --- a/src/com/engine/attendance/workflow/action/OvertimePlanCheckAction.java +++ b/src/com/engine/attendance/workflow/action/OvertimePlanCheckAction.java @@ -33,48 +33,61 @@ public class OvertimePlanCheckAction implements Action { List> detailTableData = CommonUtil.getDetailTableInfo(requestInfo,0); //加班人员 String jbry = mainTableData.get("jbry"); + try { + Map>> detailGroupMap = detailTableData.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("bdkr")))); - Map params = Maps.newHashMap(); - params.put("userId",jbry); - params.put("submitDate",DateUtil.getCurrentDate()); - params.put("submitStr","ksrq"); - params.put("submitDataList",detailTableData); + for (Map.Entry>> tableEntry :detailGroupMap.entrySet()){ + List> detailGroupByUserList = tableEntry.getValue(); + Map params = Maps.newHashMap(); + if ("".equals(tableEntry.getKey())){ + params.put("userId",jbry); + }else { + params.put("userId",tableEntry.getKey()); + } + params.put("submitDate",DateUtil.getCurrentDate()); + params.put("submitStr","ksrq"); + params.put("submitDataList",detailGroupByUserList); - /** - * 考勤周期校验 - */ - if (detailTableData == null || detailTableData.size() == 0){ - log.error("明细表没有数据!"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); - return Action.FAILURE_AND_CONTINUE; - } - Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); - List> closeList = (List>)dataMap.get("closeList"); - List nocycleList = (List)dataMap.get("nocycleList"); - List> dateList = (List>)dataMap.get("dataList"); + /** + * 考勤周期校验 + */ + if (detailGroupByUserList == null || detailGroupByUserList.size() == 0){ + log.error("明细表没有数据!"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("明细表没有数据!"); + return Action.FAILURE_AND_CONTINUE; + } + Map dataMap = makeUpClockInService.getKqCycleTimeIntervalCmd(params); + List> closeList = (List>)dataMap.get("closeList"); + List nocycleList = (List)dataMap.get("nocycleList"); + List> dateList = (List>)dataMap.get("dataList"); - boolean status = (boolean)dataMap.get("status"); - if (!status){ - log.error("该人员没有考勤周期"); - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); - return Action.FAILURE_AND_CONTINUE; - } - if (closeList.size() > 0 || nocycleList.size() > 0){ - String message = ""; - if (nocycleList.size() > 0){ - message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; + boolean status = (boolean)dataMap.get("status"); + if (!status){ + log.error("该人员没有考勤周期"); + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent("该人员没有考勤周期!"); + return Action.FAILURE_AND_CONTINUE; + } + if (closeList.size() > 0 || nocycleList.size() > 0){ + String message = ""; + if (nocycleList.size() > 0){ + message = message +String.join(",",nocycleList)+"未找对对应的考勤周期;"; + } + if (closeList.size() > 0){ + List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); + message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; + } + requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); + requestInfo.getRequestManager().setMessagecontent(message); + return Action.FAILURE_AND_CONTINUE; + } } - if (closeList.size() > 0){ - List list = closeList.stream().map(e->e.get("rq").toString()).collect(Collectors.toList()); - message = message +String.join(",",list)+"对应的考勤周期的考勤周期已关账"; - } - requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222"); - requestInfo.getRequestManager().setMessagecontent(message); + + }catch (Exception e){ + log.error("OvertimePlanCheckAction error : [{}]",e); return Action.FAILURE_AND_CONTINUE; } - return Action.SUCCESS; } } diff --git a/src/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.java b/src/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.java index dd90f57..89ba1ed 100644 --- a/src/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.java +++ b/src/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.java @@ -32,7 +32,7 @@ public class RevokeEliminationsAskForLeaveAction implements Action { @Override public String execute(RequestInfo requestInfo) { - log.info("RevokeEliminationsAskForLeaveAction,do action on request:" + requestInfo.getRequestid()); + log.debug("RevokeEliminationsAskForLeaveAction,do action on request:" + requestInfo.getRequestid()); String requestid = requestInfo.getRequestid(); try { @@ -44,7 +44,7 @@ public class RevokeEliminationsAskForLeaveAction implements Action { Map holidayItem = DbTools.getSqlToMap(queryItemsql, qjlx); DetailTable[] detailTable = requestInfo.getDetailTableInfo().getDetailTable(); - log.info("RevokeLeaveAction detailTable : [{}], length : {}", Arrays.toString(detailTable), detailTable.length); + log.debug("RevokeLeaveAction detailTable : [{}], length : {}", Arrays.toString(detailTable), detailTable.length); List> updateList = new ArrayList<>(); if (detailTable.length > 0) { for (DetailTable dt : detailTable) { @@ -57,7 +57,7 @@ public class RevokeEliminationsAskForLeaveAction implements Action { for (Cell c : h) { //列 String name = Util.null2String(c.getName()); - log.info("RevokeLeaveAction key : {}, value : {}",c.getName(), c.getValue()); + log.debug("RevokeLeaveAction key : {}, value : {}",c.getName(), c.getValue()); if ("cxsm".equals(name)) { itemMap.put("cxsm", Util.null2String(c.getValue())); } @@ -68,31 +68,31 @@ public class RevokeEliminationsAskForLeaveAction implements Action { itemMap.put("cx", Util.null2String(c.getValue())); } } - log.info("RevokeEliminationsAskForLeaveAction itemMap : [{}]",itemMap); + log.debug("RevokeEliminationsAskForLeaveAction itemMap : [{}]",itemMap); if (Util.null2String(itemMap.get("cx")).equals("1")) { updateList.add(itemMap); } } } } - log.info("RevokeLeaveAction updateList : [{}]",updateList); + log.debug("RevokeLeaveAction updateList : [{}]",updateList); if (updateList.size() > 0) { updateList.forEach(f -> { if (StringUtils.isNotBlank(f.get("cxlyid"))) { String sql = "update uf_jcl_kq_qjjl_dt1" +" set "+"cxly=0,cxqj=1,cxsm=?,cxid=? where id = ?"; - log.info("RevokeEliminationsAskForLeaveAction sql : [{}]",sql); + log.debug("RevokeEliminationsAskForLeaveAction sql : [{}]",sql); DbTools.update(sql, Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); - log.info("RevokeEliminationsAskForLeaveAction cxsm : {}, requestid : {}, cxlyid : {}",Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); + log.debug("RevokeEliminationsAskForLeaveAction cxsm : {}, requestid : {}, cxlyid : {}",Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); updateHoliday(f.get("cxlyid"),holidayItem.get("hsdw").toString()); } }); } } catch (Exception e) { - log.info("流程数据报错:RevokeLeaveAction:"); + log.debug("流程数据报错:RevokeLeaveAction:"); StringWriter errorsWriter = new StringWriter(); e.printStackTrace(new PrintWriter(errorsWriter)); - log.info(errorsWriter.toString()); + log.debug(errorsWriter.toString()); requestInfo.getRequestManager().setMessageid("11111" + requestInfo.getRequestid() + "22222"); requestInfo.getRequestManager().setMessagecontent("【更改请假撤销状态action】报错,请联系管理员!"); return Action.FAILURE_AND_CONTINUE; @@ -109,9 +109,9 @@ public class RevokeEliminationsAskForLeaveAction implements Action { * @param hsdw */ public void updateHoliday(String dt1Id,String hsdw){ - String sql = "select a.glmxid,a.jqye,sysc,b.qjsc,b.qtj,b.btj from uf_jcl_kq_qjjl_dt2 a left join uf_jcl_kq_qjjl_dt1 b on a.mainid=b.mainid and a.glrq=b.ksrq where b.id=?"; + String sql = "select a.glmxid,a.jqye,sysc,b.qjsc,b.qtj,b.btj from uf_jcl_kq_qjjl_dt2 a left join uf_jcl_kq_qjjl_dt1 b on a.mainid=b.mainid and a.glmxid=b.glmxid where b.id=?"; List> dataList = DbTools.getSqlToList(sql,dt1Id); - log.info("updateHoliday dataList :[{}]",dataList); + log.debug("updateHoliday dataList :[{}]",dataList); Map>> datagroupbyId = dataList.stream().collect(Collectors.groupingBy(e->e.get("jqye").toString())); for(Map.Entry>> entry: datagroupbyId.entrySet()){ String jqyeId = entry.getKey(); @@ -127,7 +127,7 @@ public class RevokeEliminationsAskForLeaveAction implements Action { qjsc = qjscTotal + (qtjTotal+btjTotal)*8; } sql = "update uf_jcl_kq_jqye set yxsc=yxsc-"+qjsc+",wxsc=wxsc+"+qjsc+" where id=?"; - log.info("updateHoliday sql : [{}]",sql); + log.debug("updateHoliday sql : [{}]",sql); DbTools.update(sql,jqyeId); } diff --git a/src/com/engine/attendance/workflow/action/RevokeLeaveAction.java b/src/com/engine/attendance/workflow/action/RevokeLeaveAction.java index 3499c71..161580b 100644 --- a/src/com/engine/attendance/workflow/action/RevokeLeaveAction.java +++ b/src/com/engine/attendance/workflow/action/RevokeLeaveAction.java @@ -21,7 +21,7 @@ public class RevokeLeaveAction implements Action { @Override public String execute(RequestInfo requestInfo) { - log.info("RevokeLeaveAction,do action on request:" + requestInfo.getRequestid()); + log.debug("RevokeLeaveAction,do action on request:" + requestInfo.getRequestid()); String requestid = requestInfo.getRequestid(); try { @@ -35,7 +35,7 @@ public class RevokeLeaveAction implements Action { // } DetailTable[] detailTable = requestInfo.getDetailTableInfo().getDetailTable(); - log.info("RevokeLeaveAction detailTable : [{}], length : {}", Arrays.toString(detailTable), detailTable.length); + log.debug("RevokeLeaveAction detailTable : [{}], length : {}", Arrays.toString(detailTable), detailTable.length); List> updateList = new ArrayList<>(); if (detailTable.length > 0) { for (DetailTable dt : detailTable) { @@ -48,7 +48,7 @@ public class RevokeLeaveAction implements Action { for (Cell c : h) { //列 String name = Util.null2String(c.getName()); - log.info("RevokeLeaveAction key : {}, value : {}",c.getName(), c.getValue()); + log.debug("RevokeLeaveAction key : {}, value : {}",c.getName(), c.getValue()); if ("cxsm".equals(name)) { itemMap.put("cxsm", Util.null2String(c.getValue())); } @@ -59,30 +59,30 @@ public class RevokeLeaveAction implements Action { itemMap.put("cx", Util.null2String(c.getValue())); } } - log.info("RevokeLeaveAction itemMap : [{}]",itemMap); + log.debug("RevokeLeaveAction itemMap : [{}]",itemMap); if (Util.null2String(itemMap.get("cx")).equals("1")) { updateList.add(itemMap); } } } } - log.info("RevokeLeaveAction updateList : [{}]",updateList); + log.debug("RevokeLeaveAction updateList : [{}]",updateList); if (updateList.size() > 0) { updateList.forEach(f -> { if (StringUtils.isNotBlank(f.get("cxlyid"))) { String sql = "update uf_jcl_kq_ccjl_dt1" +" set "+"cxly=0,cxcc=1,cxsm=?,cxid=? where id = ?"; - log.info("RevokeLeaveAction sql : [{}]",sql); + log.debug("RevokeLeaveAction sql : [{}]",sql); DbTools.update(sql, Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); - log.info("RevokeLeaveAction cxsm : {}, requestid : {}, cxlyid : {}",Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); + log.debug("RevokeLeaveAction cxsm : {}, requestid : {}, cxlyid : {}",Util.null2String(f.get("cxsm")), requestid, f.get("cxlyid")); } }); } } catch (Exception e) { - log.info("流程数据报错:RevokeLeaveAction:"); + log.debug("流程数据报错:RevokeLeaveAction:"); StringWriter errorsWriter = new StringWriter(); e.printStackTrace(new PrintWriter(errorsWriter)); - log.info(errorsWriter.toString()); + log.debug(errorsWriter.toString()); requestInfo.getRequestManager().setMessageid("11111" + requestInfo.getRequestid() + "22222"); requestInfo.getRequestManager().setMessagecontent("【更改出差撤销状态action】报错,请联系管理员!"); return Action.FAILURE_AND_CONTINUE; diff --git a/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.java b/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.java index 8004ef7..6d339bd 100644 --- a/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.java +++ b/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.java @@ -21,14 +21,14 @@ public class AskForLeaveWorkFlowArchivingAction implements Action { // 流程表单主表数据 HashMap mainTableData = CommonUtil.getMainTableInfo(requestInfo); - log.info("mainTableData : [{}]",mainTableData); + log.debug("mainTableData : [{}]",mainTableData); // 流程表单明细表1数据 List> detailTableData = CommonUtil.getDetailTableInfo(requestInfo,0); - log.info("detailTableData : [{}]",detailTableData); + log.debug("detailTableData : [{}]",detailTableData); //流程表单明细表2数据 List> detailTable2 = CommonUtil.getDetailTableInfo(requestInfo,1); - log.info("detailTableData : [{}]",detailTable2); + log.debug("detailTableData : [{}]",detailTable2); //请假人员 diff --git a/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.java b/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.java index e2f87da..c250e54 100644 --- a/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.java +++ b/src/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.java @@ -188,12 +188,15 @@ public class AskForLeaveWorkFlowSubmitAction implements Action { String cxjqj = mainTableData.get("cxjqj"); for (Map detailData : detailTableData) { - String ksrq = detailData.get("ksrq"); + String ksrq = Util.null2String(detailData.get("ksrq")); + String kssj = Util.null2String(detailData.get("kssj")); + String qtj = Util.null2String(detailData.get("qtj")); + String btj = Util.null2String(detailData.get("btj")); //请假时间 double leaveDuration = 0; - if (cxjqj.equals(AskAndEvctionWayEnum.ALLDAY.getKey())) { + if (qtj.equals(CheckBoxEnum.CHECKED.getKey())) { leaveDuration = 1; - } else if (cxjqj.equals(AskAndEvctionWayEnum.HALFDAY.getKey())) { + } else if (btj.equals(CheckBoxEnum.CHECKED.getKey())) { leaveDuration = 0.5; } else if (cxjqj.equals(AskAndEvctionWayEnum.TIME_INTERVAL.getKey()) || cxjqj.equals(AskAndEvctionWayEnum.HOUR.getKey())) { leaveDuration = Double.valueOf(Util.null2String(detailData.get("qjsc"))); @@ -201,7 +204,7 @@ public class AskForLeaveWorkFlowSubmitAction implements Action { if (hsdw.equals(AccountingUnitEnum.HOUR.getKey()) && (cxjqj.equals(AskAndEvctionWayEnum.ALLDAY.getKey()) || cxjqj.equals(AskAndEvctionWayEnum.HALFDAY.getKey()))) { leaveDuration = leaveDuration * 8; } - log.info("leaveDuration : [{}]", leaveDuration); + log.debug("leaveDuration : [{}]", leaveDuration); // List> holidayBalancefilterList = holidayBalanceList.stream().filter(e -> DateUtil.getTime(e.get("yqsxrq").toString()).compareTo(DateUtil.getTime(ksrq)) >= 0).collect(Collectors.toList()); for (Map holidayBalance : holidayBalanceList) { //额定未休时长 @@ -235,7 +238,7 @@ public class AskForLeaveWorkFlowSubmitAction implements Action { return Action.FAILURE_AND_CONTINUE; } } - log.info("detailTable2 : [{}]", detailTable2); + log.debug("detailTable2 : [{}]", detailTable2); //更新流程明细表2 String delteSql = "delete from " + detail2TableName + " where mainid=?"; diff --git a/src/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.java b/src/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.java index b544607..6af1615 100644 --- a/src/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.java +++ b/src/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.java @@ -34,7 +34,7 @@ public class GetAskForLeaveRecordListCmd extends AbstractCommonCommand> detailList = DbTools.getSqlToList(detailSql,targetUserId,startDate,endDate,businessTripsType); @@ -43,7 +43,7 @@ public class GetAskForLeaveRecordListCmd extends AbstractCommonCommand maidList = new ArrayList<>(); if (!targetUserId.equals("")) { List> datas = DbTools.getSqlToList(sql); @@ -50,7 +50,7 @@ public class GetEliminationsEvctionListCmd extends AbstractCommonCommand 0) { String detailSql = "select a.id,a.ksrq,a.kssj,a.jsrq,a.jssj,a.qjsc,a.qtj,a.btj,a.cxqj from uf_jcl_kq_qjjl_dt1 a where mainid in ("+String.join(",",maidList)+")"; @@ -60,7 +60,7 @@ public class GetEliminationsEvctionListCmd extends AbstractCommonCommand attendanceSetIdsSets = CommonUtil.getDataIds(userId,modeId,null,null); - log.info("attendanceSetIdsSets : {}",attendanceSetIdsSets); + log.debug("attendanceSetIdsSets : {}",attendanceSetIdsSets); if (attendanceSetIdsSets.size() == 0){ //取默认周期 String sql = "select id from uf_jcl_kq_kqzqmc where mrzq=1"; @@ -71,7 +71,7 @@ public class GetKqCycleTimeIntervalCmd extends AbstractCommonCommand> list = DbTools.getSqlToList(sql,attendanceSetIdsSets.toArray()[0]); - log.info("GetKqCycleTimeIntervalCmd list : [{}]",list); + log.debug("GetKqCycleTimeIntervalCmd list : [{}]",list); for (Map detailData:submitDataList){ String ksrq = Util.null2String(detailData.get(submitStr)).split(" ")[0]; List> cycleTime = list.stream().filter(e->DateUtil.getTime(e.get("ksrq").toString()).compareTo(DateUtil.getTime(ksrq)) <= 0 && DateUtil.getTime(e.get("jsrq").toString()).compareTo(DateUtil.getTime(ksrq)) >=0).collect(Collectors.toList()); - log.info("数据业务日期:[{}],周期数据:[{}]",ksrq,cycleTime); + log.debug("数据业务日期:[{}],周期数据:[{}]",ksrq,cycleTime); if (cycleTime.size() > 0){ Map date = Maps.newHashMap(); date.put("startDate",cycleTime.get(0).get("ksrq")); @@ -126,8 +126,8 @@ public class GetKqCycleTimeIntervalCmd extends AbstractCommonCommand detail:detailTableData){ String ksrq = detail.get("ksrq"); List> list = holidayBalanceList.stream().filter(e-> DateUtil.getTime(e.get("yqsxrq").toString()).compareTo(DateUtil.getTime(ksrq))>=0).collect(Collectors.toList()); - log.info("ksrq : [{}], list : [{}]",ksrq,list); + log.debug("ksrq : [{}], list : [{}]",ksrq,list); double totalUnearnedLeave = list.stream().mapToDouble(e->Double.valueOf(e.get("wxsc").toString())).sum(); if (totalUnearnedLeave == 0){ List> details = (List>)useItemMap.get(holidayItem.get("id")); diff --git a/src/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.java b/src/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.java index fe60dc1..e4ba11c 100644 --- a/src/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.java +++ b/src/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.java @@ -27,7 +27,7 @@ public class BusinessTripsApplyServiceImpl extends Service implements BusinessTr String businessTripsType = Util.null2String(params.get("businessTripsType")); String startDate = Util.null2String(params.get("startDate")); String endDate = Util.null2String(params.get("endDate")); - log.info("targetUserId : {}, businessTripsType : {}, startDate : {}, endDate : {}", targetUserId, businessTripsType, startDate, endDate); + log.debug("targetUserId : {}, businessTripsType : {}, startDate : {}, endDate : {}", targetUserId, businessTripsType, startDate, endDate); //查询子表数据 String detailSql = "select a.id,a.cxcc,a.ksrq,a.kssj,a.jsrq,a.jssj,a.ccsc,a.qtcc,a.btcc,a.cxsm from uf_jcl_kq_ccjl_dt1 a left join uf_jcl_kq_ccjl b on a.mainid=b.id where (a.cxcc is null or a.cxcc<>1) and a.ccr =? and a.ksrq >= ? and a.ksrq <= ? and b.cclx=?"; @@ -37,7 +37,7 @@ public class BusinessTripsApplyServiceImpl extends Service implements BusinessTr } else { retmap.put("result", null); } - log.info("detailList : [{}]", detailList); + log.debug("detailList : [{}]", detailList); return retmap; } diff --git a/src/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.java b/src/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.java index 08c956d..bd74e81 100644 --- a/src/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.java +++ b/src/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.java @@ -29,7 +29,7 @@ public class ProcessSubmitCheckServiceImpl extends Service implements ProcessSub resultMap.put("result","0"); Set attendanceSetIdsSets = CommonUtil.getDataIds(userId,modeId,null,null); - log.info("attendanceSetIdsSets : {}",attendanceSetIdsSets); + log.debug("attendanceSetIdsSets : {}",attendanceSetIdsSets); for (String submitDate:submitDates.split(",")){ LocalDateTime localDateTime = DateUtil.getTime(submitDate); int year = localDateTime.getYear(); @@ -41,7 +41,7 @@ public class ProcessSubmitCheckServiceImpl extends Service implements ProcessSub try { pdeptids = new DepartmentComInfo().getAllParentDepartId(Util.null2String(departMentMap.get("departmentid")), pdeptids); pdeptids = deptid + pdeptids; - log.info("pdeptids : [{}]",pdeptids); + log.debug("pdeptids : [{}]",pdeptids); sql = "select a.zt,a.ksrq,a.gzrq,a.gzsj,b.zt dtzt,b.tsbm,b.gzrq dtgzrq,b.gzsj dtgzsj from uf_jcl_kq_kqzq a left join uf_jcl_kq_kqzq_dt1 b on a.id=b.mainid where a.nd=? and a.mc=? and a.yf=?"; if (attendanceSetIdsSets.toArray().length > 0){ List> list = DbTools.getSqlToList(sql,year,attendanceSetIdsSets.toArray()[0],month); diff --git a/src/com/engine/common/cmd/GetPersonDateBySuitOrganzation.java b/src/com/engine/common/cmd/GetPersonDateBySuitOrganzation.java index 35da151..0b59b79 100644 --- a/src/com/engine/common/cmd/GetPersonDateBySuitOrganzation.java +++ b/src/com/engine/common/cmd/GetPersonDateBySuitOrganzation.java @@ -133,16 +133,16 @@ public class GetPersonDateBySuitOrganzation extends AbstractCommonCommand> hrmListByDepartAndSubCompanyIds = DbTools.getSqlToList(sql); //部门id-人员id集合 Map>> hrmListGroupByDepart = hrmListByDepartAndSubCompanyIds.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("departmentid")))); - log.info("hrmListGroupByDepart : [{}]",hrmListGroupByDepart); + log.debug("hrmListGroupByDepart : [{}]",hrmListGroupByDepart); //分部id-人员id集合 Map>> hrmListGroupBySubCompany = hrmListByDepartAndSubCompanyIds.stream().collect(Collectors.groupingBy(e->Util.null2String(e.get("subcompanyid1")))); - log.info("hrmListGroupBySubCompany : [{}]",hrmListGroupBySubCompany); + log.debug("hrmListGroupBySubCompany : [{}]",hrmListGroupBySubCompany); //人员分组id-人员id集合 if (personOrganzationIds.size() >0){ //人员分组id-(假别,假期规则id) Map> personGroupUserIds = getPersonGroupUserIds(personOrganzationIds); - log.info("personGroupUserIds : [{}]",personGroupUserIds); - log.info("personOrganzationMap : [{}]",personOrganzationMap); + log.debug("personGroupUserIds : [{}]",personGroupUserIds); + log.debug("personOrganzationMap : [{}]",personOrganzationMap); for (Map.Entry entry : personOrganzationMap.entrySet()){ String personGroupId = entry.getKey(); //人员分组(假别,假期规则id) @@ -165,9 +165,9 @@ public class GetPersonDateBySuitOrganzation extends AbstractCommonCommand entry : departMentMap.entrySet()){ String departMentId = entry.getKey(); //部门(假别,假期规则id) @@ -190,7 +190,7 @@ public class GetPersonDateBySuitOrganzation extends AbstractCommonCommand entry : subCompanyMap.entrySet()){ String subCompanyId = entry.getKey(); //分部(假别,假期规则id) @@ -212,7 +212,7 @@ public class GetPersonDateBySuitOrganzation extends AbstractCommonCommand newpersonMap = Maps.newHashMap(); for (Map.Entry entry :personMap.entrySet()){ String userId = entry.getKey(); @@ -267,7 +267,7 @@ public class GetPersonDateBySuitOrganzation extends AbstractCommonCommand> dataList = DbTools.getSqlToList(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); diff --git a/src/com/engine/common/cmd/QueryCommonCmd.java b/src/com/engine/common/cmd/QueryCommonCmd.java index 0392b6c..0deb98b 100644 --- a/src/com/engine/common/cmd/QueryCommonCmd.java +++ b/src/com/engine/common/cmd/QueryCommonCmd.java @@ -44,8 +44,8 @@ public class QueryCommonCmd extends AbstractCommonCommand> { conditionSql = conditionSql.substring(0,conditionSql.length()-3); sentenceSql = sentenceSql +" where "+ conditionSql; } - log.info("sql : [{}]",sentenceSql); - log.info("objs : [{}]",objs); + log.debug("sql : [{}]",sentenceSql); + log.debug("objs : [{}]",objs); List> lists = DbTools.getSqlToList(sentenceSql,objs); resultMap.put("data",lists); diff --git a/src/com/engine/common/service/impl/CommonServiceImpl.java b/src/com/engine/common/service/impl/CommonServiceImpl.java index 0b6de23..6409d44 100644 --- a/src/com/engine/common/service/impl/CommonServiceImpl.java +++ b/src/com/engine/common/service/impl/CommonServiceImpl.java @@ -23,7 +23,7 @@ public class CommonServiceImpl extends Service implements CommonService { @Override public Map updateCommon(Map param) { Map result = new HashMap<>(); - log.info("updateCommon param:[{}]",param); + log.debug("updateCommon param:[{}]",param); result.put("result", DbTools.update(CommonUtil.makeUpdateSql(Util.null2String(param.get("tableName")),Utils.resolveMap(Util.null2String(param.get("data"))),Utils.resolveMap(Util.null2String(param.get("condition")))))); return result; } @@ -31,7 +31,7 @@ public class CommonServiceImpl extends Service implements CommonService { @Override public Map insertCommon(Map param) { Map result = new HashMap<>(); - log.info("insertCommon param:[{}]",param); + log.debug("insertCommon param:[{}]",param); Map params = Utils.resolveMap(Util.null2String(param.get("params"))); String tableName = Util.null2String(params.get("tableName")); params.remove("tableName"); diff --git a/src/com/engine/common/util/CommonUtil.java b/src/com/engine/common/util/CommonUtil.java index bbe3049..3209dc6 100644 --- a/src/com/engine/common/util/CommonUtil.java +++ b/src/com/engine/common/util/CommonUtil.java @@ -1,9 +1,11 @@ package com.engine.common.util; +import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustClockPointAction; import com.engine.attendance.component.persongroup.commonutil.PersongroupCommonUtil; import com.engine.attendance.enums.ApplicableOrganizationEnum; import com.engine.attendance.enums.CheckBoxEnum; import com.engine.attendance.enums.PersonGroupListTypeEnum; +import com.engine.common.exception.AttendanceRunTimeException; import com.google.common.collect.Maps; import com.google.common.collect.Lists; import com.google.common.collect.Sets; @@ -49,8 +51,8 @@ public class CommonUtil { key = key.substring(0,key.length()-1) + ")"; value = value.substring(0,value.length()-1)+")"; insertSql = insertSql + key +" values "+value; - log.info("makeInsertSql : [{}]",insertSql); - log.info("needInsertDate: [{}]",dataList); + log.debug("makeInsertSql : [{}]",insertSql); + log.debug("needInsertDate: [{}]",dataList); return DbTools.update(insertSql,dataList); } @@ -72,7 +74,7 @@ public class CommonUtil { for (Map.Entry e : condition.entrySet()){ updateSql = updateSql + " and "+ e.getKey()+"='"+e.getValue()+"'"; } - log.info("makeUpdateSql : [{}]",updateSql); + log.debug("makeUpdateSql : [{}]",updateSql); return updateSql; @@ -95,7 +97,7 @@ public class CommonUtil { key = key.substring(0,key.length()-1) + ")"; value = value.substring(0,value.length()-1)+")"; sql = sql + key +" values "+value; - log.info("insertBatch sql :"+sql); + log.debug("insertBatch sql :"+sql); List insertDataList = Lists.newArrayList(); for (Map dataMap : dataList){ ArrayList list = new ArrayList<>(); @@ -104,7 +106,7 @@ public class CommonUtil { } insertDataList.add(list); } - log.info("insertBatch : [{}]",insertDataList); + log.debug("insertBatch : [{}]",insertDataList); return DbTools.updateBatch(sql,insertDataList); } @@ -144,10 +146,10 @@ public class CommonUtil { if (personGroupOrganizationList != null && dataIds.size() ==0){ Set personGroupIds = personGroupOrganizationList.stream().map(e -> Util.null2String(e.get("dx")).split("-")[0]).collect(Collectors.toSet()); sql = "select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in ("+String.join(",",personGroupIds)+")"; - log.info("query personGroupData : {}",sql); + log.debug("query personGroupData : {}",sql); List> personGroupData = DbTools.getSqlToList(sql); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,resourceId,startDate,endDate); - log.info("personnelGroupIds : {}",personnelGroupIds); + log.debug("personnelGroupIds : {}",personnelGroupIds); for (Map personGroupOrganization :personGroupOrganizationList){ String personnelGroupId = Util.null2String(personGroupOrganization.get("dx")).split("-")[0]; if (personnelGroupIds.contains(personnelGroupId)){ @@ -161,7 +163,7 @@ public class CommonUtil { String pdeptids = ""; pdeptids = new DepartmentComInfo().getAllParentDepartId(Util.null2String(departMentMap.get("departmentid")), pdeptids); pdeptids = deptid + pdeptids; - log.info("pdeptids : [{}]",pdeptids); + log.debug("pdeptids : [{}]",pdeptids); for (Map departmentOrganization :departmentOrganizationList){ String dx = Util.null2String(departmentOrganization.get("dx")); String ids = dx.split("-")[0]; @@ -187,7 +189,7 @@ public class CommonUtil { } - log.info("dataIds : {}",dataIds); + log.debug("dataIds : {}",dataIds); return dataIds; } @@ -229,10 +231,10 @@ public class CommonUtil { if (personGroupOrganizationList != null){ Set personGroupIds = personGroupOrganizationList.stream().map(e -> Util.null2String(e.get("dx")).split("-")[0]).collect(Collectors.toSet()); sql = "select mainid,empid,filters,bdate,edate from uf_ryqz_dt1 where mainid in ("+String.join(",",personGroupIds)+")"; - log.info("query personGroupData : {}",sql); + log.debug("query personGroupData : {}",sql); List> personGroupData = DbTools.getSqlToList(sql); Set personnelGroupIds = PersongroupCommonUtil.getPersonnelGroupingByPerson(personGroupData,resourceId,startDate,endDate); - log.info("personnelGroupIds : {}",personnelGroupIds); + log.debug("personnelGroupIds : {}",personnelGroupIds); for (Map personGroupOrganization :personGroupOrganizationList){ String personnelGroupId = Util.null2String(personGroupOrganization.get("dx")).split("-")[0]; if (personnelGroupIds.contains(personnelGroupId)){ @@ -246,7 +248,7 @@ public class CommonUtil { String pdeptids = ""; pdeptids = new DepartmentComInfo().getAllParentDepartId(Util.null2String(departMentMap.get("departmentid")), pdeptids); pdeptids = deptid + pdeptids; - log.info("pdeptids : [{}]",pdeptids); + log.debug("pdeptids : [{}]",pdeptids); for (Map departmentOrganization :departmentOrganizationList){ String dx = Util.null2String(departmentOrganization.get("dx")); String ids = dx.split("-")[0]; @@ -272,7 +274,7 @@ public class CommonUtil { } - log.info("dataIds : {}",dataIds); + log.debug("dataIds : {}",dataIds); return dataIds; } @@ -315,7 +317,7 @@ public class CommonUtil { DetailTable[] detailtables = request.getDetailTableInfo().getDetailTable();// 获取明细表数据 if (detailtables.length > index) { DetailTable dt = detailtables[index];// 获取明细表 0代表明细表1 - log.info("getDetailTableInfo :[{}]",dt.getTableDBName()); + log.debug("getDetailTableInfo :[{}]",dt.getTableDBName()); Row[] rows = dt.getRow();// 获取明细表中所有行的信息 for (int i = 0; i < rows.length; i++) { Row row = rows[i];// 获取具体行信息 @@ -388,7 +390,7 @@ public class CommonUtil { } } //人员类型 - log.info("empIdInfos : " + empIdInfos); + log.debug("empIdInfos : " + empIdInfos); for (Map map : empIdInfos) { String id = map.get("id"); String minSecurityLevel = map.get("minSecurityLevel"); @@ -402,20 +404,20 @@ public class CommonUtil { querySql = querySql + " and seclevel <= " +maxSecurityLevel; } Map data = DbTools.getSqlToMap(querySql); - log.info("querySql : " + querySql); + log.debug("querySql : " + querySql); if (data.size() > 0) { empIdList.add(id); } } //人员分组类型 - log.info("empGroupIdInfos : " + empGroupIdInfos); + log.debug("empGroupIdInfos : " + empGroupIdInfos); for (Map map : empGroupIdInfos) { String id = map.get("id"); String minSecurityLevel = map.get("minSecurityLevel"); String maxSecurityLevel = map.get("maxSecurityLevel"); //获取分组包含人员id Set empIdsByGroup = getEmpGroupUserIds(id); - log.info("empGroupId : " + id + ", empIdsByGroup : " + empIdsByGroup); + log.debug("empGroupId : " + id + ", empIdsByGroup : " + empIdsByGroup); //查询目标人员信息 if (empIdsByGroup.size() > 0) { String querySql = "select * from hrmresource where id in ("+String.join(",",empIdsByGroup)+")"; @@ -426,15 +428,15 @@ public class CommonUtil { querySql = querySql + " and seclevel <= " +maxSecurityLevel; } List> datas = DbTools.getSqlToListKeySmallLetter(querySql); - log.info("querySql : " + querySql); + log.debug("querySql : " + querySql); if (datas.size() > 0) { - log.info("datas.size : " + datas.size()); + log.debug("datas.size : " + datas.size()); datas.forEach(f -> empIdList.add(f.get("id").toString())); } } } //部门类型 - log.info("depIdInfos : " + depIdInfos); + log.debug("depIdInfos : " + depIdInfos); for (Map map : depIdInfos) { String id = map.get("id"); String minSecurityLevel = map.get("minSecurityLevel"); @@ -448,14 +450,14 @@ public class CommonUtil { querySql = querySql + " and seclevel <= " +maxSecurityLevel; } List> datas = DbTools.getSqlToListKeySmallLetter(querySql); - log.info("querySql : " + querySql); + log.debug("querySql : " + querySql); if (datas.size() > 0) { - log.info("datas.size : " + datas.size()); + log.debug("datas.size : " + datas.size()); datas.forEach(f -> empIdList.add(f.get("id").toString())); } } //分部类型 - log.info("subCompanyIdInfos : " + subCompanyIdInfos); + log.debug("subCompanyIdInfos : " + subCompanyIdInfos); for (Map map : subCompanyIdInfos) { String id = map.get("id"); String minSecurityLevel = map.get("minSecurityLevel"); @@ -469,9 +471,9 @@ public class CommonUtil { querySql = querySql + " and seclevel <= " +maxSecurityLevel; } List> datas = DbTools.getSqlToListKeySmallLetter(querySql); - log.info("querySql : " + querySql); + log.debug("querySql : " + querySql); if (datas.size() > 0) { - log.info("datas.size : " + datas.size()); + log.debug("datas.size : " + datas.size()); datas.forEach(f -> empIdList.add(f.get("id").toString())); } } @@ -509,7 +511,7 @@ public class CommonUtil { }else { sql = sql+ " and "+filters; } - log.info("getPersonnelGroupingByPerson filter sql : {}",sql); + log.debug("getPersonnelGroupingByPerson filter sql : {}",sql); List> dataList = DbTools.getSqlToListKeySmallLetter(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); @@ -559,7 +561,7 @@ public class CommonUtil { }else { sql = sql+ " and "+filters; } - log.info("getPersonnelGroupingByPerson filter sql : {}",sql); + log.debug("getPersonnelGroupingByPerson filter sql : {}",sql); List> dataList = DbTools.getSqlToListKeySmallLetter(sql); for (Map dataMap :dataList){ String hrmId = Util.null2String(dataMap.get("id")); @@ -619,7 +621,7 @@ public class CommonUtil { public static String getRqlx(String userId,String date){ String modeId = Utils.getFormmodeIdMap().get("uf_jcl_kq_rlmc"); Set calendarSetIdsSets = CommonUtil.getDataIds(userId,modeId,DateUtil.getCurrentDate(),DateUtil.getCurrentDate()); - log.info("getRqlx calendarSetIdsSets : [{}]",calendarSetIdsSets); + log.debug("getRqlx calendarSetIdsSets : [{}]",calendarSetIdsSets); String rqlx = ""; if (calendarSetIdsSets.size() > 0){ String sql = "select rqlx from uf_jcl_kq_rlxx where rlmc=? and rq=?"; @@ -650,7 +652,7 @@ public class CommonUtil { public static List> getYearCalendarList(String userId,String year){ String modeId = Utils.getFormmodeIdMap().get("uf_jcl_kq_rlmc"); Set calendarSetIdsSets = CommonUtil.getDataIds(userId,modeId,DateUtil.getCurrentDate(),DateUtil.getCurrentDate()); - log.info("getRqlx calendarSetIdsSets : [{}]",calendarSetIdsSets); + log.debug("getRqlx calendarSetIdsSets : [{}]",calendarSetIdsSets); List> resultList = Lists.newArrayList(); if (calendarSetIdsSets.size() > 0){ String sql = "select rqlx,rq from uf_jcl_kq_rlxx where rlmc=? and nd=?"; @@ -741,4 +743,28 @@ public class CommonUtil { } return resultMap; } + + /** + * 初始化扩展类 + */ + public static void initExtensionClassHolder(){ + String sql = "select jkdzlwj,jkdzsxlx,zt,zhsx from uf_jcl_kq_ywdmjc a left join uf_jcl_kq_ywdmjc_dt1 b on a.id=b.mainid where a.zt=0"; + List> dataList = DbTools.getSqlToList(sql); + try { + //打卡卡点扩展类 + List adjustClockPointAction = Lists.newArrayList(); + List> adjustClockPointActionResultList = dataList.stream().filter(e->"0".equals(e.get("jkdzsxlx"))).sorted(Comparator.comparing(e->Integer.valueOf(e.get("zhsx").toString()))).collect(Collectors.toList()); + for (Map adjustClockPointActionMap:adjustClockPointActionResultList){ + String classPath = adjustClockPointActionMap.get("jkdzlwj").toString(); + AdjustClockPointAction action = (AdjustClockPointAction)Class.forName(classPath).newInstance(); + adjustClockPointAction.add(action); + } + ExtensionClassHolder.setAdjustClockPointAction(adjustClockPointAction); + }catch (Exception e){ + log.error("initExtensionClassHolder fail"); + throw new AttendanceRunTimeException("初始化扩展类失败"); + } + + } + } diff --git a/src/com/engine/common/util/ExtensionClassHolder.java b/src/com/engine/common/util/ExtensionClassHolder.java new file mode 100644 index 0000000..dc2d033 --- /dev/null +++ b/src/com/engine/common/util/ExtensionClassHolder.java @@ -0,0 +1,23 @@ +package com.engine.common.util; + +import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustClockPointAction; + +import java.util.List; + +/** + * 扩展类 + */ +public class ExtensionClassHolder { + /** + * 打卡卡点扩展类 + */ + private static ThreadLocal> adjustClockPointActionThreadLocal = new ThreadLocal<>(); + + public static void setAdjustClockPointAction(List adjustClockPointActionList) { + adjustClockPointActionThreadLocal.set(adjustClockPointActionList); + } + + public static List getAdjustClockPointAction() { + return adjustClockPointActionThreadLocal.get(); + } +} diff --git a/src/com/engine/common/util/ResponseResult.java b/src/com/engine/common/util/ResponseResult.java index 063ac09..b73bf72 100644 --- a/src/com/engine/common/util/ResponseResult.java +++ b/src/com/engine/common/util/ResponseResult.java @@ -55,7 +55,7 @@ public class ResponseResult { public String run(Function f, T t) { try { if (isLog) { - log.info("run attendance api , param {}", t); + log.debug("run attendance api , param {}", t); } return Ok(f.apply(t)); } catch (AttendanceRunTimeException e) { @@ -85,7 +85,7 @@ public class ResponseResult { public String run(Consumer f, T t) { try { if (isLog) { - log.info("run attendance api , param {}", t); + log.debug("run attendance api , param {}", t); } f.accept(t); return Ok(); @@ -108,7 +108,7 @@ public class ResponseResult { public String run(Supplier f) { try { if (isLog) { - log.info("run attendance api"); + log.debug("run attendance api"); } return Ok(f.get()); } catch (AttendanceRunTimeException e) { @@ -149,7 +149,7 @@ public class ResponseResult { apidatas.put("data", r); String success = getJsonString(apidatas); if (isLog) { - log.info("run attendance api success return {}", success); + log.debug("run attendance api success return {}", success); } return success; } diff --git a/src/com/engine/common/util/Utils.java b/src/com/engine/common/util/Utils.java index 76a144c..409936f 100644 --- a/src/com/engine/common/util/Utils.java +++ b/src/com/engine/common/util/Utils.java @@ -395,7 +395,7 @@ public class Utils { */ public static int removeTime(String kssj,String jssj,List> scheduleResult,String analysisDate){ int betweenMinutes = 0; - log.info("removeRestTime scheduleResult : {}",scheduleResult); + log.debug("removeRestTime scheduleResult : {}",scheduleResult); for (Map restSchedule :scheduleResult){ String dtkssj = Utils.getkssjTime(restSchedule,analysisDate); String dtjssj = Utils.getjssjTime(restSchedule,analysisDate); @@ -403,19 +403,19 @@ public class Utils { if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(dtkssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(dtjssj)) >=0){ //休息时间在请假时间中间 betweenMinutes = DateUtil.getBetWeenMinutes(dtkssj,dtjssj); - log.info("休息时间在请假时间中间"); + log.debug("休息时间在请假时间中间"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(dtkssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(dtjssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(dtkssj)) >=0){ //休息时间在请假时间 右边 betweenMinutes = DateUtil.getBetWeenMinutes(dtkssj,jssj); - log.info("休息时间在请假时间 右边"); + log.debug("休息时间在请假时间 右边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(dtkssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(dtjssj)) >=0 && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(dtjssj)) <=0){ //休息时间在请假时间 左边 betweenMinutes = DateUtil.getBetWeenMinutes(kssj,dtjssj); - log.info("休息时间在请假时间 左边"); + log.debug("休息时间在请假时间 左边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(dtkssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(dtjssj)) <=0){ //请假时间在休息时间中间 betweenMinutes = 0; - log.info("请假时间在休息时间中间"); + log.debug("请假时间在休息时间中间"); } } return betweenMinutes; @@ -445,19 +445,19 @@ public class Utils { if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) >=0){ //请假外出时间在中间 betweenMinutes = DateUtil.getBetWeenMinutes(leavekssj,leavejssj); - log.info("请假外出时间在中间"); + log.debug("请假外出时间在中间"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavekssj)) >=0){ //请假外出时间 右边 betweenMinutes = DateUtil.getBetWeenMinutes(leavekssj,jssj); - log.info("请假外出时间 右边"); + log.debug("请假外出时间 右边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) >=0 && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavejssj)) <=0){ //休请假外出时间 左边 betweenMinutes = DateUtil.getBetWeenMinutes(kssj,leavejssj); - log.info("请假外出时间 左边"); + log.debug("请假外出时间 左边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) <=0){ //请假外出时间中间 betweenMinutes = DateUtil.getBetWeenMinutes(kssj,jssj); - log.info("加班实际在请假外出时间中间"); + log.debug("加班实际在请假外出时间中间"); } return betweenMinutes; } @@ -473,19 +473,19 @@ public class Utils { if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) >=0){ //时间在中间 betweenMinutes = removeRestTime(leavekssj,leavejssj,scheduleResult,analysisDate); - log.info("时间在中间,被包含"); + log.debug("时间在中间,被包含"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) <=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavekssj)) >=0){ //时间 右边 betweenMinutes = removeRestTime(leavekssj,jssj,scheduleResult,analysisDate); - log.info("时间 右边"); + log.debug("时间 右边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) >=0 && DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavejssj)) <=0){ //时间 左边 betweenMinutes = removeRestTime(kssj,leavejssj,scheduleResult,analysisDate); - log.info("时间 左边"); + log.debug("时间 左边"); }else if (DateUtil.getTime(kssj).compareTo(DateUtil.getTime(leavekssj)) >=0 && DateUtil.getTime(jssj).compareTo(DateUtil.getTime(leavejssj)) <=0){ //请假外出时间中间 betweenMinutes = removeRestTime(kssj,jssj,scheduleResult,analysisDate); - log.info("时间在中间,包含"); + log.debug("时间在中间,包含"); } return betweenMinutes; } @@ -580,7 +580,7 @@ public class Utils { List> classList = entry.getValue(); if (classList.size() > 1){ classList = classList.stream().filter(e->!e.get("pbtj").equals(RegularScheduleTypeEnum.REGULAR.getKey())).collect(Collectors.toList()); - classList = classList.stream().sorted(Comparator.comparing(e->DateUtil.getTime(e.get("pbrq")+" "+e.get("pbsj")).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); + classList = classList.stream().sorted(Comparator.comparing(e->DateUtil.getTime(e.get("modedatacreatedate")+" "+e.get("modedatacreatetime")).toInstant(ZoneOffset.of("+8")).toEpochMilli())).collect(Collectors.toList()); if (classList.size() > 0){ resultList.add(classList.get(classList.size()-1)); }else { diff --git a/src/com/engine/common/util/excel/ExcelParseHelper.java b/src/com/engine/common/util/excel/ExcelParseHelper.java index 206180e..a9e0675 100644 --- a/src/com/engine/common/util/excel/ExcelParseHelper.java +++ b/src/com/engine/common/util/excel/ExcelParseHelper.java @@ -156,10 +156,10 @@ public class ExcelParseHelper { public static List> parse2Map(Sheet sheet, int rowIndex) { int rowCount = sheet.getPhysicalNumberOfRows(); // 总行数 int cellCount = sheet.getRow(PARSE_EXCEL_ROW_VALID_CELL_INDEX).getPhysicalNumberOfCells(); // 总列数 - log.info("rowCount: {}", rowCount); - log.info("cellCount: {}", cellCount); + log.debug("rowCount: {}", rowCount); + log.debug("cellCount: {}", cellCount); List sheetHeader = ExcelSupport.getSheetHeader(sheet, PARSE_EXCEL_ROW_VALID_CELL_INDEX); - log.info("sheetHeader: {}", sheetHeader); + log.debug("sheetHeader: {}", sheetHeader); List> result = new ArrayList<>(); for (; rowIndex < rowCount; rowIndex++) { diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.class index e6550c9..29779a2 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/ComputeAttendanceDurationCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd$1.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd$1.class index 6a07b54..9980e79 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd$1.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd$1.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd.class index 51cfd63..b283e49 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetAskForLeaveCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.class index 6e9e2b1..6d9f194 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.class index 76a53e8..e9543de 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetClockInTimeListCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd$1.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd$1.class index bf0b40a..6efb48f 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd$1.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd$1.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.class index 07a83a2..344d900 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetEvectionCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.class index 00ae7bd..3d1971d 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/GetScheduleResultListCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.class index e031cdc..1e2200c 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustByWorkOverTimeCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustWhenHaveTwoClockPoint.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustWhenHaveTwoClockPoint.class deleted file mode 100644 index 7acc24d..0000000 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/AdjustWhenHaveTwoClockPoint.class and /dev/null differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.class index c9c3ab2..830bdc3 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/GetClockInPointCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/MergeApairClockPoint.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/MergeApairClockPoint.class new file mode 100644 index 0000000..d623614 Binary files /dev/null and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/getclockInpoint/MergeApairClockPoint.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/AbsenteeismItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/AbsenteeismItemCmd.class index c6a0a82..77c206d 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/AbsenteeismItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/AbsenteeismItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.class index 5d4ff9e..259e3c7 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeAwayItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.class index e5adbdc..eec4129 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/BeLateItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.class index 0fe1ad9..7ceab1d 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/ForGetClockItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.class index 2f48caa..9f5a2f7 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/LeaveEarlyItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.class index 8009622..ce0ca55 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/VacationItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.class index 7659179..0fd03a9 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/item/WorkOvertimeItemCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/recordDataCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/recordDataCmd.class index e900b92..19e6b1e 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/recordDataCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/recordDataCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/GetOvertimeDurationCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/GetOvertimeDurationCmd.class index 701bd8a..4688e6d 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/GetOvertimeDurationCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/GetOvertimeDurationCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/SaveWorkOverTimeCmd.class b/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/SaveWorkOverTimeCmd.class index 002f1db..8accf9f 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/SaveWorkOverTimeCmd.class and b/target/classes/com/engine/attendance/attendanceanalysis/cmd/workovertime/SaveWorkOverTimeCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO$ClockPointDTOBuilder.class b/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO$ClockPointDTOBuilder.class deleted file mode 100644 index 5c0c9a7..0000000 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO$ClockPointDTOBuilder.class and /dev/null differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO.class b/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO.class deleted file mode 100644 index f702ccb..0000000 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/dto/ClockPointDTO.class and /dev/null differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/job/AttendanceAnalysisJob.class b/target/classes/com/engine/attendance/attendanceanalysis/job/AttendanceAnalysisJob.class index c6afa79..1168213 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/job/AttendanceAnalysisJob.class and b/target/classes/com/engine/attendance/attendanceanalysis/job/AttendanceAnalysisJob.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.class index c4508e1..89ca2b2 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AbnormalAttendanceServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AllowanceServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AllowanceServiceImpl.class index fbffaec..08506a7 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AllowanceServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AllowanceServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AskForLeaveServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AskForLeaveServiceImpl.class index f68526a..5c153b3 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AskForLeaveServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AskForLeaveServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AttendanceSummaryServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AttendanceSummaryServiceImpl.class index 798fbc7..ab94019 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AttendanceSummaryServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/AttendanceSummaryServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.class index dd863e4..0992e78 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ComprehensiveWorkingHourServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/EvectionServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/EvectionServiceImpl.class index 15b64a3..2d4bea6 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/EvectionServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/EvectionServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.class index 96066f3..5ab914e 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/ShiftServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.class index 5fb6646..580dfd4 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/UtilServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/WorkOverTimeServiceImpl.class b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/WorkOverTimeServiceImpl.class index 13be408..16da6a0 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/service/impl/WorkOverTimeServiceImpl.class and b/target/classes/com/engine/attendance/attendanceanalysis/service/impl/WorkOverTimeServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.class b/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.class index a92ea54..23fa73e 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.class and b/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceJucailinButtonAction.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.class b/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.class index 957e477..70dd624 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.class and b/target/classes/com/engine/attendance/attendanceanalysis/web/AttendanceanalysisAction.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.class b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.class index c597d73..cbb6eac 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.class and b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/AttendanceAnalysisWrapper.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper$1.class b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper$1.class index 9545990..6ffaf44 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper$1.class and b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper$1.class differ diff --git a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.class b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.class index 301858b..eeffef2 100644 Binary files a/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.class and b/target/classes/com/engine/attendance/attendanceanalysis/wrapper/UpdateAttendanceResultWrapper.class differ diff --git a/target/classes/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.class b/target/classes/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.class index 38cc708..baab1c4 100644 Binary files a/target/classes/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.class and b/target/classes/com/engine/attendance/attendanceplan/cmd/GetAttendanceItemsByPersonDataCmd.class differ diff --git a/target/classes/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.class b/target/classes/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.class index f318198..e9221f0 100644 Binary files a/target/classes/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.class and b/target/classes/com/engine/attendance/attendanceplan/cmd/GetWorkHoursItemByPersonCmd.class differ diff --git a/target/classes/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.class b/target/classes/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.class index 20955ce..5f9d5d5 100644 Binary files a/target/classes/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.class and b/target/classes/com/engine/attendance/component/ImportAndExport/service/impl/ExcelExportImportServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/component/ImportAndExport/web/ExcelController.class b/target/classes/com/engine/attendance/component/ImportAndExport/web/ExcelController.class index 60cf433..14b4a3c 100644 Binary files a/target/classes/com/engine/attendance/component/ImportAndExport/web/ExcelController.class and b/target/classes/com/engine/attendance/component/ImportAndExport/web/ExcelController.class differ diff --git a/target/classes/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.class b/target/classes/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.class index aa8ae46..d044657 100644 Binary files a/target/classes/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.class and b/target/classes/com/engine/attendance/component/calendarscheduling/service/impl/WorkRulesServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.class b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.class index 588f7d2..d5e53db 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.class and b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCmd.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.class b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.class index 94fff2d..f2bd565 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.class and b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableCountCmd.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.class b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.class index 8caf977..ac0f74d 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.class and b/target/classes/com/engine/attendance/component/persongroup/cmd/GetDatatableRecurrenceCmd.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.class b/target/classes/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.class index 89b199a..1829520 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.class and b/target/classes/com/engine/attendance/component/persongroup/commonutil/PersongroupCommonUtil.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.class b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.class index 2286250..616083d 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.class and b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/SchedulingJob.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.class b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.class index 99d1ba9..33061b0 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.class and b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/DayRegularScheduling.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.class b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.class index c05ae09..020de19 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.class and b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/MonthRegularScheduling.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.class b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.class index 4f588a0..224679f 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.class and b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/WeekRegularScheduling.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.class b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.class index b18e09b..93be5a3 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.class and b/target/classes/com/engine/attendance/component/persongroup/job/scheduling/tactics/YearRegularScheduling.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.class b/target/classes/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.class index dc144c7..c4f32c8 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.class and b/target/classes/com/engine/attendance/component/persongroup/service/impl/PersonGroupServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.class b/target/classes/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.class index 31a1e6e..33f3f02 100644 Binary files a/target/classes/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.class and b/target/classes/com/engine/attendance/component/persongroup/service/impl/SchedulingResultsServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.class b/target/classes/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.class index 0cf6487..1f428dc 100644 Binary files a/target/classes/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.class and b/target/classes/com/engine/attendance/vacation/cmd/HandleOverdueVocationCmd.class differ diff --git a/target/classes/com/engine/attendance/vacation/cmd/VocationCmd.class b/target/classes/com/engine/attendance/vacation/cmd/VocationCmd.class index ef96465..9bcb46b 100644 Binary files a/target/classes/com/engine/attendance/vacation/cmd/VocationCmd.class and b/target/classes/com/engine/attendance/vacation/cmd/VocationCmd.class differ diff --git a/target/classes/com/engine/attendance/vacation/job/holidaygeneration/tactics/OneTimePayMentWay.class b/target/classes/com/engine/attendance/vacation/job/holidaygeneration/tactics/OneTimePayMentWay.class index 31ed363..cf4e77d 100644 Binary files a/target/classes/com/engine/attendance/vacation/job/holidaygeneration/tactics/OneTimePayMentWay.class and b/target/classes/com/engine/attendance/vacation/job/holidaygeneration/tactics/OneTimePayMentWay.class differ diff --git a/target/classes/com/engine/attendance/vacation/service/impl/VocationServiceImpl.class b/target/classes/com/engine/attendance/vacation/service/impl/VocationServiceImpl.class index 282810a..13dca1c 100644 Binary files a/target/classes/com/engine/attendance/vacation/service/impl/VocationServiceImpl.class and b/target/classes/com/engine/attendance/vacation/service/impl/VocationServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/vacation/util/VocationCommonUtil.class b/target/classes/com/engine/attendance/vacation/util/VocationCommonUtil.class index 2311fac..f26f978 100644 Binary files a/target/classes/com/engine/attendance/vacation/util/VocationCommonUtil.class and b/target/classes/com/engine/attendance/vacation/util/VocationCommonUtil.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/EliminationsAskForLeaveAction.class b/target/classes/com/engine/attendance/workflow/action/EliminationsAskForLeaveAction.class index 379f41a..30ede00 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/EliminationsAskForLeaveAction.class and b/target/classes/com/engine/attendance/workflow/action/EliminationsAskForLeaveAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/EliminationsEvctionCheckAction.class b/target/classes/com/engine/attendance/workflow/action/EliminationsEvctionCheckAction.class index 4d18f5a..08edf89 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/EliminationsEvctionCheckAction.class and b/target/classes/com/engine/attendance/workflow/action/EliminationsEvctionCheckAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/EvctionCheckAction.class b/target/classes/com/engine/attendance/workflow/action/EvctionCheckAction.class index 3c407ac..fb9d5f2 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/EvctionCheckAction.class and b/target/classes/com/engine/attendance/workflow/action/EvctionCheckAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/MakeUpClockImportAction.class b/target/classes/com/engine/attendance/workflow/action/MakeUpClockImportAction.class index 5ced4eb..bdb29cf 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/MakeUpClockImportAction.class and b/target/classes/com/engine/attendance/workflow/action/MakeUpClockImportAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/MakeUpClockInAction.class b/target/classes/com/engine/attendance/workflow/action/MakeUpClockInAction.class index 99c3ccb..390e615 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/MakeUpClockInAction.class and b/target/classes/com/engine/attendance/workflow/action/MakeUpClockInAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/OvertimePlanCheckAction.class b/target/classes/com/engine/attendance/workflow/action/OvertimePlanCheckAction.class index 71a6f4e..19779b1 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/OvertimePlanCheckAction.class and b/target/classes/com/engine/attendance/workflow/action/OvertimePlanCheckAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/OvertimeResultCheckAction.class b/target/classes/com/engine/attendance/workflow/action/OvertimeResultCheckAction.class index e7513bb..9ef43e1 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/OvertimeResultCheckAction.class and b/target/classes/com/engine/attendance/workflow/action/OvertimeResultCheckAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.class b/target/classes/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.class index 67ff41a..e1e531f 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.class and b/target/classes/com/engine/attendance/workflow/action/RevokeEliminationsAskForLeaveAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/RevokeLeaveAction.class b/target/classes/com/engine/attendance/workflow/action/RevokeLeaveAction.class index 0fc4151..17eac18 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/RevokeLeaveAction.class and b/target/classes/com/engine/attendance/workflow/action/RevokeLeaveAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.class b/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.class index d4c2d1a..e542bbb 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.class and b/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowArchivingAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.class b/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.class index 6b60013..3f300ca 100644 Binary files a/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.class and b/target/classes/com/engine/attendance/workflow/action/askforleave/AskForLeaveWorkFlowSubmitAction.class differ diff --git a/target/classes/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.class b/target/classes/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.class index 312e097..60ec1da 100644 Binary files a/target/classes/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.class and b/target/classes/com/engine/attendance/workflow/cmd/GetAskForLeaveRecordListCmd.class differ diff --git a/target/classes/com/engine/attendance/workflow/cmd/GetEliminationsEvctionListCmd.class b/target/classes/com/engine/attendance/workflow/cmd/GetEliminationsEvctionListCmd.class index 9c6be29..cd3ff66 100644 Binary files a/target/classes/com/engine/attendance/workflow/cmd/GetEliminationsEvctionListCmd.class and b/target/classes/com/engine/attendance/workflow/cmd/GetEliminationsEvctionListCmd.class differ diff --git a/target/classes/com/engine/attendance/workflow/cmd/GetKqCycleTimeIntervalCmd.class b/target/classes/com/engine/attendance/workflow/cmd/GetKqCycleTimeIntervalCmd.class index faaa7de..2162c6b 100644 Binary files a/target/classes/com/engine/attendance/workflow/cmd/GetKqCycleTimeIntervalCmd.class and b/target/classes/com/engine/attendance/workflow/cmd/GetKqCycleTimeIntervalCmd.class differ diff --git a/target/classes/com/engine/attendance/workflow/cmd/GetRestDayIntervalCmd.class b/target/classes/com/engine/attendance/workflow/cmd/GetRestDayIntervalCmd.class index 5ae2d1e..ac8f839 100644 Binary files a/target/classes/com/engine/attendance/workflow/cmd/GetRestDayIntervalCmd.class and b/target/classes/com/engine/attendance/workflow/cmd/GetRestDayIntervalCmd.class differ diff --git a/target/classes/com/engine/attendance/workflow/service/impl/AllowanceServiceImpl.class b/target/classes/com/engine/attendance/workflow/service/impl/AllowanceServiceImpl.class index 0ff4edc..f31cd45 100644 Binary files a/target/classes/com/engine/attendance/workflow/service/impl/AllowanceServiceImpl.class and b/target/classes/com/engine/attendance/workflow/service/impl/AllowanceServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/workflow/service/impl/AskForLeaveServiceImpl.class b/target/classes/com/engine/attendance/workflow/service/impl/AskForLeaveServiceImpl.class index 6b5ccf8..9502fce 100644 Binary files a/target/classes/com/engine/attendance/workflow/service/impl/AskForLeaveServiceImpl.class and b/target/classes/com/engine/attendance/workflow/service/impl/AskForLeaveServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.class b/target/classes/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.class index 99594d3..f4912b1 100644 Binary files a/target/classes/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.class and b/target/classes/com/engine/attendance/workflow/service/impl/BusinessTripsApplyServiceImpl.class differ diff --git a/target/classes/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.class b/target/classes/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.class index 615ffba..28a3680 100644 Binary files a/target/classes/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.class and b/target/classes/com/engine/attendance/workflow/service/impl/ProcessSubmitCheckServiceImpl.class differ diff --git a/target/classes/com/engine/common/cmd/GetPersonDateBySuitOrganzation.class b/target/classes/com/engine/common/cmd/GetPersonDateBySuitOrganzation.class index 09b3815..16d5af7 100644 Binary files a/target/classes/com/engine/common/cmd/GetPersonDateBySuitOrganzation.class and b/target/classes/com/engine/common/cmd/GetPersonDateBySuitOrganzation.class differ diff --git a/target/classes/com/engine/common/cmd/QueryCommonCmd.class b/target/classes/com/engine/common/cmd/QueryCommonCmd.class index dc04101..3186f6d 100644 Binary files a/target/classes/com/engine/common/cmd/QueryCommonCmd.class and b/target/classes/com/engine/common/cmd/QueryCommonCmd.class differ diff --git a/target/classes/com/engine/common/service/impl/CommonServiceImpl.class b/target/classes/com/engine/common/service/impl/CommonServiceImpl.class index 8d7a97c..3f48f37 100644 Binary files a/target/classes/com/engine/common/service/impl/CommonServiceImpl.class and b/target/classes/com/engine/common/service/impl/CommonServiceImpl.class differ diff --git a/target/classes/com/engine/common/util/CommonUtil.class b/target/classes/com/engine/common/util/CommonUtil.class index 456030e..3c98255 100644 Binary files a/target/classes/com/engine/common/util/CommonUtil.class and b/target/classes/com/engine/common/util/CommonUtil.class differ diff --git a/target/classes/com/engine/common/util/DbTools.class b/target/classes/com/engine/common/util/DbTools.class index c15c76b..fde87ea 100644 Binary files a/target/classes/com/engine/common/util/DbTools.class and b/target/classes/com/engine/common/util/DbTools.class differ diff --git a/target/classes/com/engine/common/util/ExtensionClassHolder.class b/target/classes/com/engine/common/util/ExtensionClassHolder.class new file mode 100644 index 0000000..9337a29 Binary files /dev/null and b/target/classes/com/engine/common/util/ExtensionClassHolder.class differ diff --git a/target/classes/com/engine/common/util/ResponseResult.class b/target/classes/com/engine/common/util/ResponseResult.class index 93434d9..e6571de 100644 Binary files a/target/classes/com/engine/common/util/ResponseResult.class and b/target/classes/com/engine/common/util/ResponseResult.class differ diff --git a/target/classes/com/engine/common/util/Utils.class b/target/classes/com/engine/common/util/Utils.class index d18834a..af104a4 100644 Binary files a/target/classes/com/engine/common/util/Utils.class and b/target/classes/com/engine/common/util/Utils.class differ diff --git a/target/classes/com/engine/common/util/excel/ExcelParseHelper.class b/target/classes/com/engine/common/util/excel/ExcelParseHelper.class index da04cb6..65d0240 100644 Binary files a/target/classes/com/engine/common/util/excel/ExcelParseHelper.class and b/target/classes/com/engine/common/util/excel/ExcelParseHelper.class differ diff --git a/target/test-classes/GetClockInPointCmd.class b/target/test-classes/GetClockInPointCmd.class deleted file mode 100644 index 480c69a..0000000 Binary files a/target/test-classes/GetClockInPointCmd.class and /dev/null differ diff --git a/target/test-classes/TestAttendanceAllowance/Test.class b/target/test-classes/TestAttendanceAllowance/Test.class index 1edfcbd..bdcaf11 100644 Binary files a/target/test-classes/TestAttendanceAllowance/Test.class and b/target/test-classes/TestAttendanceAllowance/Test.class differ diff --git a/target/test-classes/TestAttendanceAllowance/Test2.class b/target/test-classes/TestAttendanceAllowance/Test2.class index 51e1c42..0b68dab 100644 Binary files a/target/test-classes/TestAttendanceAllowance/Test2.class and b/target/test-classes/TestAttendanceAllowance/Test2.class differ diff --git a/target/test-classes/TestGetClockInPoint.class b/target/test-classes/TestGetClockInPoint.class index 0f1bf42..d5aabb1 100644 Binary files a/target/test-classes/TestGetClockInPoint.class and b/target/test-classes/TestGetClockInPoint.class differ diff --git a/target/test-classes/TestObj.class b/target/test-classes/TestObj.class index c4c84d0..ef16b13 100644 Binary files a/target/test-classes/TestObj.class and b/target/test-classes/TestObj.class differ diff --git a/target/test-classes/Tset_sy.class b/target/test-classes/Tset_sy.class index 8264e71..b9cb515 100644 Binary files a/target/test-classes/Tset_sy.class and b/target/test-classes/Tset_sy.class differ diff --git a/target/test-classes/workflow/Test1.class b/target/test-classes/workflow/Test1.class index 964da53..dce59ab 100644 Binary files a/target/test-classes/workflow/Test1.class and b/target/test-classes/workflow/Test1.class differ diff --git a/test/TestAttendanceAllowance/Test.java b/test/TestAttendanceAllowance/Test.java index 19fdd22..e4bdca1 100644 --- a/test/TestAttendanceAllowance/Test.java +++ b/test/TestAttendanceAllowance/Test.java @@ -2,10 +2,14 @@ package TestAttendanceAllowance; import com.engine.attendance.attendanceanalysis.job.AttendanceAnalysisJob; import com.engine.attendance.attendanceanalysis.web.AttendanceanalysisAction; +import com.engine.attendance.component.calendarscheduling.service.WorkRulesService; +import com.engine.attendance.component.calendarscheduling.service.impl.WorkRulesServiceImpl; import com.engine.attendance.component.calendarscheduling.web.WorkRulesController; import com.engine.common.util.DateUtil; +import com.engine.common.util.ServiceUtil; import com.google.common.collect.Lists; import com.google.common.collect.Maps; +import weaver.hrm.User; import weaver.hrm.company.SubCompanyComInfo; import java.util.List; @@ -14,6 +18,9 @@ import java.util.Map; public class Test extends beforlog{ + private WorkRulesService getWorkRulesService(User user) { + return ServiceUtil.getService(WorkRulesServiceImpl.class,user); + } @org.junit.Test public void testAnalysis() throws Exception{ @@ -35,15 +42,32 @@ Test extends beforlog{ } @org.junit.Test public void testRealse() throws Exception{ - List list = Lists.newArrayList(); - list.add("2024-11:15"); - list.add("2024-12:15"); - list.add("2024-13:15"); - list.add("2024-14:15"); + Map params = Maps.newHashMap(); + params.put("resourceIds","22"); + params.put("bcxx","11"); + params.put("date","2024-06-01,2024-06-02,2024-06-09,2024-06-16,2024-06-23,2024-06-30,2024-06-03,2024-06-10,2024-06-17,2024-06-24,2024-07-01,2024-06-04,2024-06-11,2024-06-18,2024-06-25,2024-07-02,2024-06-05,2024-06-12,2024-06-19,2024-06-26,2024-06-06,2024-06-13,2024-06-20,2024-06-27,2024-07-03,2024-07-04,2024-06-07,2024-06-14,2024-06-21,2024-06-28,2024-07-05,2024-06-08,2024-06-15,2024-06-22,2024-06-29,2024-07-06"); + User user = new User(1); + getWorkRulesService(user).saveCalendarWork(params); + + } + @org.junit.Test + public void testRealse2() throws Exception{ + Map params = Maps.newHashMap(); + params.put("resourceIds","101"); + params.put("bcxx","101"); + params.put("date","2024-06-17"); + User user = new User(1); + getWorkRulesService(user).saveCalendarWork(params); - System.out.println(list.indexOf("2024-12:15")); + } + @org.junit.Test + public void testRealse3() throws Exception{ + for (int i=0;i<3;i++){ + System.out.println(i); + i=i+1; + } } } diff --git a/test/TestAttendanceAllowance/Test2.java b/test/TestAttendanceAllowance/Test2.java index b93ab93..6c83c25 100644 --- a/test/TestAttendanceAllowance/Test2.java +++ b/test/TestAttendanceAllowance/Test2.java @@ -1,7 +1,13 @@ package TestAttendanceAllowance; +import com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.AdjustClockPointAction; + public class Test2 { @org.junit.Test public void testAnalysis() throws Exception{ + AdjustClockPointAction action = (AdjustClockPointAction)Class.forName("com.engine.attendance.attendanceanalysis.cmd.getclockInpoint.MergeApairClockPoint").newInstance(); + + action.execute(null); + } } diff --git a/test/TestObj.java b/test/TestObj.java index a92c9c7..c194812 100644 --- a/test/TestObj.java +++ b/test/TestObj.java @@ -28,22 +28,18 @@ import java.util.stream.Collectors; public class TestObj { public static void main(String[] args) throws Exception{ - System.out.println(4<3); + System.out.println(aa()); } - public static Map delCommon() { - Map map = Maps.newHashMap(); - map.put("11","22"); - for (int i=0;i<10;i++){ - if ( i ==5){ - Map map2 = Maps.newHashMap(); - map2.put("aa","bb"); - return map2; + public static int aa(){ + for (int i=0;i<=3;i++){ + + if (i==2){ + return 2; } } - System.out.println("asdasdasdsad"); - return map; + return -1; } } diff --git a/workflow/request/hrmattendance/HrmAskForLeave_e9.jsp b/workflow/request/hrmattendance/HrmAskForLeave_e9.jsp index 03553c2..9e6af4e 100644 --- a/workflow/request/hrmattendance/HrmAskForLeave_e9.jsp +++ b/workflow/request/hrmattendance/HrmAskForLeave_e9.jsp @@ -56,6 +56,7 @@ adddetail(); //打开自动生成明细记录功能 autodetail = true; + detailtTable(); }); //是否每日重复时间段值变更时,自动生成明细 @@ -319,8 +320,11 @@ var qjsc = WfForm.getFieldValue(WfForm.convertFieldNameToId("qjsc")); //实际请假类型 var sjqjlx = WfForm.getFieldValue(WfForm.convertFieldNameToId("sjqjlx")); - //实际请假类型 + var sjqjlxshowname = WfForm.getBrowserShowName(WfForm.convertFieldNameToId("sjqjlx")); + //请假人员 var qjry = WfForm.getFieldValue(WfForm.convertFieldNameToId("qjry")); + + var qjryshowName = WfForm.getBrowserShowName(WfForm.convertFieldNameToId("qjry")); //清空第一明细所有记录 WfForm.delDetailRow("detail_1", "all"); //判断请假是否跨天 @@ -377,6 +381,8 @@ v_tmpedate = new Date(v_tmpedate); continue; } + addObj[WfForm.convertFieldNameToId("qjr", "detail_1")] = {value:qjry,specialobj:[{id:qjry,name:qjryshowName}]}; + addObj[WfForm.convertFieldNameToId("qjlx", "detail_1")] = {value:sjqjlx,specialobj:[{id:sjqjlx,name:sjqjlxshowname}]}; addObj[WfForm.convertFieldNameToId("ksrq", "detail_1")] = {value:v_tmpbdate}; if (ccsd === '1'){ //按时间区间请假逻辑 @@ -433,6 +439,8 @@ v_tmpedate = new Date(v_tmpedate); while (v_tmpedate <= jsrq) { var addObj = {}; + addObj[WfForm.convertFieldNameToId("qjr", "detail_1")] = {value:qjry,specialobj:[{id:qjry,name:qjryshowName}]}; + addObj[WfForm.convertFieldNameToId("qjlx", "detail_1")] = {value:sjqjlx,specialobj:[{id:sjqjlx,name:sjqjlxshowname}]}; addObj[WfForm.convertFieldNameToId("ksrq", "detail_1")] = {value:v_tmpbdate}; if (ccsd === '1'){ addObj[WfForm.convertFieldNameToId("jsrq", "detail_1")] = {value:v_tmpedate}; @@ -459,6 +467,8 @@ v_tmpedate = new Date(v_tmpedate); } var addObj = {}; + addObj[WfForm.convertFieldNameToId("qjry", "detail_1")] = {value:qjry}; + addObj[WfForm.convertFieldNameToId("jqlx", "detail_1")] = {value:sjqjlx}; addObj[WfForm.convertFieldNameToId("ksrq", "detail_1")] = {value:v_tmpbdate}; if (ccsd === '1'){ addObj[WfForm.convertFieldNameToId("jsrq", "detail_1")] = {value:jsrq}; @@ -581,7 +591,22 @@ {id:WfForm.getFieldValue(WfForm.convertFieldNameToId('jqlx')),name:WfForm.getBrowserShowName(WfForm.convertFieldNameToId('jqlx'))}, ] }); + } + var rowArr = WfForm.getDetailAllRowIndexStr("detail_1").split(","); + for(var i=0; i