Showing
2 changed files
with
0 additions
and
11 deletions
@@ -9,8 +9,6 @@ public class UnionShareUser { | @@ -9,8 +9,6 @@ public class UnionShareUser { | ||
9 | 9 | ||
10 | private Integer updateTime; | 10 | private Integer updateTime; |
11 | 11 | ||
12 | - private String note; | ||
13 | - | ||
14 | private String url; | 12 | private String url; |
15 | 13 | ||
16 | private String shareId; | 14 | private String shareId; |
@@ -47,14 +45,6 @@ public class UnionShareUser { | @@ -47,14 +45,6 @@ public class UnionShareUser { | ||
47 | this.updateTime = updateTime; | 45 | this.updateTime = updateTime; |
48 | } | 46 | } |
49 | 47 | ||
50 | - public String getNote() { | ||
51 | - return note; | ||
52 | - } | ||
53 | - | ||
54 | - public void setNote(String note) { | ||
55 | - this.note = note; | ||
56 | - } | ||
57 | - | ||
58 | public String getUrl() { | 48 | public String getUrl() { |
59 | return url; | 49 | return url; |
60 | } | 50 | } |
@@ -235,7 +235,6 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport | @@ -235,7 +235,6 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport | ||
235 | UnionShareUser unionShareUser = unionShareUserMapper.selectByUid(uid); | 235 | UnionShareUser unionShareUser = unionShareUserMapper.selectByUid(uid); |
236 | //设置返回文案 | 236 | //设置返回文案 |
237 | if (null != unionShareUser){ | 237 | if (null != unionShareUser){ |
238 | - unionShareUser.setNote("邀请新客购买返点"+configReader.getDouble(NEW_USER_REBATES_RATIO_KEY, 0.1)+",老客"+configReader.getDouble(OLD_USER_REBATES_RATIO_KEY, 0.03)); | ||
239 | unionShareUser.setShareId(configReader.getString(UNION_SHAREID, "")); | 238 | unionShareUser.setShareId(configReader.getString(UNION_SHAREID, "")); |
240 | unionShareUser.setUrl(configReader.getString(UNION_URL, "")); | 239 | unionShareUser.setUrl(configReader.getString(UNION_URL, "")); |
241 | } | 240 | } |
-
Please register or login to post a comment