lvhao 3 月之前
父節點
當前提交
0d817f32ad
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/CoreApp/controllers/Fullorder.php

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

@@ -1332,6 +1332,7 @@ class Fullorder extends Start_Controller {
 			
 			//查询净重开始
 			$post['jweight'] = $this->weight->get_weightcx($post['fpdata']);
+			unset($post[0]);
 			//查询净重结束
 			    if($this->fullorder->save($post,$id))
         	    {