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