|
|
|
@@ -212,7 +212,7 @@ public class WxCUserDataController extends BaseController { |
|
|
|
@ApiOperation("查询用户消费金额") |
|
|
|
@GetMapping("findUserAmountData") |
|
|
|
@SystemControllerLog(description = "会员首页-报表数据-查询用户消费金额") |
|
|
|
private ResultData findUserAmountData() { |
|
|
|
public ResultData findUserAmountData() { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxCUserDataController::findUserAmountData"); |
|
|
|
String tenantId = getTenantId(); |
|
|
|
Calendar c = Calendar.getInstance(); |
|
|
|
|