|
@@ -302,6 +302,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
|
|
|
//当前月消耗
|
|
|
JSONObject monthCost = materialStareMapper.getKuaiShouAccountCostMonth(userId, monthFirstDay,nowDate);
|
|
|
resultMap.put("monthCost",Check.isNull(monthCost) ? "0" : monthCost.getString("cost"));
|
|
|
+ resultMap.put("userName",Check.isNull(monthCost) ? "-" : monthCost.getString("userName"));
|
|
|
|
|
|
|
|
|
//公司 组内排名
|