ソースを参照

新增公出冗余名称

anderx 5 ヶ月 前
コミット
e96095964e
共有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

@@ -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>