Commit 4445ff19 by 徐高华

更新会员信息

parent dcf9ca26
......@@ -27,6 +27,8 @@ public interface WxUserAddLogService {
*/
public void save(WxUserAddLogQDTO qdto);
public void updateMemberInfo(String wxEnterpriseId , String externalUserid , String memberId) ;
/**
*
* @Title: page
......
package com.gic.haoban.manage.service.service.hm.impl;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
......@@ -20,7 +19,6 @@ import com.gic.commons.util.UniqueIdUtils;
import com.gic.haoban.manage.api.dto.qdto.hm.WxUserAddLogQDTO;
import com.gic.haoban.manage.api.dto.qdto.hm.WxUserAddLogSearchQDTO;
import com.gic.haoban.manage.service.dao.mapper.hm.WxUserAddLogMapper;
import com.gic.haoban.manage.service.entity.hm.TabHmLink;
import com.gic.haoban.manage.service.entity.hm.TabWxUserAddLog;
import com.gic.haoban.manage.service.pojo.bo.hm.HmLinkBO;
import com.gic.haoban.manage.service.pojo.bo.hm.HmQrcodeBO;
......@@ -111,7 +109,13 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService {
this.wxUserAddLogMapper.insert(entity);
}
@Override
public void updateMemberInfo(String wxEnterpriseId, String externalUserid, String memberId) {
// TODO Auto-generated method stub
}
// 冗余会员信息
private TabWxUserAddLog addMemberInfo(String enterpriseId, String memberId, TabWxUserAddLog entity) {
String returnFields = "memberId,photoUrl,name,nickName,cardNo,gradeId,gradeName,phoneNumber";
......
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