owl-cli 5.43.0 → 5.44.0

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.
@@ -591,10 +591,11 @@ var @projectCodeService = (function (pigeon) {
591
591
 
592
592
  del: function (id) {
593
593
  //只做软删除
594
- var data = f.get(id)
594
+ var data = f.get(id,true)
595
595
  if (!data) {
596
596
  throw '对象不存在!id=' + id
597
597
  }
598
+ data.id = id;
598
599
  var key = pigeon.getRKey(data['owl_createTime'], 13)
599
600
  pigeon.deleteFromList(f.getAllListName(), key, id)
600
601
  if (data['subplatformId']) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "5.43.0",
3
+ "version": "5.44.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {