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

pull/445/head
hsdllcw 1 year ago
parent 08299ccd09
commit 6a5fe799ad

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

Loading…
Cancel
Save