...
|
...
|
@@ -50,7 +50,7 @@ class LoadController extends HomeBaseController |
|
|
foreach($result['Data'] as $key => $vo){
|
|
|
$indent = $indentModel->findData(['logistic_code'=>$vo['LogisticCode']]);
|
|
|
if(!empty($indent)){
|
|
|
if($vo['state'] >=1 && $vo['state'] != 4){
|
|
|
if($vo['State'] >=1 && $vo['State'] != 4){
|
|
|
if($indent['state'] == 2){
|
|
|
$indentModel->updateData(['id'=>$indent['id']],['state'=>5]);
|
|
|
}
|
...
|
...
|
|