springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/shop/PageComShopFundsSearchDTO.java
@@ -30,6 +30,6 @@ private Long pageNum; @ApiModelProperty(value = "分页-每页记录数",example = "10", required = true) private Long pageSize; @JsonIgnore @ApiModelProperty(hidden = true) private Long userId; } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComShopOrderServiceImpl.java
@@ -620,6 +620,7 @@ public R getFundsStat(Long userId) { ComShopFundsVO comShopFundsVO = comShopOrderDAO.queryStatis(userId); if(comShopFundsVO==null){ comShopFundsVO = new ComShopFundsVO(); comShopFundsVO.setMonthTotal(new BigDecimal(0)); comShopFundsVO.setTodayTotal(new BigDecimal(0)); comShopFundsVO.setWeekTotal(new BigDecimal(0));