yumeng 4 lat temu
rodzic
commit
cc80b140eb

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

@@ -19,7 +19,7 @@
        on t1.account_id = t2.account_id
        and t1.photo_id = t2.photo_id
        where  t1.account_id = #{accountId}
-       and status = 42
+       and t1.status = 42
        order by t1.creative_id desc
     </select>