midway-fatcms 0.0.1-beta.49 → 0.0.1-beta.50

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.
@@ -231,7 +231,8 @@ let CrudStdService = class CrudStdService extends ApiBaseService_1.ApiBaseServic
231
231
  this.logWarn('filterValue存在,但是filterList中的配置项没有设置partialCondition');
232
232
  return;
233
233
  }
234
- Object.assign(cfgModel.updateCfg, partialCondition);
234
+ const partialConditionObj = (0, functions_1.parseJsonObject)(partialCondition);
235
+ Object.assign(cfgModel.updateCfg, partialConditionObj);
235
236
  }
236
237
  async fixSubmitDataByKeepSubmitData(params, cfgModel, appInfo, arg3) {
237
238
  if (cfgModel.sqlSimpleName === keys_1.KeysOfSimpleSQL.SIMPLE_INSERT || cfgModel.sqlSimpleName === keys_1.KeysOfSimpleSQL.SIMPLE_UPDATE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midway-fatcms",
3
- "version": "0.0.1-beta.49",
3
+ "version": "0.0.1-beta.50",
4
4
  "description": "This is a midway component sample",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",