Compare commits

...

2 Commits

Author SHA1 Message Date
guyuliang 7f33a805cf Merge remote-tracking branch 'origin/develop' into develop 2024-08-24 18:19:46 +08:00
guyuliang 4db7fad617 首页查询资源详情接口 2024-08-24 18:19:41 +08:00
1 changed files with 1 additions and 1 deletions

View File

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