@xuda.io/runtime-bundle 1.0.679 → 1.0.680

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3601,7 +3601,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
3601
3601
 
3602
3602
  let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
3603
3603
 
3604
- if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
3604
+ if (_ds?.progDataSource?.dataSourceFilterModelTypeFx) {
3605
3605
  const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
3606
3606
  _dataSourceFilterModelType = fx_ret.result;
3607
3607
  }
@@ -3602,7 +3602,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
3602
3602
 
3603
3603
  let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
3604
3604
 
3605
- if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
3605
+ if (_ds?.progDataSource?.dataSourceFilterModelTypeFx) {
3606
3606
  const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
3607
3607
  _dataSourceFilterModelType = fx_ret.result;
3608
3608
  }