md
This commit is contained in:
parent
bd95ed8408
commit
595c0265fc
@ -81,10 +81,9 @@
|
||||
|
||||
|
||||
<select id="selectPackDtlListByPackNo" parameterType="String" resultMap="EmisTmsPackDtlResult">
|
||||
<include refid="selectEmisTmsPackDtlVo"/>
|
||||
<where>
|
||||
del_flag='0' and pack_no=#{packNo}
|
||||
</where>
|
||||
select id, pack_no, bill_code, main_bill_code, bl_sub_bill, scan_date, scan_status, pack_status, scan_man, scan_site, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
|
||||
from emis_tms_pack_dtl a
|
||||
where del_flag='0' and pack_no=#{packNo}
|
||||
</select>
|
||||
|
||||
<select id="checkUnique" parameterType="EmisTmsPackDtl" resultType="int">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user