fix: bean name(sqlServerQueryProvider)

This commit is contained in:
taojinlong 2022-04-18 14:36:09 +08:00
parent b9847a2c4a
commit 7a4f203ed5

View File

@ -34,7 +34,7 @@ import java.util.stream.Collectors;
import static io.dataease.plugins.common.constants.SQLConstants.TABLE_ALIAS_PREFIX;
@Service("sqlserverQueryProvider")
@Service("sqlServerQueryProvider")
public class SqlserverQueryProvider extends QueryProvider {
@Resource
private DatasetTableFieldMapper datasetTableFieldMapper;