midway-fatcms 0.0.1-beta.51 → 0.0.1-beta.52

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.
@@ -233,7 +233,8 @@ let CrudStdService = class CrudStdService extends ApiBaseService_1.ApiBaseServic
233
233
  }
234
234
  const partialConditionObj = (0, functions_1.parseJsonObject)(partialCondition);
235
235
  if (Object.keys(partialConditionObj).length > 0) {
236
- _.merge(cfgModel.updateCfg, { condition: partialConditionObj });
236
+ // partialConditionObj 配置的是 condition.xxxx = xx的形式
237
+ _.merge(cfgModel.updateCfg, partialConditionObj);
237
238
  }
238
239
  }
239
240
  async fixSubmitDataByKeepSubmitData(params, cfgModel, appInfo, arg3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midway-fatcms",
3
- "version": "0.0.1-beta.51",
3
+ "version": "0.0.1-beta.52",
4
4
  "description": "This is a midway component sample",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",