多余注解

This commit is contained in:
wangw 2024-11-01 13:46:10 +08:00
parent 97a8a5472d
commit cdeb5e003c
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public class SummaryController {
//营业板块
@PostMapping("/trade")
@AnonymousPostMapping
private Object shopSummaryDate(@RequestBody BaseQueryDto param) {
return summaryService.trade(param);
}