forked from github/dataease
fix: bean name(sqlServerQueryProvider)
This commit is contained in:
parent
b9847a2c4a
commit
7a4f203ed5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user