[fix] 修复IKSysUserService的循环依赖错误

pull/445/head
hsdllcw 1 year ago
parent 36893ec5ac
commit e0368a0392

@ -8,10 +8,12 @@ import com.ruoyi.system.mapper.KSysUserMapper
import com.ruoyi.system.service.IKSysUserService
import com.ruoyi.system.service.ISysUserService
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.context.annotation.Lazy
import org.springframework.stereotype.Service
@Service
open class KSysUserServiceImpl : IKSysUserService {
@Lazy
@Autowired
lateinit var sysUserService: ISysUserService

Loading…
Cancel
Save