成本分析修改3

This commit is contained in:
liuzongkun999
2025-03-13 00:03:59 +08:00
parent 0ce49d1504
commit 6c14d159d3
10 changed files with 133 additions and 237 deletions

View File

@@ -120,7 +120,7 @@ public class SysOaCostController extends BaseController {
@GetMapping("/{projectId}")
public R<SysOaCostRow> getDetail(@NotNull(message = "项目id不能为空")
@PathVariable Long projectId) {
return R.ok(iSysOaCostService.getDetail(projectId));
return R.ok(iSysOaCostService.calcProjectDetail(projectId));
}
/**