@ibiz-template/model-helper 0.1.5 → 0.1.7

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/dist/index.esm.js CHANGED
@@ -14757,7 +14757,7 @@ var ServicePathUtil = class {
14757
14757
  num += 1;
14758
14758
  const arr = [];
14759
14759
  deRss.forEach((rs) => {
14760
- const items = this.filterDERSs(rs.majorDECodeName);
14760
+ const items = this.filterDERSs(rs.majorAppDataEntityId);
14761
14761
  arr.push([rs, this.calcDeepPath(items, num)]);
14762
14762
  });
14763
14763
  return arr;