diff --git a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml index 8c85f2aa4..54b4e9d45 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml @@ -112,6 +112,11 @@ where b.del_flag='0' and waybill_status !='0' and a.main_bill_code=b.bill_code + + + and ( FIND_IN_SET(b.`bill_code`,#{params.billCode}) or b.bill_code like concat('%', #{params.billCode}, '%') ) + + and DATE(b.send_date)=#{params.sendDay} @@ -134,7 +139,6 @@ and b.send_date #{params.endSendDate} - and ( a.dispatch_underling_site_code in (