소스 검색

修改已生效合同查询结果

gmcs 2 달 전
부모
커밋
60fae7be08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-modules/hh-bidding/src/main/resources/mapper/BidContractMapper.xml

+ 1 - 1
ruoyi-modules/hh-bidding/src/main/resources/mapper/BidContractMapper.xml

@@ -104,7 +104,7 @@
             <if test="sCode != null"> and w.s_code LIKE CONCAT('%', #{sCode}, '%')</if>
             <if test="sName != null"> and w.s_name LIKE CONCAT('%', #{sName}, '%')</if>
             <if test="examine != null"> and a.examine = #{examine}</if>
-            <if test="examine == 4"> and w.status = 3</if>
+            <if test="examine == 4"> and (w.status = 3 or w.status = 1)</if>
             <if test="examine != 4"> and(w.status = 2 or w.status = 1)</if>
             and r.gs_approve_state = 3
             and r.gs_state = 1