@@ -781,8 +781,7 @@
</if>
<if test="status == 2">
- and a.status in(1,2) and a.assist_process in (0,2,3,4)
- and apr.type in (0,4)
+ and a.status in(1,2)
and prl.status=2
@@ -866,6 +865,7 @@
<if test="type==1">
left join admin_public_reviewer apr on a.aid=apr.aid
+ left join public_release_log prl on a.id=prl.prid and prl.aid=#{aid}
<if test="type==7">
left join t_order_public_release_count opc on a.order_no=opc.order_no