Commit 6ee6be0f by 陈健智

移动端首页舆情总量修复

parent 1e29a5f9
......@@ -310,7 +310,7 @@ public class IndexServiceImpl implements IndexService {
JSONObject yuQing = new JSONObject();
yuQing.put("avgTotal", yuQingResult.getIntValue("avgTotal"));
yuQing.put("compare", yuQingResult.getDoubleValue("compare"));
yuQing.put("yuqingTotal", yuQingResult.getIntValue("yuqingTotal"));
yuQing.put("yuqingTotal", yuQingResult.getIntValue("rangeCount"));
result.put("yuqing", yuQing);
JSONObject reputation = new JSONObject();
reputation.put("avgReputation", reputationResult.getDoubleValue("avgPosPro"));
......
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