|
@@ -745,8 +745,8 @@ public class OrderBaseEsLogic {
|
|
|
.gte(prevDay18) // 修改点
|
|
|
.lte(today759)) // 修改点
|
|
|
// 条件 2:create_time >= 当日8:30:00(原次日调整为当日)
|
|
|
- .must(QueryBuilders.rangeQuery("create_time")
|
|
|
- .gte(today830)) // 修改点
|
|
|
+// .must(QueryBuilders.rangeQuery("create_time")
|
|
|
+// .gte(today830)) // 修改点
|
|
|
// 条件 3:appointment_time为空(保持不变)
|
|
|
.mustNot(QueryBuilders.existsQuery("appointment_time"))
|
|
|
// 条件 4:order_status排除(保持不变)
|