Ver código fonte

新增公出冗余名称

anderx 3 meses atrás
pai
commit
e96095964e

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

@@ -747,7 +747,7 @@
             and a.tech_start_process in (0,2)
             and a.assist_process in (0,1,2,3,4)
             <if test="status == 1">
-                and a.status = #{status} and  a.assist_process in (0,1)
+                and a.status = 1 and  a.assist_process in (0,1)
                 and ((apr.type=0 and a.process_status in (0,1)) or(apr.type=4 and a.process_status in (2)))
                 and apr.reviewer_id = #{aid}
             </if>