Compare commits
No commits in common. "7f33a805cf35a27df866d465fb287689059ff512" and "e30cd9db0ed31d56a78281041f7776253ed0fd7a" have entirely different histories.
7f33a805cf
...
e30cd9db0e
|
@ -197,7 +197,7 @@ public class ModuleController {
|
||||||
* @param context
|
* @param context
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping(value = "/statistics")
|
@PutMapping(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