12345678910111213141516171819202122232425262728293031 |
- - [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 = ?
- - [2025-05-11 10:04:22.407] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.roleByUserCode] --> ==> Parameters: 00001(String)
- - [2025-05-11 10:04:22.418] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.roleByUserCode] --> <== Total: 1
- - [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
- - [2025-05-11 10:04:22.420] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.selectAll] --> ==> Parameters:
- - [2025-05-11 10:04:22.429] [DEBUG] [http-nio-9205-exec-1] [c.w.m.r.R.selectAll] --> <== Total: 0
- - [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
- - [2025-05-11 10:04:23.602] [DEBUG] [http-nio-9205-exec-9] [c.w.m.r.R.selectPermissionsByUserCode] --> ==> Parameters: 1(String)
- - [2025-05-11 10:04:23.603] [DEBUG] [http-nio-9205-exec-9] [c.w.m.r.R.selectPermissionsByUserCode] --> <== Total: 0
- - [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 = ?
- - [2025-05-11 10:05:01.528] [DEBUG] [http-nio-9205-exec-8] [c.w.m.L.getUserInfoByCode] --> ==> Parameters: 05(String)
- - [2025-05-11 10:05:01.530] [DEBUG] [http-nio-9205-exec-8] [c.w.m.L.getUserInfoByCode] --> <== Total: 1
- - [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,
- dept_name=(select rtrim(d.name) from zd_unit_code d where d.code=a.dept_code),
- apply_date,a.inpatient_no,a.admiss_times,b.doctor_zd,b.doctor_mz,b.nurse_qx,b.nurse_xh,
- doctor_zd_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.doctor_zd),
- doctor_mz_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.doctor_mz),
- nurse_xh_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.nurse_xh),
- nurse_qx_name=(select rtrim(d.name) from a_employee_mi d where d.code=b.nurse_qx),
- apply_doc_name=(select rtrim(d.name) from a_employee_mi d where d.code=a.apply_doc),
- status,status as status_name,patient_type,op_code,op_name,op_datetime,hocus_code,
- hocus_name=(select rtrim(d.name) from zd_anaesthesia d where d.code=a.hocus_code)
- from op_record a,op_record_join b,zy_actpatient c
- where a.record_id=b.record_id and c.ward=? and a.inpatient_no=c.inpatient_no
- and a.admiss_times=c.admiss_times
- and apply_date >= ?
- and apply_date <= ?
- order by a.inpatient_no
- - [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)
- - [2025-05-11 12:17:51.758] [INFO] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource] --> HikariPool-1 - Shutdown initiated...
- - [2025-05-11 12:17:51.764] [INFO] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource] --> HikariPool-1 - Shutdown completed.
|