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