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