lvhao 1 miesiąc temu
rodzic
commit
ca78056aee

+ 1 - 1
core/CoreApp/models/Model_job_get3pewaybillid.php

@@ -40,7 +40,7 @@ class Model_job_get3pewaybillid extends Lin_Model {
         echo "<pre>";
         print_r(array_column($list,'id'));
         foreach($list as $item){
-            $this->fullordertt->save(['waybillid' => ''],$item['id']);
+            $this->fullorder->save(['waybillid' => ''],$item['id']);
 
         }
         die;