...
|
...
|
@@ -85,6 +85,7 @@ class LogisticsController extends AdminBaseController |
|
|
$info = $this->logistics_model->where(['express'=>$insert['express']])->find();
|
|
|
if($info) {
|
|
|
$insert['id'] = $info['id'];
|
|
|
$insert['update_time'] = time();
|
|
|
if(!$this->logistics_model->editLogistics($insert)) {
|
|
|
Db::rollback();
|
|
|
$this->error('数据导入中出错,请重试');
|
...
|
...
|
|