소스 검색

公出未审核数据接口修改

anderx 1 년 전
부모
커밋
2803c5aaa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -1123,7 +1123,7 @@
     <select id="selectCountByAssistUnaudited" resultType="java.lang.Integer">
         SELECT count(*)
         from public_release a
-        where a.`type`=1 and a.assist =1 and a.status =1
+        where a.`type`=0 and a.assist =1 and a.status =1
           and a.id in (select pr.main_id
                        from public_release pr left join admin_public_reviewer apr on
                            pr.aid = apr.aid