|
@@ -106,7 +106,7 @@
|
|
|
AND
|
|
|
<foreach item="item" index="index" collection="keyword"
|
|
|
open="(" separator="OR" close=")">
|
|
|
- photo_name LIKE concat(#{keyword},'%')
|
|
|
+ material_name LIKE concat(#{keyword},'%')
|
|
|
</foreach>
|
|
|
</if>
|
|
|
group by signature
|
|
@@ -141,7 +141,7 @@
|
|
|
AND
|
|
|
<foreach item="item" index="index" collection="keyword"
|
|
|
open="(" separator="OR" close=")">
|
|
|
- photo_name LIKE concat(#{keyword},'%')
|
|
|
+ material_name LIKE concat(#{keyword},'%')
|
|
|
</foreach>
|
|
|
</if>
|
|
|
group by signature
|