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>