From 36a841e933c8f29e21282088816c8d84e240580f Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 4 Nov 2025 16:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8F=E9=99=A2=E9=87=87=E8=A1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zycx/src/main/resources/mapper/ZycxMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zycx/src/main/resources/mapper/ZycxMapper.xml b/zycx/src/main/resources/mapper/ZycxMapper.xml index 105a9be..8db5122 100644 --- a/zycx/src/main/resources/mapper/ZycxMapper.xml +++ b/zycx/src/main/resources/mapper/ZycxMapper.xml @@ -11,8 +11,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" (select zdmc from com_dict where zdlb = 'SRD' AND zddh = a.bbsjr) as bbsjrname, (select yhxm from com_usr where yhdh = a.zxys) as zxysname, (select yhxm from com_usr where yhdh = a.jsys) as jsysname, - (select zdmc from com_dict where zdlb = 'DP' AND zddh = a.ksdh) as ksname - from lab_reqmain a,lab_feeitemclass b where a.bgddh = b.sflbdh + (select zdmc from com_dict where zdlb = 'DP' AND zddh = a.ksdh) as ksname, + c.confirmdt as confirmdt + from lab_reqmain a,lab_feeitemclass b,lab_pat c where a.bgddh = b.sflbdh and a.sqh = c.sqh