소스 검색

问题修改

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}), '%')