hd_real_name/logs/sys-back.log.sql.2023-06-19.0

92 lines
8.6 KiB
Plaintext
Raw Permalink 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-06-19 15:13:28,293 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 18024 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-06-19 15:13:28,301 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-06-19 15:13:28,301 [main] No active profile set, falling back to default profiles: default
2023-06-19 15:13:50,979 [main] SSHConnectionListener initialized ... !
2023-06-19 15:13:50,983 [main] Filter 'tokenFilter' configured for use
2023-06-19 15:13:53,767 [main] Started SecurityApplication in 26.547 seconds (JVM running for 28.758)
2023-06-19 15:14:34,139 [http-nio-1920-exec-3] 验证码9RNN用户输入9rnn
2023-06-19 15:14:35,456 [http-nio-1920-exec-3] ==> Preparing: select t.id as userId,t.* from sys_user t where t.USERNAME = ? and IS_ACTIVE = 1 and examine_status = 1
2023-06-19 15:14:35,498 [http-nio-1920-exec-3] ==> Parameters: bnsAdmin(String)
2023-06-19 15:14:35,577 [http-nio-1920-exec-3] <== Total: 1
2023-06-19 15:14:35,588 [http-nio-1920-exec-3] ==> 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-06-19 15:14:35,589 [http-nio-1920-exec-3] ==> Parameters: 249(Long)
2023-06-19 15:14:35,692 [http-nio-1920-exec-3] <== Total: 150
2023-06-19 15:14:35,872 [taskExecutor-1] ==> Preparing: insert into sys_logs(userId, module, flag, remark, createTime) values(?, ?, ?, ?, now())
2023-06-19 15:14:35,876 [taskExecutor-1] ==> Parameters: 249(Long), 登陆(String), true(Boolean), null
2023-06-19 15:14:35,974 [taskExecutor-1] <== Updates: 1
2023-06-19 15:14:42,196 [http-nio-1920-exec-6] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:14:42,197 [http-nio-1920-exec-6] ==> Parameters:
2023-06-19 15:14:42,248 [http-nio-1920-exec-6] <== Total: 1
2023-06-19 15:14:42,249 [http-nio-1920-exec-6] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:14:42,250 [http-nio-1920-exec-6] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:14:42,296 [http-nio-1920-exec-6] <== Total: 2
2023-06-19 15:19:26,822 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 14280 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-06-19 15:19:26,848 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-06-19 15:19:26,849 [main] No active profile set, falling back to default profiles: default
2023-06-19 15:19:37,704 [main] SSHConnectionListener initialized ... !
2023-06-19 15:19:37,707 [main] Filter 'tokenFilter' configured for use
2023-06-19 15:19:40,347 [main] Started SecurityApplication in 14.878 seconds (JVM running for 17.866)
2023-06-19 15:21:55,906 [http-nio-1920-exec-1] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:21:55,931 [http-nio-1920-exec-1] ==> Parameters:
2023-06-19 15:21:56,002 [http-nio-1920-exec-1] <== Total: 1
2023-06-19 15:21:56,005 [http-nio-1920-exec-1] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:21:56,007 [http-nio-1920-exec-1] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:21:56,050 [http-nio-1920-exec-1] <== Total: 2
2023-06-19 15:22:17,318 [http-nio-1920-exec-10] ==> Preparing: delete from bm_miss_enum where id = ?
2023-06-19 15:22:17,319 [http-nio-1920-exec-10] ==> Parameters: 8(Long)
2023-06-19 15:22:17,404 [http-nio-1920-exec-10] <== Updates: 1
2023-06-19 15:22:17,414 [http-nio-1920-exec-9] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:22:17,414 [http-nio-1920-exec-9] ==> Parameters:
2023-06-19 15:22:17,455 [http-nio-1920-exec-9] <== Total: 1
2023-06-19 15:22:17,456 [http-nio-1920-exec-9] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:22:17,456 [http-nio-1920-exec-9] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:22:17,498 [http-nio-1920-exec-9] <== Total: 1
2023-06-19 15:24:44,808 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 10484 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-06-19 15:24:44,817 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-06-19 15:24:44,818 [main] No active profile set, falling back to default profiles: default
2023-06-19 15:24:57,609 [main] SSHConnectionListener initialized ... !
2023-06-19 15:24:57,611 [main] Filter 'tokenFilter' configured for use
2023-06-19 15:25:00,285 [main] Started SecurityApplication in 17.563 seconds (JVM running for 20.847)
2023-06-19 15:26:01,382 [http-nio-1920-exec-6] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:26:01,416 [http-nio-1920-exec-6] ==> Parameters:
2023-06-19 15:26:01,501 [http-nio-1920-exec-6] <== Total: 1
2023-06-19 15:26:01,505 [http-nio-1920-exec-6] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:26:01,506 [http-nio-1920-exec-6] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:26:01,555 [http-nio-1920-exec-6] <== Total: 1
2023-06-19 15:26:04,699 [http-nio-1920-exec-1] ==> Preparing: update bm_miss_enum set is_active = '0' where id = ?
2023-06-19 15:26:04,700 [http-nio-1920-exec-1] ==> Parameters: 7(Long)
2023-06-19 15:26:04,799 [http-nio-1920-exec-1] <== Updates: 1
2023-06-19 15:26:04,817 [http-nio-1920-exec-5] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:26:04,818 [http-nio-1920-exec-5] ==> Parameters:
2023-06-19 15:26:04,866 [http-nio-1920-exec-5] <== Total: 1
2023-06-19 15:26:19,489 [http-nio-1920-exec-6] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:26:19,490 [http-nio-1920-exec-6] ==> Parameters:
2023-06-19 15:26:19,546 [http-nio-1920-exec-6] <== Total: 1
2023-06-19 15:26:19,546 [http-nio-1920-exec-6] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:26:19,547 [http-nio-1920-exec-6] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:26:19,597 [http-nio-1920-exec-6] <== Total: 1
2023-06-19 15:26:35,120 [http-nio-1920-exec-9] ==> Preparing: update bm_miss_enum set is_active = '0' where id = ?
2023-06-19 15:26:35,121 [http-nio-1920-exec-9] ==> Parameters: 7(Long)
2023-06-19 15:26:35,217 [http-nio-1920-exec-9] <== Updates: 1
2023-06-19 15:26:50,715 [http-nio-1920-exec-8] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:26:50,716 [http-nio-1920-exec-8] ==> Parameters:
2023-06-19 15:26:50,775 [http-nio-1920-exec-8] <== Total: 1
2023-06-19 15:27:16,771 [main] Starting SecurityApplication using Java 1.8.0_25 on BNS-BD19 with PID 15556 (E:\work\gz_workspace\gzRealNameBackstageManageWeb\target\classes started by admin in E:\work\gz_workspace\gzRealNameBackstageManageWeb)
2023-06-19 15:27:16,773 [main] Running with Spring Boot v2.4.5, Spring v5.3.6
2023-06-19 15:27:16,774 [main] No active profile set, falling back to default profiles: default
2023-06-19 15:27:26,252 [main] SSHConnectionListener initialized ... !
2023-06-19 15:27:26,255 [main] Filter 'tokenFilter' configured for use
2023-06-19 15:27:28,388 [main] Started SecurityApplication in 12.277 seconds (JVM running for 14.162)
2023-06-19 15:28:12,785 [http-nio-1920-exec-3] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:28:12,805 [http-nio-1920-exec-3] ==> Parameters:
2023-06-19 15:28:12,885 [http-nio-1920-exec-3] <== Total: 1
2023-06-19 15:28:12,890 [http-nio-1920-exec-3] ==> Preparing: SELECT id, china_des, eng_des, pic FROM bm_miss_enum WHERE is_active = '1' limit ?,?
2023-06-19 15:28:12,891 [http-nio-1920-exec-3] ==> Parameters: 0(Integer), 10(Integer)
2023-06-19 15:28:12,940 [http-nio-1920-exec-3] <== Total: 1
2023-06-19 15:28:15,582 [http-nio-1920-exec-5] ==> Preparing: update bm_miss_enum set is_active = '0' where id = ?
2023-06-19 15:28:15,583 [http-nio-1920-exec-5] ==> Parameters: 7(Long)
2023-06-19 15:28:15,683 [http-nio-1920-exec-5] <== Updates: 1
2023-06-19 15:28:15,694 [http-nio-1920-exec-8] ==> Preparing: SELECT count(id) FROM bm_miss_enum WHERE is_active = '1'
2023-06-19 15:28:15,695 [http-nio-1920-exec-8] ==> Parameters:
2023-06-19 15:28:15,743 [http-nio-1920-exec-8] <== Total: 1