Commit d051950e by 陶光胜

Merge branch 'developer' into 'master'

Developer

See merge request !43
parents 5a5caf0e a855ebf3
......@@ -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