Sfoglia il codice sorgente

平台后台-退款放开退还复购金逻辑

sunxbiao 1 anno fa
parent
commit
a47101bc48

+ 1 - 1
app/common/repositories/store/order/StoreRefundOrderRepository.php

@@ -1095,7 +1095,7 @@ class StoreRefundOrderRepository extends BaseRepository
1095
             ->find();
1095
             ->find();
1096
         $array_fzone_paytype = json_decode($group_order_map['fzone_paytype'], true);
1096
         $array_fzone_paytype = json_decode($group_order_map['fzone_paytype'], true);
1097
         // 'a1' 不能退 会员专区
1097
         // 'a1' 不能退 会员专区
1098
-        if ($pay_type['pay_type'] == 5 || in_array($array_fzone_paytype['type'], ['b1', 'b3', 'b5'])) {
1098
+        if ($pay_type['pay_type'] == 5 || in_array($array_fzone_paytype['type'], ['b1', 'b3', 'b5', 'c1'])) {
1099
             Db::name('store_order')->where('order_id',$res['order_id'])->update(['status'=>'-1']);
1099
             Db::name('store_order')->where('order_id',$res['order_id'])->update(['status'=>'-1']);
1100
 
1100
 
1101
 //            $special_merchant = merchantConfig($pay_type['pay_mer_id'], 'special_merchant');
1101
 //            $special_merchant = merchantConfig($pay_type['pay_mer_id'], 'special_merchant');