1.解决新增门店报错问题;
This commit is contained in:
parent
9c527664c7
commit
cac48b5a5f
|
@ -22,7 +22,7 @@ type Store struct {
|
|||
IsOnline uint32 `json:"is_online"` // 在线
|
||||
CooperativeBusinessId uint32 `json:"cooperative_business_id" gorm:"index"` // 合作商id
|
||||
CooperativeName string `json:"cooperative_name"` // 合作商名称
|
||||
GameCardGoods
|
||||
//GameCardGoods // 备注:此字段数据库没有,添加后导致新增门店报错
|
||||
CooperativeAssistantMemberDeduct *CooperativeAssistantMemberDeduct `json:"cooperative_assistant_member_deduct" gorm:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user