|
@@ -1361,9 +1361,9 @@ class StoreRefundOrderRepository extends BaseRepository
|
|
1361
|
if(in_array($order['douhuomall_status'],[8,0,9])){
|
1361
|
if(in_array($order['douhuomall_status'],[8,0,9])){
|
|
1362
|
return ['code'=>1];
|
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
|
// if(in_array($order['supply_type'],[1,4,5])){
|
1368
|
// if(in_array($order['supply_type'],[1,4,5])){
|
|
1369
|
// return ['code'=>-1,'message'=>'这个订单需要提交客服处理'];
|
1369
|
// return ['code'=>-1,'message'=>'这个订单需要提交客服处理'];
|