This commit is contained in:
linfso 2024-06-24 21:47:19 +08:00
parent bd95ed8408
commit 595c0265fc

View File

@ -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">