成本分析修改3
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user