[fix] 修复没有标记open导致启动失败的问题

pull/445/head
hsdllcw 2024-10-25 17:01:39 +08:00
parent 08299ccd09
commit 6a5fe799ad
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*
*/
@RestController
@RequestMapping("/inner/user")
class InnerSysUserController {
open class InnerSysUserController {
@Autowired
lateinit var userService: ISysUserService