demand: tms-运输管理-货物组批次-组批次验重规则增加根据提单号验重规则
This commit is contained in:
parent
fc2b770286
commit
f80f9983ec
@ -333,6 +333,9 @@
|
||||
and start_site_code = #{startSiteCode}
|
||||
and next_site_code = #{nextSiteCode}
|
||||
and supplier_code=#{supplierCode}
|
||||
<if test="carNo != null and carNo != ''">
|
||||
and car_no = #{carNo}
|
||||
</if>
|
||||
and batch_no in (select batch_no from emis_tms_site_batch_dtl where del_flag='0'
|
||||
and FIND_IN_SET(`bill_code`
|
||||
, #{params.billCode}) )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user