|
@@ -810,7 +810,7 @@
|
|
|
<if test="fLocalcntrno != null and fLocalcntrno != ''">and leg.f_localcntrno LIKE concat('%', #{fLocalcntrno}, '%')</if>
|
|
|
<if test="fNo != null and fNo != ''">and goods.f_no LIKE concat('%', #{fNo}, '%')</if>
|
|
|
<if test="goodsName != null and goodsName != ''">and goods.f_name LIKE concat('%', #{goodsName}, '%')</if>
|
|
|
- <if test="fMblno != null and fMblno != ''">and leg.f_mblno = #{fMblno} </if>
|
|
|
+ <if test="fMblno != null and fMblno != ''">and leg.f_mblno LIKE concat('%', #{fMblno}, '%') </if>
|
|
|
<if test="fStatus != null and fStatus != ''">and leg.f_status = #{fStatus}</if>
|
|
|
|
|
|
<if test="fWarehouseid != null ">and leg.f_warehouseid = #{fWarehouseid} </if>
|