fix bug:删除角色分组
This commit is contained in:
parent
f699a6049f
commit
08c0d58345
@ -46,7 +46,7 @@ public class SaasRoleGroupDao extends ServiceImpl<SaasRoleGroupMapper, SaasRoleG
|
||||
public void delete(List<Long> id) {
|
||||
lambdaUpdate()
|
||||
.in(BaseEntity::getId,id)
|
||||
.set(BaseEntity::getIsDelete,id)
|
||||
.set(BaseEntity::getIsDelete,1l)
|
||||
.update();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user