Commit e7abbb79 by xiaoer.li@freemud.com

ES 查询增加 List<Integer> abnormalStatuses

parent 2520a548
......@@ -110,5 +110,8 @@ public class OrderConditionsReq {
private List<String> externalObjectIds;
// 外部对象ID 如:活动类型
private List<Integer> settlementTypes;
//异常单状态
private List<Integer> abnormalStatuses;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment