refactor: 移除高优先级投标功能及相关代码

This commit is contained in:
dmy
2026-01-13 20:42:34 +08:00
parent 6825885005
commit 4f4355c1cd
7 changed files with 3 additions and 133 deletions

View File

@@ -15,11 +15,6 @@ export class BidsController {
return this.bidsService.getRecentBids();
}
@Get('high-priority')
getHighPriority() {
return this.bidsService.getHighPriorityCorrected();
}
@Get('sources')
getSources() {
return this.bidsService.getSources();