预测方案管理优化

(cherry picked from commit 78b7ad0b959d8639709d8ccfc7b3a22441b0fed9)
master
cxw 2024-11-15 13:45:06 +08:00
parent 815be6a415
commit 4d8e47acd5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "列表")