Commit 2118101a by 徐高华

test

parent 1085862d
......@@ -27,7 +27,7 @@ public interface WxUserAddLogService {
*/
public void save(WxUserAddLogQDTO qdto);
public void updateMemberInfo(String wxEnterpriseId , String externalUserid , String memberId) ;
public void updateMemberInfo(String wxEnterpriseId , String wxUserId , String externalUserid , String memberId) ;
/**
*
......
......@@ -111,8 +111,7 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService {
}
@Override
public void updateMemberInfo(String wxEnterpriseId, String externalUserid, String memberId) {
// TODO Auto-generated method stub
public void updateMemberInfo(String wxEnterpriseId, String wxUserId , String externalUserid, String memberId) {
}
......
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