Browse Source

2024年4月25日09:40:35

纪新园 1 year ago
parent
commit
7e9c6f4410

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

@@ -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>