Browse Source

审核列表查看通过的公出修改

anderx 1 week ago
parent
commit
7841493da5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

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

@@ -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
             </if>
 
@@ -866,6 +865,7 @@
         </if>
         <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>
         <if test="type==7">
             left join t_order_public_release_count opc on a.order_no=opc.order_no