fix: 176yunxuan 漏洞补丁
Some checks failed
Jsl-Team/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
Some checks failed
Jsl-Team/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c9dfeabeb4
commit
93dbfb62f4
|
@ -12,7 +12,7 @@ public interface RoleMapper {
|
||||||
@Insert("insert into organize_oa.oa_role_user (uid, rid) VALUE (#{uid},#{rid})")
|
@Insert("insert into organize_oa.oa_role_user (uid, rid) VALUE (#{uid},#{rid})")
|
||||||
void roleAddUser(Long uid, Long rid);
|
void roleAddUser(Long uid, Long rid);
|
||||||
|
|
||||||
@Select("INSERT INTO organize_oa.oa_role (role_name,display_name) VALUES (#{roleName,display_name})")
|
@Select("INSERT INTO organize_oa.oa_role (role_name,display_name) VALUES (#{roleName}, ${display_name})")
|
||||||
void roleAdd(RoleDO roleDO);
|
void roleAdd(RoleDO roleDO);
|
||||||
|
|
||||||
@Delete("delete from organize_oa.oa_role_user where uid=#{uid}")
|
@Delete("delete from organize_oa.oa_role_user where uid=#{uid}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user