|
@@ -39,6 +39,10 @@ class Model_job_get3pewaybillid extends Lin_Model {
|
|
|
$list = $this->fullordertt->find_all($where,$fields);
|
|
|
echo "<pre>";
|
|
|
print_r(array_column($list,'id'));
|
|
|
+ foreach($list as $item){
|
|
|
+ $this->fullordertt->save(['waybillid' => ''],$item['id']);
|
|
|
+
|
|
|
+ }
|
|
|
die;
|
|
|
|
|
|
foreach($list as $item){
|