|
@@ -299,6 +299,11 @@ public class MaterialStareServiceImpl implements MaterialStareService {
|
|
|
resultMap.put("directCharged",nowMonthCost.getString("directCharged"));//框返
|
|
|
resultMap.put("contractCharged",nowMonthCost.getString("contractCharged"));//激励
|
|
|
|
|
|
+ //当前月消耗
|
|
|
+ JSONObject monthCost = materialStareMapper.getKuaiShouAccountCostMonth(null, monthFirstDay,nowDate);
|
|
|
+ resultMap.put("monthCost",Check.isNull(monthCost) ? "0" : monthCost.getString("cost"));
|
|
|
+
|
|
|
+
|
|
|
//公司 组内排名
|
|
|
//用户所属公司id
|
|
|
String companyId = materialStareMapper.getUserCompanyByUserId(userId);
|