소스 검색

调整创意

yumeng 4 년 전
부모
커밋
cc80b140eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/MateriaRefuseMapper.xml

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