This commit is contained in:
linfso 2024-12-14 18:12:02 +08:00
parent 3416296f0c
commit 498dfcf72b

View File

@ -370,7 +370,7 @@
<if test="id != null "> and a.id = #{id}</if>
<if test="orderSn != null and orderSn != ''"> and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) </if>
<if test="params.isApp !=null params.isApp == 1">
<if test="params.isApp !=null and params.isApp == 1">
<if test="billCode != null and billCode != ''">
and (
bill_code like concat('%', #{billCode}, '%')