Compare commits

..

No commits in common. "7f33a805cf35a27df866d465fb287689059ff512" and "e30cd9db0ed31d56a78281041f7776253ed0fd7a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public class ModuleController {
* @param context
* @return
*/
@GetMapping(value = "/statistics")
@PutMapping(value = "/statistics")
@Operation(summary = "首页统计模型总数")
public GeneralResult statistics(@Value(Common.REQ_CONTEXT) RequestContext context) {
return moduleService.statistics(context);