修改会员卡的bug~
This commit is contained in:
parent
0dec5c1c0f
commit
25e7eb91d7
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user