md
This commit is contained in:
parent
6ab4368f49
commit
a211eacbdd
@ -1018,7 +1018,7 @@
|
||||
<select id="selectEmisWaybillList" parameterType="EmisWaybill" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillVo"/>
|
||||
<where>
|
||||
a.del_flag='0' and a.order_status !='0'
|
||||
a.del_flag='0' and a.order_status !='0' and a.order_status!='2'
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user