|
@@ -942,7 +942,7 @@ function __construct(){
|
|
|
$post['source'] = $source;//订单类型
|
|
|
$post['type'] = 1;//发货仓库
|
|
|
$post['capital'] = 3;//资金支付状况,全部付款
|
|
|
- $post['number'] = $shop['shortname'].'-'.substr(date('ymd',$time),1).'-'.(substr(strval($num+1+1000),1,3));//编号
|
|
|
+ $post['number'] = $shop['shortname'].'-'.date('ymd',$time).'-'.(substr(strval($num+1+1000),1,3));//编号
|
|
|
if($shop['program'] == 'Shopify'){
|
|
|
$post['orderinfo'] = $v['order_id'];//订单号
|
|
|
}else{
|