Compare commits

..

No commits in common. "93c7e5b1403d2a05d98f27a34b8789ddc736e2c7" and "287374324d6927b94966bf8149a97b913ccbbc90" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,6 @@ 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,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 left join lab_feeitemclass b on (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 left join lab_feeitemclass b on (a.bgddh = b.sflbdh) left join lab_pat c on (a.sqh = c.sqh)
</sql>
<select id="getSQDInfo" parameterType="com.czlis.zycx.pojo.Web_getBarcode" resultType="com.czlis.zycx.pojo.Web_getBarcode">