diff --git a/couplet-common/couplet-common-business/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/couplet-common/couplet-common-business/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 095391b..12794fc 100644 --- a/couplet-common/couplet-common-business/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/couplet-common/couplet-common-business/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -1,2 +1,2 @@ -com.couplet.remote.factory.RemoteVehicleFallbackFactory +com.couplet.remote.factory.RemoteTroubleFallbackFactory com.couplet.remote.factory.RemoteVehicleFallbackFactory diff --git a/couplet-modules/couplet-business/src/main/java/com/couplet/business/server/service/EmployeeService.java b/couplet-modules/couplet-business/src/main/java/com/couplet/business/server/service/EmployeeService.java index 1440a1c..2806f09 100644 --- a/couplet-modules/couplet-business/src/main/java/com/couplet/business/server/service/EmployeeService.java +++ b/couplet-modules/couplet-business/src/main/java/com/couplet/business/server/service/EmployeeService.java @@ -3,6 +3,7 @@ package com.couplet.business.server.service; import com.couplet.common.core.domain.Result; import com.couplet.common.core.web.page.TableDataInfo; import com.couplet.common.system.domain.SysUser; +import org.springframework.stereotype.Component; import java.util.List;