feature: 权限
This commit is contained in:
parent
8db6b11d46
commit
344466f013
|
|
@ -418,7 +418,7 @@ class CustomDetail extends Backend
|
||||||
Db::name('salary_status')
|
Db::name('salary_status')
|
||||||
->where('salary_month', $month)
|
->where('salary_month', $month)
|
||||||
->where('target_admin_id', $targetAdminId)
|
->where('target_admin_id', $targetAdminId)
|
||||||
->save([
|
->update([
|
||||||
'settle_status' => 1,
|
'settle_status' => 1,
|
||||||
]);
|
]);
|
||||||
$this->success();
|
$this->success();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user