|
@@ -553,13 +553,13 @@ class Aatest extends Start_Controller {
|
|
|
$post['expressmoney'] = $post['expressmoney'];//物流金额
|
|
|
$post['shouldmoney'] = $post['shouldmoney'];//应收金额
|
|
|
$post['skje'] = $post['shouldmoney'];//收款金额
|
|
|
- $product = $post['product');//产品名称
|
|
|
+ $product = $post['product'];//产品名称
|
|
|
$product = str_replace(array('%26','%2B'),array('&','+'),$product);
|
|
|
$post['product'] = preg_replace('/( | | |\s)/',' ',$product);
|
|
|
- $orderremarks = $post['orderremarks');//订单备注
|
|
|
+ $orderremarks = $post['orderremarks'];//订单备注
|
|
|
$orderremarks = str_replace(array('%26','%2B'),array('&','+'),$orderremarks);
|
|
|
$post['orderremarks'] = preg_replace('/( | | |\s)/',' ',$orderremarks);
|
|
|
- $shipremarks = $post['shipremarks');//仓库品名
|
|
|
+ $shipremarks = $post['shipremarks'];//仓库品名
|
|
|
$shipremarks = str_replace(array('%26','%2B'),array('&','+'),$shipremarks);//仓库品名
|
|
|
$post['shipremarks'] = preg_replace('/( | | |\s)/',' ',$shipremarks);
|
|
|
$post['email'] = $post['email'];//邮箱
|