zhs пре 2 година
родитељ
комит
fe288805a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/QueryListMappeer.xml

+ 1 - 1
src/main/resources/mapper/QueryListMappeer.xml

@@ -140,7 +140,7 @@
                 and a.supplier_id like CONCAT(CONCAT('%', #{supplierId}), '%')
             </if>
             <if test="wbs != null and wbs != ''">
-                and a.wbs like CONCAT(CONCAT('%', #{wbs}), '%')
+                and a.wbs = #{wbs}
             </if>
             <if test="wbsName != null and wbsName != ''">
                 and h.name like CONCAT(CONCAT('%', #{wbsName}), '%')