|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|