浏览代码

素材池拒审数据修改sql

zhaoxian 4 年之前
父节点
当前提交
14de6fdffc

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCreativeMapper.xml

@@ -218,5 +218,6 @@
         <if test="accountId!=null">
             and  t1.account_id = #{accountId}
         </if>
+        and t1.status = 42
     </select>
 </mapper>