Commit b2ab84de by huangjinxin

fix:注释代码

1 parent a388a2b8
......@@ -69,6 +69,7 @@ public class RoleService {
@Transactional
public RoleInfo addRole(RoleInfo roleInfo) {
RoleEntity roleEntity = assembleRole(roleInfo);
roleEntity.setId(UUIDUtil.getUuid());
log.info("新增角色入参:" + JSONObject.toJSONString(roleEntity));
roleEntity = roleDao.save(roleEntity);
// roleInfo = BeanUtil.copyProperties(roleEntity, RoleInfo.class);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!