|
|
@@ -1997,8 +1997,10 @@ class Fullorder extends Start_Controller {
|
|
|
// $post['fpdata'] = str_replace(array("\r", "\n"), "", $post['fpdata']);
|
|
|
// $ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
|
|
|
// $ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ $post['express'] = $ud['express'];
|
|
|
+ $post['qm'] = $ud['qm'];
|
|
|
+ $post['country'] = $ud['country'];
|
|
|
//减少代码复用吧
|
|
|
$lo_ret = $this->logic_order->checkEditExpress($post);
|
|
|
if($lo_ret['code'] != 1){
|