Compare commits
2 Commits
e30cd9db0e
...
7f33a805cf
Author | SHA1 | Date |
---|---|---|
guyuliang | 7f33a805cf | |
guyuliang | 4db7fad617 |
|
@ -197,7 +197,7 @@ public class ModuleController {
|
||||||
* @param context
|
* @param context
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@PutMapping(value = "/statistics")
|
@GetMapping(value = "/statistics")
|
||||||
@Operation(summary = "首页统计模型总数")
|
@Operation(summary = "首页统计模型总数")
|
||||||
public GeneralResult statistics(@Value(Common.REQ_CONTEXT) RequestContext context) {
|
public GeneralResult statistics(@Value(Common.REQ_CONTEXT) RequestContext context) {
|
||||||
return moduleService.statistics(context);
|
return moduleService.statistics(context);
|
||||||
|
|
Loading…
Reference in New Issue