Commit 7aebefcf by guojuxing

首页-会员概览-左侧趋势图

parent 0dcbba29
......@@ -265,7 +265,13 @@ public class IndexModuleController {
return RestResponse.success(data);
}
/**
* 首页-会员概览-左侧趋势
* @param type
* @param cardAreaId
* @param brandId
* @return
*/
@RequestMapping("list-member-data")
public RestResponse listMember(Integer type, Long cardAreaId, Integer brandId){
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
......
......@@ -52,6 +52,9 @@ public class MemberDataVO implements Serializable {
}
public String getDate() {
if (date == null) {
return dateData;
}
return date;
}
......
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