Commit 9a4e9003 by wang_jiaxing

修改同航班逻辑

parent 885c0be7
......@@ -1551,7 +1551,8 @@ public class GjServiceImpl implements GjService {
"people_trail01 where _type= " +
"'mhjcgall' and " +
"DD = '" + obj.get("DD") + "' AND KSSJ >= '" +
obj.get("KSSJ") + "' AND KSSJ <= '" + obj.get("KSSJ") + " ' limit 0,1000";
obj.get("KSSJ") + "' AND KSSJ <= '" + obj.get("KSSJ") +
"AND (SFD = '" + obj.get("SFD") + "' OR MDD = '" + obj.get("MDD") + "') limit 0,1000";
System.out.println("newSql=====" + newSql);
String wbDdMap = EsUtils.newQueryEss(request, newSql);
JSONObject object = JSONObject.parseObject(wbDdMap);
......
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