md
This commit is contained in:
parent
7274540bd9
commit
2e72cd063e
@ -91,6 +91,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and confirm_status= '2'
|
||||
</if>
|
||||
|
||||
|
||||
and EXISTS (
|
||||
select 1 from emis_waybill ewb
|
||||
where a.bill_code=ewb.bill_code and ewb.pickup_method in('1','3') and ewb.order_status in ('0','1','3')
|
||||
)
|
||||
|
||||
<if test="searchValue != null and searchValue !='' ">
|
||||
and (
|
||||
a.in_no like concat('%', #{searchValue}, '%')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user