修改会员卡的bug~

This commit is contained in:
fengyapeng 2017-01-12 16:37:41 +08:00
parent 0dec5c1c0f
commit 25e7eb91d7
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ public class CouponBaseInfo implements Serializable {
public void cleanCantUpdateField() { public void cleanCantUpdateField() {
this.brandName = null; this.brandName = null;
this.title = null; // this.title = null;
this.sku = null; this.sku = null;
this.bindOpenId = null; this.bindOpenId = null;
this.useCustomCode = null; this.useCustomCode = null;

View File

@ -135,7 +135,7 @@ public class MemberUserForm {
} }
public FormBudiler canModify(boolean modify){ public FormBudiler canModify(boolean modify){
this.canModify = canModify; this.canModify = modify;
return this; return this;
} }