[fix] 修复没有标记open导致启动失败的问题
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…
Reference in New Issue