|
@ -4232,10 +4232,8 @@ public class StatisticsService extends BaseService {
|
|
|
total.put(totalObject);
|
|
|
//未回复数
|
|
|
JSONObject onRelyObject = new JSONObject();
|
|
|
//查找去年6月30号的未回复数,然后累加
|
|
|
//查找去年6月30号的未回复数
|
|
|
wlyyQuotaResult = findOneQuotaResult("2017-06-30", level, "22", area);
|
|
|
//查找去年6月30号的咨询总数
|
|
|
wlyyQuotaResult = findOneQuotaResult("2017-06-30", level, "25", area);
|
|
|
if (wlyyQuotaResult != null) {
|
|
|
onRelyObject.put("name", getNameByLevel(wlyyQuotaResult, level));
|
|
|
onRelyObject.put("code", getCodeByLevel(wlyyQuotaResult, level));
|