|
@@ -358,10 +358,7 @@ function __construct(){
|
|
|
$yga = $post['shouldmoney'];//金额
|
|
$yga = $post['shouldmoney'];//金额
|
|
|
$post['cf'] = ($data['shipping_type']=='SELLER')?0:1;//是否仓发TIKTOK平台仓发 SELLER商家发,ERP中1平台仓发,0商家发
|
|
$post['cf'] = ($data['shipping_type']=='SELLER')?0:1;//是否仓发TIKTOK平台仓发 SELLER商家发,ERP中1平台仓发,0商家发
|
|
|
//但是还有 HOME_DELIVERY 如果店铺是42 英国uk店 直接分到许昌仓
|
|
//但是还有 HOME_DELIVERY 如果店铺是42 英国uk店 直接分到许昌仓
|
|
|
- if($post['shop'] == 42){
|
|
|
|
|
- $post['cf'] = 0;
|
|
|
|
|
- }
|
|
|
|
|
- if($post['shop'] == 35){
|
|
|
|
|
|
|
+ if(in_array($post['shop'],[35,42,46])){
|
|
|
$post['cf'] = 0;
|
|
$post['cf'] = 0;
|
|
|
}
|
|
}
|
|
|
$post['budget'] = 0;//预估到账金额
|
|
$post['budget'] = 0;//预估到账金额
|