md
This commit is contained in:
parent
7c021b24a9
commit
40ba81465a
@ -469,21 +469,16 @@
|
||||
<!-- 有发未到 -->
|
||||
<if test="params.queryHasSendNotArrive != null and params.queryHasSendNotArrive == 1 ">
|
||||
and scan_type='20'
|
||||
and not exists (
|
||||
select 1 from emis_tms_scan_record b
|
||||
where b.del_flag='0' and a.bill_code=b.bill_code
|
||||
and b.scan_site=a.pre_or_next_station_code
|
||||
and b.scan_type='30'
|
||||
and main_bill_code not in(
|
||||
select main_bill_code from emis_tms_scan_record b where b.del_flag='0' and b.scan_type='30' and b.scan_site_code=a.pre_or_next_station_code
|
||||
)
|
||||
</if>
|
||||
|
||||
<!-- 有到未发 -->
|
||||
<if test="params.queryHasArriveNotSend != null and params.queryHasArriveNotSend == 1 ">
|
||||
and scan_type='30'
|
||||
and not exists (
|
||||
select 1 from emis_tms_scan_record b
|
||||
where b.del_flag='0' and a.bill_code=b.bill_code
|
||||
and b.pre_or_next_station_code=a.scan_site and b.scan_type='20'
|
||||
and main_bill_code not in(
|
||||
select main_bill_code from emis_tms_scan_record b where b.del_flag='0' and b.scan_type='20' and b.pre_or_next_station_code=a.scan_site_code
|
||||
)
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user