|
|
@@ -1123,7 +1123,7 @@
|
|
|
<select id="selectCountByAssistUnaudited" resultType="java.lang.Integer">
|
|
|
SELECT count(*)
|
|
|
from public_release a
|
|
|
- where a.`type`=3 and a.assist =2 and a.status =1
|
|
|
+ where a.`type`=1 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
|