|
|
@@ -267,8 +267,11 @@ public class WxCUserDataController extends BaseController { |
|
|
@ApiOperation("查询用户消费金额") |
|
|
@ApiOperation("查询用户消费金额") |
|
|
@GetMapping("findUserAmountData") |
|
|
@GetMapping("findUserAmountData") |
|
|
@SystemControllerLog(description = "会员首页-报表数据-查询用户消费金额") |
|
|
@SystemControllerLog(description = "会员首页-报表数据-查询用户消费金额") |
|
|
public ResultData findUserAmountData() { |
|
|
|
|
|
|
|
|
public ResultData findUserAmountData(Integer plat) { |
|
|
logger.debug("[" + getIpAddr() + "] WxCUserDataController::findUserAmountData"); |
|
|
logger.debug("[" + getIpAddr() + "] WxCUserDataController::findUserAmountData"); |
|
|
|
|
|
if(plat == null){ |
|
|
|
|
|
plat = EnumAppPlat.WX.getCode(); |
|
|
|
|
|
} |
|
|
TenantEntity tenantEntity = getTenantInfo(); |
|
|
TenantEntity tenantEntity = getTenantInfo(); |
|
|
Calendar c = Calendar.getInstance(); |
|
|
Calendar c = Calendar.getInstance(); |
|
|
Date today = c.getTime(); |
|
|
Date today = c.getTime(); |
|
|
|