@xuda.io/xuda-worker-bundle-min 1.3.865 → 1.3.866
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.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1950,7 +1950,7 @@ func.datasource.prepare = async function (
|
|
|
1950
1950
|
delete _ds.v.old_dataSource; // to eliminate parse error
|
|
1951
1951
|
delete _ds.rows_found;
|
|
1952
1952
|
// _ds.raw_data = {};
|
|
1953
|
-
_ds.data_feed =
|
|
1953
|
+
_ds.data_feed = {};
|
|
1954
1954
|
|
|
1955
1955
|
_ds.v.old_dataSource = _.cloneDeep(_ds);
|
|
1956
1956
|
} catch (err) {
|
|
@@ -2344,7 +2344,7 @@ func.datasource.execute = async function (
|
|
|
2344
2344
|
filterModelUserSql: _ds.progDataSource.filterModelUserSql,
|
|
2345
2345
|
};
|
|
2346
2346
|
|
|
2347
|
-
_ds.data_feed =
|
|
2347
|
+
_ds.data_feed = {};
|
|
2348
2348
|
|
|
2349
2349
|
_ds.v.raw_data = await func.db.get_query(
|
|
2350
2350
|
SESSION_ID,
|