Просмотр исходного кода

更改 费用校验 待审核订单查询 代缴费 用于测试

785834757 2 лет назад
Родитель
Сommit
b70f1ef639
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 = '3'
+            a.orderstatus = '2' or a.orderstatus = '3'
             and  b.id is not  null
     </select>