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