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

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 +1 -1
  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_GLOBAL_STR_PROG_DS_SESSION"] = dsSessionP;
4708
+ _ds.data_system["SYS_STR_PROG_DS_SESSION"] = dsSessionP;
4709
4709
  }
4710
4710
 
4711
4711
  // set system time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1182",
3
+ "version": "1.3.1183",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {