Commit 75a78c4e by guojuxing

消费构成-等级-等级段设置参数

parent 5cbf6b24
......@@ -151,6 +151,8 @@ public class ConsumeStructureController {
@RequestMapping("get-grade-consume-group")
public RestResponse queryAgeConsumeShare(GradeConsumeAreaQO params) {
log.info("消费构成-等级-等级段参数:{}", JSON.toJSONString(params));
params.setMemberCardIdList(dataAuthUtils.getMbrAreaId(params.getUserId(), params.getEnterpriseId()));
goDownComponent.setValueTotal(params);
return ResultControllerUtils.commonResult(consumeStructureApiService.listGradeConsumeGroup(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