hd_real_name/logs/sys-back.log.sql.2023-11-17.0

185 lines
27 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2023-11-17 09:57:02,341 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 17504 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-11-17 09:57:02,349 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-11-17 09:57:02,350 [main] No active profile set, falling back to default profiles: default
2023-11-17 09:57:29,576 [main] SSHConnectionListener create connection failed ... !
2023-11-17 09:57:29,584 [main] Filter 'tokenFilter' configured for use
2023-11-17 09:57:32,593 [main] Started SecurityApplication in 30.87 seconds (JVM running for 32.45)
2023-11-17 09:57:32,595 [taskExecutor-1] ----------------出场定时器----------------
2023-11-17 09:57:32,596 [taskExecutor-3] --------无信号班组有效期消息通知启动------
2023-11-17 09:57:32,596 [taskExecutor-2] --------无信号班组有效期消息通知启动------
2023-11-17 09:57:32,596 [taskExecutor-4] --------红名单定时器启动------
2023-11-17 09:57:43,785 [http-nio-1920-exec-1] 验证码5P6P用户输入5p6p
2023-11-17 09:58:42,898 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 24140 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-11-17 09:58:42,901 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-11-17 09:58:42,901 [main] No active profile set, falling back to default profiles: default
2023-11-17 09:58:46,962 [main] SSHConnectionListener initialized ... !
2023-11-17 09:58:46,965 [main] Filter 'tokenFilter' configured for use
2023-11-17 09:58:48,865 [main] Started SecurityApplication in 6.468 seconds (JVM running for 7.885)
2023-11-17 09:58:48,866 [taskExecutor-1] ----------------出场定时器----------------
2023-11-17 09:58:48,866 [taskExecutor-3] --------无信号班组有效期消息通知启动------
2023-11-17 09:58:48,867 [taskExecutor-2] --------无信号班组有效期消息通知启动------
2023-11-17 09:58:48,867 [taskExecutor-4] --------红名单定时器启动------
2023-11-17 09:58:49,629 [taskExecutor-3] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = 1 and bnst.examine_status = '4'
2023-11-17 09:58:49,645 [taskExecutor-3] ==> Parameters:
2023-11-17 09:58:49,775 [taskExecutor-3] <== Total: 1
2023-11-17 09:58:49,776 [taskExecutor-4] ==> Preparing: SELECT a.id_number AS `key`, a.pro_id AS `value` FROM ( SELECT bwg.id_number, bwg.pro_id, bwg.org_id, COUNT( id_number ) AS likeData, IFNULL( brs.red_num, '100' ) AS num FROM bm_worker_give bwg LEFT JOIN pm_organization po on po.id = bwg.org_id LEFT JOIN pm_company pc on pc.id = po.COMPANY_ID LEFT JOIN bm_redlist_set brs ON brs.org_id = pc.id WHERE bwg.IS_ACTIVE = '1' GROUP BY bwg.id_number, bwg.pro_id HAVING COUNT( id_number ) >= num ) a LEFT JOIN bm_redlist_worker brw ON brw.ID_NUMBER = a.id_number -- AND brw.pro_id = a.pro_id WHERE brw.ID_NUMBER IS NULL
2023-11-17 09:58:49,776 [taskExecutor-3] --------无信号班组有效期消息通知结束------
2023-11-17 09:58:49,777 [taskExecutor-4] ==> Parameters:
2023-11-17 09:58:49,931 [taskExecutor-4] <== Total: 0
2023-11-17 09:58:49,931 [taskExecutor-4] --------红名单定时器结束,共推数据0条------
2023-11-17 09:58:49,931 [taskExecutor-2] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = '1' and bnst.examine_status = '1'
2023-11-17 09:58:49,932 [taskExecutor-2] ==> Parameters:
2023-11-17 09:58:50,035 [taskExecutor-2] <== Total: 1
2023-11-17 09:58:50,035 [taskExecutor-2] --------无信号班组有效期消息通知结束------
2023-11-17 09:59:20,664 [http-nio-1920-exec-9] 验证码7QED用户输入7qed
2023-11-17 09:59:20,795 [http-nio-1920-exec-9] ==> Preparing: select t.id as userId,t.* from sys_user t where t.USERNAME = ? and IS_ACTIVE = 1 and examine_status = 1
2023-11-17 09:59:20,797 [http-nio-1920-exec-9] ==> Parameters: bnsAdmin(String)
2023-11-17 09:59:20,892 [http-nio-1920-exec-9] <== Total: 1
2023-11-17 09:59:20,906 [http-nio-1920-exec-9] ==> Preparing: select distinct p.* from sys_permission p inner join sys_role_permission rp on p.id = rp.permissionId inner join sys_role_user ru on ru.roleId = rp.roleId where ru.userId = ? and p.is_active = '1' order by p.sort
2023-11-17 09:59:20,908 [http-nio-1920-exec-9] ==> Parameters: 249(Long)
2023-11-17 09:59:21,009 [http-nio-1920-exec-9] <== Total: 149
2023-11-17 09:59:21,170 [taskExecutor-5] ==> Preparing: insert into sys_logs(userId, module, flag, remark, createTime) values(?, ?, ?, ?, now())
2023-11-17 09:59:21,175 [taskExecutor-5] ==> Parameters: 249(Long), 登陆(String), true(Boolean), null
2023-11-17 09:59:21,277 [taskExecutor-5] <== Updates: 1
2023-11-17 09:59:29,066 [http-nio-1920-exec-5] ==> Preparing: select COMPANY_ID as companyId from pm_organization where ID = ? and IS_ACTIVE = '1'
2023-11-17 09:59:29,067 [http-nio-1920-exec-5] ==> Parameters: null
2023-11-17 09:59:29,100 [http-nio-1920-exec-5] <== Total: 0
2023-11-17 09:59:29,119 [http-nio-1920-exec-5] ==> Preparing: select ID,`NAME` FROM bm_project WHERE IS_ACTIVE = '1' ORDER BY `NAME` asc
2023-11-17 09:59:29,120 [http-nio-1920-exec-5] ==> Parameters:
2023-11-17 09:59:29,262 [http-nio-1920-exec-5] <== Total: 258
2023-11-17 09:59:29,475 [http-nio-1920-exec-6] ==> Preparing: select COMPANY_ID as companyId from pm_organization where ID = ? and IS_ACTIVE = '1'
2023-11-17 09:59:29,476 [http-nio-1920-exec-6] ==> Parameters: null
2023-11-17 09:59:29,512 [http-nio-1920-exec-6] <== Total: 0
2023-11-17 09:59:29,528 [http-nio-1920-exec-6] ==> Preparing: SELECT count(1) from ( SELECT bwc.id,bw.`NAME`,bw.ID_NUMBER as idNumber,sdd.name as postName, bwc.effectDate,bwc.contractValidDate,bwc.contractCode,bwc.contractType, bwc.contractType as miurInsurance, IF( bwc.sub_contract_url IS NULL, bwc.person_contract_url, bwc.sub_contract_url ) AS url, IF(bwc.contractType = '纸质合同','已签订', IF(( bwc.is_audit = 0 ),'待签订', IF(( bwc.is_audit = 2 ),'审核不通过', IF(bwc.is_audit = 1, IF(( bwcd.is_sign != 0 AND bwcd.is_sign != 1 ),'待签署', IF( bwcd.is_sign = 0 , '未签署', IF ( bwcd.is_sign = 1 , '已签署', '未签署' ))),'未签订' )))) AS stauts FROM bm_worker_record bwr LEFT JOIN bm_worker_contract bwc ON bwc.idCard=bwr.ID_NUMBER and bwc.is_active = '1' LEFT JOIN bm_worker_contract_details bwcd ON bwcd.part_b_idCard = bwr.ID_NUMBER and bwcd.contract_id=bwc.id LEFT JOIN bm_worker bw ON bw.ID_NUMBER=bwr.ID_NUMBER LEFT JOIN sys_dic_detail sdd ON sdd.id=bwr.POST_ID LEFT JOIN bm_project bp ON bp.id = bwr.PROJECT_ID where bwr.IS_ACTIVE = '1' and bw.IS_ACTIVE = '1' GROUP BY bwr.ID_NUMBER ) r
2023-11-17 09:59:29,529 [http-nio-1920-exec-6] ==> Parameters:
2023-11-17 09:59:30,079 [http-nio-1920-exec-6] <== Total: 1
2023-11-17 09:59:30,081 [http-nio-1920-exec-6] ==> Preparing: select * from ( SELECT bwc.id, bw.`NAME`, bp.NAME AS proName, bw.ID_NUMBER AS idNumber, sdd.NAME AS postName, bwc.effectDate, bwc.contractValidDate, bwc.contractCode, bwc.contractType, bwc.contractType AS miurInsurance, IF( bwc.sub_contract_url IS NULL, bwc.person_contract_url, bwc.sub_contract_url ) AS url, IF(bwc.contractType = '纸质合同','已签订', IF(( bwc.is_audit = 0 ),'待签订', IF(( bwc.is_audit = 2 ),'审核不通过', IF(bwc.is_audit = 1, IF(( bwcd.is_sign != 0 AND bwcd.is_sign != 1 ),'待签署', IF( bwcd.is_sign = 0 , '未签署', IF ( bwcd.is_sign = 1 , '已签署', '未签署' ))),'未签订' )))) AS stauts FROM bm_worker_record bwr LEFT JOIN bm_worker_contract bwc ON bwc.idCard = bwr.ID_NUMBER AND bwc.is_active = '1' LEFT JOIN bm_worker_contract_details bwcd ON bwcd.part_b_idCard = bwr.ID_NUMBER AND bwcd.contract_id = bwc.id LEFT JOIN bm_worker bw ON bw.ID_NUMBER = bwr.ID_NUMBER LEFT JOIN sys_dic_detail sdd ON sdd.id = bwr.POST_ID LEFT JOIN bm_project bp ON bp.id = bwr.PROJECT_ID WHERE bwr.IS_ACTIVE = '1' and bw.IS_ACTIVE = '1' GROUP BY bwr.ID_NUMBER ) r limit ?, ?
2023-11-17 09:59:30,082 [http-nio-1920-exec-6] ==> Parameters: 0(Integer), 10(Integer)
2023-11-17 09:59:30,591 [http-nio-1920-exec-6] <== Total: 10
2023-11-17 10:00:00,012 [taskExecutor-6] --------考勤自动审核定时器启动------
2023-11-17 10:00:00,013 [taskExecutor-6] ==> Preparing: update fc_face_contrast ffc INNER JOIN ( SELECT ID FROM fc_face_contrast where upload_time>'2022-06-29 18:00:00' and AUDIT_STATUS='0' and is_active = '1' )ffcx ON ffc.id = ffcx.id set AUDITOR = '-1',AUDIT_STATUS='1',AUDIT_REMARK='系统超时自动审核',AUDIT_TIME = now(),WORK_HOURS = '1'
2023-11-17 10:00:00,013 [taskExecutor-6] ==> Parameters:
2023-11-17 10:00:07,144 [taskExecutor-6] <== Updates: 0
2023-11-17 10:00:07,144 [taskExecutor-6] --------考勤自动审核结束,共推数据0条------
2023-11-17 10:07:47,607 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 15704 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-11-17 10:07:47,610 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-11-17 10:07:47,610 [main] No active profile set, falling back to default profiles: default
2023-11-17 10:07:52,056 [main] SSHConnectionListener initialized ... !
2023-11-17 10:07:52,058 [main] Filter 'tokenFilter' configured for use
2023-11-17 10:07:54,118 [main] Started SecurityApplication in 7.047 seconds (JVM running for 8.507)
2023-11-17 10:07:54,122 [taskExecutor-1] ----------------出场定时器----------------
2023-11-17 10:07:54,122 [taskExecutor-3] --------无信号班组有效期消息通知启动------
2023-11-17 10:07:54,122 [taskExecutor-2] --------无信号班组有效期消息通知启动------
2023-11-17 10:07:54,122 [taskExecutor-4] --------红名单定时器启动------
2023-11-17 10:07:55,130 [taskExecutor-3] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = 1 and bnst.examine_status = '4'
2023-11-17 10:07:55,146 [taskExecutor-3] ==> Parameters:
2023-11-17 10:07:55,276 [taskExecutor-3] <== Total: 1
2023-11-17 10:07:55,277 [taskExecutor-4] ==> Preparing: SELECT a.id_number AS `key`, a.pro_id AS `value` FROM ( SELECT bwg.id_number, bwg.pro_id, bwg.org_id, COUNT( id_number ) AS likeData, IFNULL( brs.red_num, '100' ) AS num FROM bm_worker_give bwg LEFT JOIN pm_organization po on po.id = bwg.org_id LEFT JOIN pm_company pc on pc.id = po.COMPANY_ID LEFT JOIN bm_redlist_set brs ON brs.org_id = pc.id WHERE bwg.IS_ACTIVE = '1' GROUP BY bwg.id_number, bwg.pro_id HAVING COUNT( id_number ) >= num ) a LEFT JOIN bm_redlist_worker brw ON brw.ID_NUMBER = a.id_number -- AND brw.pro_id = a.pro_id WHERE brw.ID_NUMBER IS NULL
2023-11-17 10:07:55,277 [taskExecutor-3] --------无信号班组有效期消息通知结束------
2023-11-17 10:07:55,278 [taskExecutor-4] ==> Parameters:
2023-11-17 10:07:55,439 [taskExecutor-4] <== Total: 0
2023-11-17 10:07:55,439 [taskExecutor-4] --------红名单定时器结束,共推数据0条------
2023-11-17 10:07:55,439 [taskExecutor-2] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = '1' and bnst.examine_status = '1'
2023-11-17 10:07:55,440 [taskExecutor-2] ==> Parameters:
2023-11-17 10:07:55,583 [taskExecutor-2] <== Total: 1
2023-11-17 10:07:55,584 [taskExecutor-2] --------无信号班组有效期消息通知结束------
2023-11-17 10:09:44,880 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 20788 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-11-17 10:09:44,882 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-11-17 10:09:44,882 [main] No active profile set, falling back to default profiles: default
2023-11-17 10:09:49,204 [main] SSHConnectionListener initialized ... !
2023-11-17 10:09:49,208 [main] Filter 'tokenFilter' configured for use
2023-11-17 10:09:51,181 [main] Started SecurityApplication in 6.79 seconds (JVM running for 8.159)
2023-11-17 10:09:51,186 [taskExecutor-1] ----------------出场定时器----------------
2023-11-17 10:09:51,186 [taskExecutor-4] --------红名单定时器启动------
2023-11-17 10:09:51,186 [taskExecutor-3] --------无信号班组有效期消息通知启动------
2023-11-17 10:09:51,186 [taskExecutor-2] --------无信号班组有效期消息通知启动------
2023-11-17 10:09:51,875 [taskExecutor-4] ==> Preparing: SELECT a.id_number AS `key`, a.pro_id AS `value` FROM ( SELECT bwg.id_number, bwg.pro_id, bwg.org_id, COUNT( id_number ) AS likeData, IFNULL( brs.red_num, '100' ) AS num FROM bm_worker_give bwg LEFT JOIN pm_organization po on po.id = bwg.org_id LEFT JOIN pm_company pc on pc.id = po.COMPANY_ID LEFT JOIN bm_redlist_set brs ON brs.org_id = pc.id WHERE bwg.IS_ACTIVE = '1' GROUP BY bwg.id_number, bwg.pro_id HAVING COUNT( id_number ) >= num ) a LEFT JOIN bm_redlist_worker brw ON brw.ID_NUMBER = a.id_number -- AND brw.pro_id = a.pro_id WHERE brw.ID_NUMBER IS NULL
2023-11-17 10:09:51,899 [taskExecutor-4] ==> Parameters:
2023-11-17 10:09:52,010 [taskExecutor-4] <== Total: 0
2023-11-17 10:09:52,011 [taskExecutor-4] --------红名单定时器结束,共推数据0条------
2023-11-17 10:09:52,011 [taskExecutor-3] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = 1 and bnst.examine_status = '4'
2023-11-17 10:09:52,012 [taskExecutor-3] ==> Parameters:
2023-11-17 10:09:52,104 [taskExecutor-3] <== Total: 1
2023-11-17 10:09:52,105 [taskExecutor-2] ==> Preparing: SELECT bnst.id AS id, bp.ID AS proId, bp.`name` AS proName, bs.ID AS subId, bs.SUB_NAME AS subName, bst.ID AS teamId, bst.`NAME` AS teamName, bnst.start_time AS startTime, bnst.stop_time AS stopTime, bnst.remark AS remark, bnst.examine_status AS examineStatus, bnst.examine_opinion AS examineOpinion, bnst.upload_id AS uploadId, su.USERNAME AS uploadName, GROUP_CONCAT(bnstf.file_name) AS fileName, GROUP_CONCAT(bnstf.file_path) AS filePath FROM bm_no_signal_team bnst LEFT JOIN bm_no_signal_team_file bnstf ON bnstf.no_signal_team_id = bnst.id LEFT JOIN bm_project bp ON bp.ID = bnst.pro_id LEFT JOIN bm_subcontractor bs ON bs.ID = bnst.sub_id LEFT JOIN bm_sub_team bst ON bst.ID = bnst.team_id LEFT JOIN sys_user su ON su.ID = bnst.upload_id WHERE bnst.is_active = '1' and bnst.examine_status = '1'
2023-11-17 10:09:52,105 [taskExecutor-3] --------无信号班组有效期消息通知结束------
2023-11-17 10:09:52,105 [taskExecutor-2] ==> Parameters:
2023-11-17 10:09:52,205 [taskExecutor-2] <== Total: 1
2023-11-17 10:09:52,205 [taskExecutor-2] --------无信号班组有效期消息通知结束------
2023-11-17 10:10:09,799 [http-nio-1920-exec-5] ==> Preparing: select COMPANY_ID as companyId from pm_organization where ID = ? and IS_ACTIVE = '1'
2023-11-17 10:10:09,800 [http-nio-1920-exec-5] ==> Parameters: null
2023-11-17 10:10:09,831 [http-nio-1920-exec-5] <== Total: 0
2023-11-17 10:10:09,844 [http-nio-1920-exec-5] ==> Preparing: select ID,`NAME` FROM bm_project WHERE IS_ACTIVE = '1' ORDER BY `NAME` asc
2023-11-17 10:10:09,844 [http-nio-1920-exec-5] ==> Parameters:
2023-11-17 10:10:10,004 [http-nio-1920-exec-5] <== Total: 258
2023-11-17 10:10:10,208 [http-nio-1920-exec-8] ==> Preparing: select COMPANY_ID as companyId from pm_organization where ID = ? and IS_ACTIVE = '1'
2023-11-17 10:10:10,208 [http-nio-1920-exec-8] ==> Parameters: null
2023-11-17 10:10:10,238 [http-nio-1920-exec-8] <== Total: 0
2023-11-17 10:10:10,246 [http-nio-1920-exec-8] ==> Preparing: SELECT count(1) from ( SELECT bwc.id,bw.`NAME`,bw.ID_NUMBER as idNumber,sdd.name as postName, bwc.effectDate,bwc.contractValidDate,bwc.contractCode,bwc.contractType, bwc.contractType as miurInsurance, IF( bwc.sub_contract_url IS NULL, bwc.person_contract_url, bwc.sub_contract_url ) AS url, IF(bwc.contractType = '纸质合同','已签订', IF(( bwc.is_audit = 0 ),'待签订', IF(( bwc.is_audit = 2 ),'审核不通过', IF(bwc.is_audit = 1, IF(( bwcd.is_sign != 0 AND bwcd.is_sign != 1 ),'待签署', IF( bwcd.is_sign = 0 , '未签署', IF ( bwcd.is_sign = 1 , '已签署', '未签署' ))),'未签订' )))) AS stauts FROM bm_worker_record bwr LEFT JOIN bm_worker_contract bwc ON bwc.idCard=bwr.ID_NUMBER and bwc.is_active = '1' LEFT JOIN bm_worker_contract_details bwcd ON bwcd.part_b_idCard = bwr.ID_NUMBER and bwcd.contract_id=bwc.id LEFT JOIN bm_worker bw ON bw.ID_NUMBER=bwr.ID_NUMBER LEFT JOIN sys_dic_detail sdd ON sdd.id=bwr.POST_ID LEFT JOIN bm_project bp ON bp.id = bwr.PROJECT_ID where bwr.IS_ACTIVE = '1' and bw.IS_ACTIVE = '1' GROUP BY bwr.ID_NUMBER ) r
2023-11-17 10:10:10,248 [http-nio-1920-exec-8] ==> Parameters:
2023-11-17 10:10:10,757 [http-nio-1920-exec-8] <== Total: 1
2023-11-17 10:10:10,758 [http-nio-1920-exec-8] ==> Preparing: select * from ( SELECT bwc.id, bw.`NAME`, bp.NAME AS proName, bw.ID_NUMBER AS idNumber, sdd.NAME AS postName, bwc.effectDate, bwc.contractValidDate, bwc.contractCode, bwc.contractType, bwc.contractType AS miurInsurance, IF( bwc.sub_contract_url IS NULL, bwc.person_contract_url, bwc.sub_contract_url ) AS url, IF(bwc.contractType = '纸质合同','已签订', IF(( bwc.is_audit = 0 ),'待签订', IF(( bwc.is_audit = 2 ),'审核不通过', IF(bwc.is_audit = 1, IF(( bwcd.is_sign != 0 AND bwcd.is_sign != 1 ),'待签署', IF( bwcd.is_sign = 0 , '未签署', IF ( bwcd.is_sign = 1 , '已签署', '未签署' ))),'未签订' )))) AS stauts FROM bm_worker_record bwr LEFT JOIN bm_worker_contract bwc ON bwc.idCard = bwr.ID_NUMBER AND bwc.is_active = '1' LEFT JOIN bm_worker_contract_details bwcd ON bwcd.part_b_idCard = bwr.ID_NUMBER AND bwcd.contract_id = bwc.id LEFT JOIN bm_worker bw ON bw.ID_NUMBER = bwr.ID_NUMBER LEFT JOIN sys_dic_detail sdd ON sdd.id = bwr.POST_ID LEFT JOIN bm_project bp ON bp.id = bwr.PROJECT_ID WHERE bwr.IS_ACTIVE = '1' and bw.IS_ACTIVE = '1' GROUP BY bwr.ID_NUMBER ) r limit ?, ?
2023-11-17 10:10:10,759 [http-nio-1920-exec-8] ==> Parameters: 0(Integer), 10(Integer)
2023-11-17 10:10:11,325 [http-nio-1920-exec-8] <== Total: 10
2023-11-17 10:39:51,178 [taskExecutor-5] ----------------出场定时器----------------
2023-11-17 10:39:51,178 [taskExecutor-6] --------无信号班组有效期消息通知启动------
2023-11-17 10:39:51,178 [taskExecutor-7] --------无信号班组有效期消息通知启动------
2023-11-17 11:09:51,179 [taskExecutor-8] ----------------出场定时器----------------
2023-11-17 11:09:51,179 [taskExecutor-11] --------红名单定时器启动------
2023-11-17 11:09:51,179 [taskExecutor-9] --------无信号班组有效期消息通知启动------
2023-11-17 11:09:51,179 [taskExecutor-10] --------无信号班组有效期消息通知启动------
2023-11-17 11:39:51,189 [taskExecutor-12] ----------------出场定时器----------------
2023-11-17 11:39:51,189 [taskExecutor-13] --------无信号班组有效期消息通知启动------
2023-11-17 11:39:51,189 [taskExecutor-14] --------无信号班组有效期消息通知启动------
2023-11-17 12:00:00,031 [taskExecutor-16] --------推送人员定时器启动-------
2023-11-17 12:00:00,031 [taskExecutor-15] --------请求培训数据定时器开启-------
2023-11-17 12:09:51,184 [taskExecutor-17] ----------------出场定时器----------------
2023-11-17 12:09:51,185 [taskExecutor-18] --------无信号班组有效期消息通知启动------
2023-11-17 12:09:51,185 [taskExecutor-19] --------无信号班组有效期消息通知启动------
2023-11-17 12:09:51,185 [taskExecutor-20] --------红名单定时器启动------
2023-11-17 12:39:51,181 [taskExecutor-21] ----------------出场定时器----------------
2023-11-17 12:39:51,181 [taskExecutor-22] --------无信号班组有效期消息通知启动------
2023-11-17 12:39:51,181 [taskExecutor-23] --------无信号班组有效期消息通知启动------
2023-11-17 13:09:51,183 [taskExecutor-24] ----------------出场定时器----------------
2023-11-17 13:09:51,183 [taskExecutor-25] --------无信号班组有效期消息通知启动------
2023-11-17 13:09:51,183 [taskExecutor-26] --------无信号班组有效期消息通知启动------
2023-11-17 13:09:51,183 [taskExecutor-27] --------红名单定时器启动------
2023-11-17 13:39:51,185 [taskExecutor-28] ----------------出场定时器----------------
2023-11-17 13:39:51,185 [taskExecutor-29] --------无信号班组有效期消息通知启动------
2023-11-17 13:39:51,186 [taskExecutor-30] --------无信号班组有效期消息通知启动------
2023-11-17 14:09:51,192 [taskExecutor-31] ----------------出场定时器----------------
2023-11-17 14:09:51,193 [taskExecutor-32] --------无信号班组有效期消息通知启动------
2023-11-17 14:09:51,193 [taskExecutor-33] --------无信号班组有效期消息通知启动------
2023-11-17 14:09:51,193 [taskExecutor-34] --------红名单定时器启动------
2023-11-17 14:39:51,186 [taskExecutor-35] ----------------出场定时器----------------
2023-11-17 14:39:51,187 [taskExecutor-36] --------无信号班组有效期消息通知启动------
2023-11-17 14:39:51,187 [taskExecutor-37] --------无信号班组有效期消息通知启动------
2023-11-17 15:00:00,033 [taskExecutor-38] --------考勤自动审核定时器启动------
2023-11-17 15:09:51,186 [taskExecutor-39] ----------------出场定时器----------------
2023-11-17 15:09:51,186 [taskExecutor-40] --------无信号班组有效期消息通知启动------
2023-11-17 15:09:51,186 [taskExecutor-41] --------无信号班组有效期消息通知启动------
2023-11-17 15:09:51,187 [taskExecutor-42] --------红名单定时器启动------
2023-11-17 15:39:51,188 [taskExecutor-43] ----------------出场定时器----------------
2023-11-17 15:39:51,191 [taskExecutor-44] --------无信号班组有效期消息通知启动------
2023-11-17 15:39:51,192 [taskExecutor-45] --------无信号班组有效期消息通知启动------
2023-11-17 16:09:51,189 [taskExecutor-46] ----------------出场定时器----------------
2023-11-17 16:09:51,189 [taskExecutor-47] --------无信号班组有效期消息通知启动------
2023-11-17 16:09:51,190 [taskExecutor-48] --------无信号班组有效期消息通知启动------
2023-11-17 16:09:51,191 [taskExecutor-49] --------红名单定时器启动------
2023-11-17 16:39:51,193 [taskExecutor-50] ----------------出场定时器----------------
2023-11-17 16:39:51,194 [taskExecutor-50] --------无信号班组有效期消息通知启动------
2023-11-17 16:39:51,198 [taskExecutor-1] --------无信号班组有效期消息通知启动------
2023-11-17 17:09:51,192 [taskExecutor-3] ----------------出场定时器----------------
2023-11-17 17:09:51,193 [taskExecutor-3] --------无信号班组有效期消息通知启动------
2023-11-17 17:09:51,193 [taskExecutor-2] --------无信号班组有效期消息通知启动------
2023-11-17 17:09:51,195 [taskExecutor-5] --------红名单定时器启动------
2023-11-17 17:39:51,214 [taskExecutor-12] ----------------出场定时器----------------
2023-11-17 17:39:51,215 [taskExecutor-12] --------无信号班组有效期消息通知启动------
2023-11-17 17:39:51,217 [taskExecutor-21] --------无信号班组有效期消息通知启动------
2023-11-17 18:09:51,185 [taskExecutor-24] ----------------出场定时器----------------
2023-11-17 18:09:51,187 [taskExecutor-24] --------无信号班组有效期消息通知启动------
2023-11-17 18:09:51,191 [taskExecutor-28] --------无信号班组有效期消息通知启动------
2023-11-17 18:09:51,193 [taskExecutor-31] --------红名单定时器启动------
2023-11-17 18:39:51,188 [taskExecutor-39] ----------------出场定时器----------------
2023-11-17 18:39:51,188 [taskExecutor-43] --------无信号班组有效期消息通知启动------
2023-11-17 18:39:51,189 [taskExecutor-46] --------无信号班组有效期消息通知启动------