Compare commits
No commits in common. "93c7e5b1403d2a05d98f27a34b8789ddc736e2c7" and "287374324d6927b94966bf8149a97b913ccbbc90" have entirely different histories.
93c7e5b140
...
287374324d
@ -73,7 +73,6 @@ public class Web_getBarcode {
|
|||||||
private Date st;
|
private Date st;
|
||||||
private Date et;
|
private Date et;
|
||||||
private String jymd;
|
private String jymd;
|
||||||
private Date sjsj;
|
|
||||||
|
|
||||||
private String queryType;
|
private String queryType;
|
||||||
private String queryValue;
|
private String queryValue;
|
||||||
|
|||||||
@ -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 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.zxys) as zxysname,
|
||||||
(select yhxm from com_usr where yhdh = a.jsys) as jsysname,
|
(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
|
(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)
|
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)
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
<select id="getSQDInfo" parameterType="com.czlis.zycx.pojo.Web_getBarcode" resultType="com.czlis.zycx.pojo.Web_getBarcode">
|
<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