mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
chore: 模版创建流水线
This commit is contained in:
@@ -129,6 +129,7 @@ export class RoleService extends BaseService<RoleEntity> {
|
||||
return permissionSet;
|
||||
}
|
||||
|
||||
//@ts-ignore
|
||||
async delete(id: any) {
|
||||
const idArr = this.resolveIdArr(id);
|
||||
//@ts-ignore
|
||||
|
||||
@@ -253,6 +253,7 @@ export class UserService extends BaseService<UserEntity> {
|
||||
await this.update(param);
|
||||
}
|
||||
|
||||
//@ts-ignore
|
||||
async delete(ids: any) {
|
||||
if (typeof ids === 'string') {
|
||||
ids = ids.split(',');
|
||||
|
||||
Reference in New Issue
Block a user