ZhuDongming
2019-10-22 28215e381131b0919567ec5c3f236b29ebd3ad5c
src/main/java/com/moral/service/impl/RoleServiceImpl.java
@@ -42,7 +42,6 @@
                roleQuery.setIsDelete(Constants.IS_DELETE_FALSE);
                Role roleResult = roleMapper.selectOne(roleQuery);
                if (roleResult == null) {
                    role.setChannelId(role.getChannelId());
                    role.setIsDelete(Constants.IS_DELETE_FALSE);
                    role.setCreateTime(new Date());
                    role.setCreateUser(role.getCreateUser());