feature: 权限

This commit is contained in:
zhuyu 2025-06-20 16:04:52 +08:00
parent 8db6b11d46
commit 344466f013

View File

@ -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();