@@ -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))
{