Commit e451e843 by 徐高华

手机号

parent 5b9fd48b
......@@ -11,14 +11,14 @@ public class KeyDataLinkBO implements Serializable{
private String unionid;
private Long hmId;
private Long linkId;
private String phone ;
public String getPhone() {
return phone;
private String mobile ;
public String getMobile() {
return mobile;
}
public void setPhone(String phone) {
this.phone = phone;
public void setMobile(String mobile) {
this.mobile = mobile;
}
public String getUnionid() {
......
......@@ -377,7 +377,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
bo.setLinkId(linkId);
bo.setHmId(hm.getHmId());
if(StringUtils.isNotBlank(mixPhone) && StringUtils.isNotBlank(mobile)) {
bo.setPhone(mobile);
bo.setMobile(mobile);
}
String dthmKey = this.keyDataService.saveDataForLink(enterpriseId, bo);
remarkMap.put("dthmKey", dthmKey);
......
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