This commit is contained in:
xman 2025-06-05 21:27:47 +08:00
parent fc07256ee5
commit 863a6621fd

View File

@ -141,7 +141,7 @@ class Dispatchrecord extends Backend
$dispatch->follow = 1; $dispatch->follow = 1;
} }
$dispatch->record_count ++; $dispatch->record_count ++;
$params['admin_id'] = $this->auth->id; //$params['admin_id'] = $this->auth->id;
$result = $this->model->allowField(true)->save($params); $result = $this->model->allowField(true)->save($params);
$dispatch->save(); $dispatch->save();
Db::commit(); Db::commit();