Browse Source

添加速卖通的修改运单

lvhao 3 months ago
parent
commit
e9130fc367
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/controllers/Fullordersmt.php

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

@@ -2228,6 +2228,7 @@ class Fullordersmt extends Start_Controller {
 					}
 					else
 					{
+						$this->fullordersmt->save(array('waybill'=>$msg,'dlz'=>4),$id);
 						echo json_encode(array('msg'=>'修改声明失败,请重试','xq'=>$obtain,'success'=>false));exit;
 					}
 				}