Commit b86da8ce authored by 赵啸非's avatar 赵啸非

修改统计逻辑

parent 7b8d72d1
......@@ -70,7 +70,7 @@ public class DeviceMessageStatController extends BaseCRUDJsonBodyMappingControll
}
collect.put(i, map);
}
if (monthStat.containsKey(i)) {
if (!monthStat.containsKey(i)) {
monthStat.put(i, 0);
}
}
......
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