parent
815be6a415
commit
4d8e47acd5
|
|
@ -77,7 +77,7 @@ public class ForecastProjectController {
|
|||
if(b){
|
||||
forecastResultsService.remove(new QueryWrapper<ForecastResults>().eq("project_id", id));
|
||||
}
|
||||
return R.ok(service.removeById(id));
|
||||
return R.ok(b);
|
||||
}
|
||||
|
||||
@Operation(summary = "列表")
|
||||
|
|
|
|||
Loading…
Reference in New Issue