@ibiz-template/model-helper 0.0.4-beta.4 → 0.0.4-beta.5

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
@@ -14404,7 +14404,7 @@ var ModelHelper = class {
14404
14404
  */
14405
14405
  async getAppDataEntityModel(name, appId, isId) {
14406
14406
  const util = this.getModelUtil(appId);
14407
- const model = await util.getAppDataEntityModel(name, isId);
14407
+ const model = await util.getAppDataEntityModel(name, isId, true);
14408
14408
  const dsl = this.dsl.appDataEntity(model);
14409
14409
  const list = util.servicePathUtil.calcRequestPaths(dsl.id);
14410
14410
  dsl.requestPaths = list;