This commit is contained in:
linfso 2025-01-03 17:23:35 +08:00
parent 7274540bd9
commit 2e72cd063e

View File

@ -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}, '%')