From 628126f6b9a193cfefafbcdc7ed821713037f422 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Mon, 26 Jan 2026 15:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8F=E9=99=A2=E6=9D=A1=E7=A0=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zycx/src/main/java/com/czlis/zycx/pojo/Web_getBarcode.java | 1 + zycx/src/main/resources/mapper/ZycxMapper.xml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zycx/src/main/java/com/czlis/zycx/pojo/Web_getBarcode.java b/zycx/src/main/java/com/czlis/zycx/pojo/Web_getBarcode.java index f5b87a6..2d9cd25 100644 --- a/zycx/src/main/java/com/czlis/zycx/pojo/Web_getBarcode.java +++ b/zycx/src/main/java/com/czlis/zycx/pojo/Web_getBarcode.java @@ -73,6 +73,7 @@ public class Web_getBarcode { private Date st; private Date et; private String jymd; + private Date sjsj; private String queryType; private String queryValue; diff --git a/zycx/src/main/resources/mapper/ZycxMapper.xml b/zycx/src/main/resources/mapper/ZycxMapper.xml index 0da8507..9da20bd 100644 --- a/zycx/src/main/resources/mapper/ZycxMapper.xml +++ b/zycx/src/main/resources/mapper/ZycxMapper.xml @@ -11,9 +11,8 @@ 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, - c.confirmdt as confirmdt - from lab_reqmain a left join lab_feeitemclass b on (a.bgddh = b.sflbdh) left join lab_pat c on (a.sqh = c.sqh) + (select zdmc from com_dict where zdlb = 'DP' AND zddh = a.ksdh) as ksname + from lab_reqmain a left join lab_feeitemclass b on (a.bgddh = b.sflbdh)