|
|
|
@ -1297,9 +1297,6 @@ public class MesHqlPack {
|
|
|
|
|
if (!StringUtils.isEmpty(mesDatasource.getDsCode())) {
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(mesDatasource.getDsCode(), "dsCode", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.isEmpty(mesDatasource.getDsName())) {
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(mesDatasource.getDsName(), "dsName", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.isEmpty(mesDatasource.getDsType())) {
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(mesDatasource.getDsType(), "dsType", packBean);
|
|
|
|
|
}
|
|
|
|
|