Commit f91eb4a1 by 陶光胜

Merge branch 'developer' into 'master'

添加会员卡的数据

See merge request !28
parents 48528271 d7c32edc
...@@ -70,6 +70,7 @@ public class ConsumeStructureController { ...@@ -70,6 +70,7 @@ public class ConsumeStructureController {
@RequestMapping("get-age-consume-group") @RequestMapping("get-age-consume-group")
public RestResponse listAgeConsumeGroup(AgeConsumeAreaQO params) { public RestResponse listAgeConsumeGroup(AgeConsumeAreaQO params) {
log.info("消费构成-消费年龄-年龄段参数:{}", JSON.toJSONString(params)); log.info("消费构成-消费年龄-年龄段参数:{}", JSON.toJSONString(params));
params.setMemberCardIdList(dataAuthUtils.getMbrAreaId(params.getUserId(), params.getEnterpriseId()));
return ResultControllerUtils.commonResult(consumeStructureApiService.listAgeConsumeGroup(params)); return ResultControllerUtils.commonResult(consumeStructureApiService.listAgeConsumeGroup(params));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment