|
|
@@ -47,7 +47,7 @@ public class MemberJoinRequestBean extends RequestBean {
|
|
|
this.nationality = nationality;
|
|
|
this.mobileCompany = mobileCompany;
|
|
|
this.gender = gender;
|
|
|
- this.guestCoin = guestCoin;
|
|
|
+ this.guestCoin = ("0".equals(guestCoin)) ? null : guestCoin;
|
|
|
this.zumoUser = zumoUser;
|
|
|
this.policyNumberList = policyNumberList;
|
|
|
this.likeList = likeList;
|