소스 검색

防止企业类型切换,导致B端显示的采购合同的数据不准确

liangbo.huang 4 주 전
부모
커밋
d580d7fb4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      trade-service/src/main/resources/mapper/trade/purchasecontract/PurchaseContractMapper.xml

+ 1 - 1
trade-service/src/main/resources/mapper/trade/purchasecontract/PurchaseContractMapper.xml

@@ -88,7 +88,7 @@
             </if>
             <if test="point == 0 ">
                 AND t.status = '4'
-                AND e.export_type = 'proxy_export'
+                AND s.agency_cert_no IS NOT NULL AND s.agency_cert_no != ''
             </if>
             <if test="contractStatus != null and contractStatus != ''">
                 AND t.status = #{contractStatus}