owl-cli 5.33.0 → 5.34.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.
|
@@ -144,19 +144,6 @@ function buildSort(sort){
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
if(m !== '0'){
|
|
148
|
-
filters = filters.concat([
|
|
149
|
-
{"term": { "_m.keyword": m }},
|
|
150
|
-
{"term":{"_t":spec["_t"]}}
|
|
151
|
-
]);
|
|
152
|
-
}
|
|
153
|
-
else{
|
|
154
|
-
//如果m === '0',代表是平台
|
|
155
|
-
filters = filters.concat([
|
|
156
|
-
{"term":{"_t":spec["_t"]}}
|
|
157
|
-
]);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
147
|
if(recycleBin){
|
|
161
148
|
filters.push({"term":{"del.keyword":"T"}});
|
|
162
149
|
var query = {
|