소스 검색

认领sql

zhaoxian 2 년 전
부모
커밋
5074377b73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -786,7 +786,7 @@
             and t1.item_id = #{itemId}
         </if>
         <if test="itemTitle != null and itemTitle != ''">
-            and t1.item_title like concat(concat('%',#{itemTitle}),'%')
+            and t2.item_title like concat(concat('%',#{itemTitle}),'%')
         </if>
         GROUP BY
         t1.item_id