lvhao hace 3 meses
padre
commit
0d817f32ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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))
         	    {