Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f5775d106e
@ -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,lab_feeitemclass b where 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,lab_feeitemclass b,lab_pat c where a.bgddh = b.sflbdh and a.sqh = c.sqh
|
||||
</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