|
|
@@ -1095,7 +1095,7 @@ class StoreRefundOrderRepository extends BaseRepository
|
|
1095
|
1095
|
->find();
|
|
1096
|
1096
|
$array_fzone_paytype = json_decode($group_order_map['fzone_paytype'], true);
|
|
1097
|
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
|
1099
|
Db::name('store_order')->where('order_id',$res['order_id'])->update(['status'=>'-1']);
|
|
1100
|
1100
|
|
|
1101
|
1101
|
// $special_merchant = merchantConfig($pay_type['pay_mer_id'], 'special_merchant');
|