浏览代码

去除名称条件

wangyunpeng 9 月之前
父节点
当前提交
5929c93aca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

+ 0 - 1
long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

@@ -76,7 +76,6 @@
         WHERE
             stat.today_expect_publish_count > stat.today_publish_count
           AND plan.plan_status = 1
-          AND plan.NAME LIKE '%自动化%'
           AND setting.push_type = 2
     </select>