From bb9fd6f1fad1a20e7536fad50f7f8c7d932a9011 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 02 九月 2025 23:17:36 +0800 Subject: [PATCH] 查询超时问题处理 --- smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml index e1d9330..16ef881 100644 --- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml @@ -175,7 +175,9 @@ leavediagname, leaveicd10code, orgid, - visit_type + visit_type, + management_doctor, + management_doctor_code from service_subtask </sql> -- Gitblit v1.9.3