recheck เมนู ข้าราชการ กทม. สามัญ (list to get)
This commit is contained in:
parent
7430c3c86f
commit
271e6964b3
17 changed files with 24 additions and 24 deletions
|
|
@ -90,7 +90,7 @@ export class ProfileNopaidController extends Controller {
|
|||
public async nopaidHistory(@Path() nopaidId: string, @Request() req: RequestWithUser) {
|
||||
const _record = await this.nopaidRepository.findOneBy({ id: nopaidId });
|
||||
if (_record) {
|
||||
await new permission().PermissionOrgUserList(req, "SYS_REGISTRY_OFFICER", _record.profileId);
|
||||
await new permission().PermissionOrgUserGet(req, "SYS_REGISTRY_OFFICER", _record.profileId);
|
||||
};
|
||||
const record = await this.nopaidHistoryRepository.find({
|
||||
where: { profileNopaidId: nopaidId },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue