Browse Source

已修改

lvhao 12 hours ago
parent
commit
33f9d0f185
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/controllers/Fullorder.php

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

@@ -2008,6 +2008,7 @@ class Fullorder extends Start_Controller {
 			$post['sbpm'] = $ud['sbpm'];
 			$post['shouldmoney'] = $ud['shouldmoney'];
 			$post['library'] = $ud['library'];
+			$post['r_tax_id'] = $ud['r_tax_id'];
 			//减少代码复用吧
 			$lo_ret = $this->logic_order->checkEditExpress($post);
 			if($lo_ret['code'] != 1){