@xuda.io/xuda-worker-bundle-min 1.3.1181 → 1.3.1182

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4705,7 +4705,7 @@ func.datasource.get_value = async function (
4705
4705
 
4706
4706
  if (dsSessionP > 0) {
4707
4707
  _ds.data_system["SYS_STR_ACTIVE_ROW_ID"] = _ds.currentRecordId;
4708
- _ds.data_system["SYS_STR_PROG_DS_SESSION"] = dsSessionP;
4708
+ _ds.data_system["SYS_GLOBAL_STR_PROG_DS_SESSION"] = dsSessionP;
4709
4709
  }
4710
4710
 
4711
4711
  // set system time
@@ -4877,7 +4877,7 @@ func.datasource.reset_jobs = function (SESSION_ID, dsSessionP, sourceP, errP) {
4877
4877
 
4878
4878
  // if (dsSessionP > 0) {
4879
4879
  // _ds.data_system["SYS_STR_ACTIVE_ROW_ID"] = _ds.currentRecordId;
4880
- // _ds.data_system["SYS_STR_PROG_DS_SESSION"] = dsSessionP;
4880
+ // _ds.data_system["SYS_GLOBAL_STR_PROG_DS_SESSION"] = dsSessionP;
4881
4881
  // }
4882
4882
 
4883
4883
  // // _ds.data_system["SYS_OBJ_DS_INFO"] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1181",
3
+ "version": "1.3.1182",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {