fixed: 后台数据权限bug

This commit is contained in:
none
2023-03-23 17:03:59 +08:00
parent fa5b25782f
commit 6c57a5f917
4 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
package xyz.playedu.api.controller.frontend;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections4.MapUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
@@ -26,6 +27,7 @@ import java.util.stream.Collectors;
*/
@RestController
@RequestMapping("/api/v1/user")
@Slf4j
public class UserController {
@Autowired