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