Skip to content

Commit

Permalink
修复 RoleServiceImpl 单元测试失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Mar 20, 2022
1 parent 3526353 commit 69d736c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private List<RoleDO> loadRoleIfUpdate(Date maxUpdateTime) {
}

@Override
@Transactional
public Long createRole(RoleCreateReqVO reqVO, Integer type) {
// 校验角色
checkDuplicateRole(reqVO.getName(), reqVO.getCode(), null);
Expand Down

0 comments on commit 69d736c

Please sign in to comment.