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