|
@@ -209,9 +209,8 @@ public class MaterialStareServiceImpl implements MaterialStareService {
|
|
|
resultMap.put("compare",decimalFormat.format(d));
|
|
|
|
|
|
//时间段内 总消耗 及 账户数量
|
|
|
- JSONObject totalCost = materialStareMapper.getKuaiShouTotalCost(Long.valueOf(DateUtils.getDateInteger(startTime)),
|
|
|
+ JSONObject totalCost = materialStareMapper.getKuaiShouTotalCostDaily(Long.valueOf(DateUtils.getDateInteger(startTime)),
|
|
|
Long.valueOf(DateUtils.getDateInteger(endTime)),
|
|
|
- 0,
|
|
|
operatorUserIds);
|
|
|
resultMap.put("sectionCost",totalCost.getDoubleValue("totalCost"));
|
|
|
// 人均账户数量 = 时间段内 账户总数量 / 人数
|