all_spring-boot-logback.log 3.4 KB

12345678910111213141516171819202122232425262728293031
  1. - [2025-05-11 10:04:22.403] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.roleByUserCode] --> ==> Preparing: select role_id from dj_user_role where user_code = ?
  2. - [2025-05-11 10:04:22.407] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.roleByUserCode] --> ==> Parameters: 00001(String)
  3. - [2025-05-11 10:04:22.418] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.roleByUserCode] --> <== Total: 1
  4. - [2025-05-11 10:04:22.420] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.selectAll] --> ==> Preparing: select id, name, page_json, type, parent_id, del_flag from report_forms_v2 where del_flag = 0
  5. - [2025-05-11 10:04:22.420] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.selectAll] --> ==> Parameters:
  6. - [2025-05-11 10:04:22.429] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.selectAll] --> <== Total: 0
  7. - [2025-05-11 10:04:23.601] [DEBUG] [http-nio-9205-exec-9] [c.w.m.r.R.selectPermissionsByUserCode] --> ==> Preparing: select rule_id from report_forms_rules_v2 a, report_forms_v2 b where a.rule_id = b.id and role_code = ? and type = 0
  8. - [2025-05-11 10:04:23.602] [DEBUG] [http-nio-9205-exec-9] [c.w.m.r.R.selectPermissionsByUserCode] --> ==> Parameters: 1(String)
  9. - [2025-05-11 10:04:23.603] [DEBUG] [http-nio-9205-exec-9] [c.w.m.r.R.selectPermissionsByUserCode] --> <== Total: 0
  10. - [2025-05-11 10:05:01.528] [DEBUG] [http-nio-9205-exec-8] [c.w.m.L.getUserInfoByCode] --> ==> Preparing: select code,password,name from dj_user_base where code = ?
  11. - [2025-05-11 10:05:01.528] [DEBUG] [http-nio-9205-exec-8] [c.w.m.L.getUserInfoByCode] --> ==> Parameters: 05(String)
  12. - [2025-05-11 10:05:01.530] [DEBUG] [http-nio-9205-exec-8] [c.w.m.L.getUserInfoByCode] --> <== Total: 1
  13. - [2025-05-11 10:07:02.568] [INFO] [http-nio-9205-exec-5] [/工作集成平台/手术/病房在院患者手术统计(/intergration/surgery/wardSurgeryInquiry)] --> 执行SQL:select a.record_id,patient_name,dept_code,op_scale, op_scale as op_scale_name,urgent_clinic_flag,
  14. dept_name=(select rtrim(d.name) from zd_unit_code d where d.code=a.dept_code),
  15. apply_date,a.inpatient_no,a.admiss_times,b.doctor_zd,b.doctor_mz,b.nurse_qx,b.nurse_xh,
  16. doctor_zd_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.doctor_zd),
  17. doctor_mz_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.doctor_mz),
  18. nurse_xh_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.nurse_xh),
  19. nurse_qx_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.nurse_qx),
  20. apply_doc_name=(select rtrim(d.name) from a_employee_mi d where d.code=a.apply_doc),
  21. status,status as status_name,patient_type,op_code,op_name,op_datetime,hocus_code,
  22. hocus_name=(select rtrim(d.name) from zd_anaesthesia d where d.code=a.hocus_code)
  23. from op_record a,op_record_join b,zy_actpatient c
  24. where a.record_id=b.record_id and c.ward=? and a.inpatient_no=c.inpatient_no
  25. and a.admiss_times=c.admiss_times
  26. and apply_date >= ?
  27. and apply_date <= ?
  28. order by a.inpatient_no
  29. - [2025-05-11 10:07:02.568] [INFO] [http-nio-9205-exec-5] [/工作集成平台/手术/病房在院患者手术统计(/intergration/surgery/wardSurgeryInquiry)] --> SQL参数:8000002(String), 2025-05-04 00:00:00(String), 2025-05-11 23:59:59(String)
  30. - [2025-05-11 12:17:51.758] [INFO] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource] --> HikariPool-1 - Shutdown initiated...
  31. - [2025-05-11 12:17:51.764] [INFO] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource] --> HikariPool-1 - Shutdown completed.