Selaa lähdekoodia

素材池拒审数据修改sql

zhaoxian 4 vuotta sitten
vanhempi
commit
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>