소스 검색

更改费用校验

785834757 2 년 전
부모
커밋
a339b10349
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -128,7 +128,7 @@
             ins_area_company a
                 LEFT JOIN ins_fee_order_new b ON  a.id =b.ins_order_no
         WHERE
-            a.orderstatus = '2' or a.orderstatus = '3'
+            a.orderstatus = '3'
             and  b.id is not  null
     </select>