首页暂不显示预警
This commit is contained in:
parent
6cea6af59b
commit
055a7fffdb
@ -182,7 +182,7 @@ public class IndexStatisticsServiceImpl implements IndexStatisticsService {
|
||||
|
||||
//商品总数量
|
||||
storeIndexStatisticsVO.setGoodsNum(goodsStatisticsService.goodsNum(GoodsStatusEnum.UPPER, null));
|
||||
storeIndexStatisticsVO.setAlertQuantityNum(goodsStatisticsService.alertQuantityNum());
|
||||
// storeIndexStatisticsVO.setAlertQuantityNum(goodsStatisticsService.alertQuantityNum());
|
||||
//订单总数量、订单总金额
|
||||
Map<String, Object> map = storeFlowStatisticsService.getOrderStatisticsPrice();
|
||||
storeIndexStatisticsVO.setOrderNum(Convert.toInt(map.get("num").toString()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user