md
This commit is contained in:
parent
743f58a951
commit
432eca663e
@ -552,7 +552,19 @@
|
||||
|
||||
<!-- 收件 -->
|
||||
<if test="params.omsOrderTab != null and params.omsOrderTab == 2 ">
|
||||
a.receive_mobile=#{params.queryPhone}
|
||||
|
||||
<if test="params.queryPhone != null and params.queryPhone != '' ">
|
||||
a.receive_mobile=#{params.queryPhone}
|
||||
</if>
|
||||
|
||||
<if test="params.queryPhone == null or ( params.queryPhone != null and params.queryPhone == '' ) ">
|
||||
and exists (
|
||||
select 1 from emis_customer_user ecu
|
||||
where a.del_flag='0' and a.receive_mobile=ecu.phone
|
||||
and ecu.customer_code=#{customerCode}
|
||||
)
|
||||
</if>
|
||||
|
||||
</if>
|
||||
|
||||
<!-- 待付款 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user