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

注释退款单supply_type验证

sunxbiao 1 год назад
Родитель
Сommit
0c995902c0

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

@@ -1361,9 +1361,9 @@ class StoreRefundOrderRepository extends BaseRepository
1361 1361
         if(in_array($order['douhuomall_status'],[8,0,9])){
1362 1362
             return ['code'=>1];
1363 1363
         }
1364
-        if($order['supply_type'] == ''){
1365
-            return ['code'=>-1,'message'=>'这个订单暂时无法处理'];
1366
-        }
1364
+        // if($order['supply_type'] == ''){
1365
+        //     return ['code'=>-1,'message'=>'这个订单暂时无法处理'];
1366
+        // }
1367 1367
         //京东、云商特卖、云仓订单特殊处理
1368 1368
 //        if(in_array($order['supply_type'],[1,4,5])){
1369 1369
 //            return ['code'=>-1,'message'=>'这个订单需要提交客服处理'];