owl-cli 7.25.0 → 7.26.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.
@@ -755,7 +755,7 @@ var @projectCodeService = (function (pigeon) {
755
755
  data.owl_lastModifiedUserId = userId;
756
756
  data.owl_lastModifiedIp = ip;
757
757
  data.owl_lastModifiedUserAgent = ua;
758
- data.obj.owl_modifyTime = new Date().getTime();
758
+ data.owl_modifyTime = new Date().getTime();
759
759
 
760
760
  var key = pigeon.getRKey(data['owl_createTime'], 13)
761
761
  pigeon.deleteFromList(f.getAllListName(), key, id)
@@ -1099,14 +1099,7 @@ var @projectCodeService = (function (pigeon) {
1099
1099
 
1100
1100
  }
1101
1101
  else{
1102
- if(v.args && typeof(v.args)==='object'){
1103
- var shouldQueries = f.createQuery(v);
1104
- if(isNotClause){
1105
- must_not.push({bool:{should:shouldClauses}});
1106
- }else{
1107
- filters.push({bool:{should:shouldClauses}});
1108
- }
1109
- }
1102
+ //do noting,所以 or 语句不支持 单个对象,必须带一个 args 数组
1110
1103
  }
1111
1104
  }
1112
1105
  else if(typeof(v)=='object' && Array.isArray(v)){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.25.0",
3
+ "version": "7.26.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {