Commit b907206f authored by chenzhao's avatar chenzhao

统计首页问题修复

parent cbd69c46
......@@ -190,7 +190,9 @@ public class StatisticsHomepageServiceImpl {
list.add(MapBuilder.<String, Object>create().put("statusText", e).put("total", preparationMoney.get(e)).build());
preparationNum += new BigDecimal(preparationMoney.get(e).toString()).longValue();
}
if (e.equals("已收货")){
preparationNum += new BigDecimal(preparationMoney.get(e).toString()).longValue();
}
}
list.add(MapBuilder.<String, Object>create().put("statusText", "已收货").put("total", preparationMoney.get("已收货")).put("realScale", preparationMoney.get("yshrl")).build());
list = this.nullDataBuildResult(list,preparationMoneyKeys);
......
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