住院条码查询

This commit is contained in:
jiangs 2026-01-26 15:25:15 +08:00
parent 652263c057
commit 628126f6b9
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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)
</sql>
<select id="getSQDInfo" parameterType="com.czlis.zycx.pojo.Web_getBarcode" resultType="com.czlis.zycx.pojo.Web_getBarcode">