소스 검색

Merge branch 'V2.0.1' into test

zhaoxian 3 년 전
부모
커밋
641cced4bd

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/mapper/xml/AiKuaishouAccountAutoVideoMapper.xml

@@ -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