Compare commits
2 Commits
287374324d
...
93c7e5b140
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93c7e5b140 | ||
|
|
628126f6b9 |
@ -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;
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user