新增退出时机表,完成投资报告页面接口

master
xiaoCJ 1 year ago
parent 015dbaaeeb
commit f1462810ce

@ -183,10 +183,11 @@ public class UserController {
return null; return null;
} }
performanceScoreMapper.deleteByExample(example); performanceScoreMapper.deleteByExample(example);
flow.setFlowId(IdUtil.simpleUUID()); String id = IdUtil.simpleUUID();
flow.setFlowId(id);
flowMapper.updateByPrimaryKey(flow); flowMapper.updateByPrimaryKey(flow);
return new ResultEntity(HttpStatus.OK, "已重新实训!"); return new ResultEntity(HttpStatus.OK, "已重新实训!",id);
} }

Loading…
Cancel
Save