浏览代码

2024年4月25日09:40:35

纪新园 1 年之前
父节点
当前提交
7e9c6f4410
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

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