多余注解
This commit is contained in:
parent
97a8a5472d
commit
cdeb5e003c
|
|
@ -26,7 +26,6 @@ public class SummaryController {
|
||||||
|
|
||||||
//营业板块 上
|
//营业板块 上
|
||||||
@PostMapping("/trade")
|
@PostMapping("/trade")
|
||||||
@AnonymousPostMapping
|
|
||||||
private Object shopSummaryDate(@RequestBody BaseQueryDto param) {
|
private Object shopSummaryDate(@RequestBody BaseQueryDto param) {
|
||||||
return summaryService.trade(param);
|
return summaryService.trade(param);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue