Commit 1f7dbf97 authored by 麻笑宇's avatar 麻笑宇

大屏使用登记接口提交

parent d6529315
......@@ -294,7 +294,7 @@ public class DPStatisticsServiceImpl {
newDeviceList.add(null == useRegisterCount ? 0 : useRegisterCount);
scrappedDeviceList.add(null == scrappedDeviceCount ? 0 : scrappedDeviceCount);
}
result.put("xData",xDataList);
result.put("xdata",xDataList);
result.put("newDevice",newDeviceList);
result.put("scrappedDevice",scrappedDeviceList);
return result;
......
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