Browse Source

认领sql

zhaoxian 2 years ago
parent
commit
5074377b73
1 changed files with 1 additions and 1 deletions
  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