lvhao 15 stundas atpakaļ
vecāks
revīzija
9529e304cc
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      core/CoreApp/controllers/Fullorder.php

+ 1 - 0
core/CoreApp/controllers/Fullorder.php

@@ -2001,6 +2001,7 @@ class Fullorder extends Start_Controller {
 			$post['express'] = $ud['express']; 
 			$post['qm'] = $ud['qm'];
 			$post['country'] = $ud['country'];
+			$post['zipcode'] = $ud['zipcode'];
 			//减少代码复用吧
 			$lo_ret = $this->logic_order->checkEditExpress($post);
 			if($lo_ret['code'] != 1){