1.新增makefile中demo编译项;
2.解决新增门店报错问题;
This commit is contained in:
parent
9c527664c7
commit
46a842565a
3
Makefile
3
Makefile
|
@ -22,5 +22,8 @@ build:
|
||||||
dev:
|
dev:
|
||||||
GOOS=linux GOARCH=amd64 go build -o dev_mh_goadmin_server main.go
|
GOOS=linux GOARCH=amd64 go build -o dev_mh_goadmin_server main.go
|
||||||
|
|
||||||
|
demo:
|
||||||
|
GOOS=linux GOARCH=amd64 go build -o demo_mh_goadmin_server main.go
|
||||||
|
|
||||||
pro:
|
pro:
|
||||||
GOOS=linux GOARCH=amd64 go build -o mh_goadmin_server main.go
|
GOOS=linux GOARCH=amd64 go build -o mh_goadmin_server main.go
|
||||||
|
|
|
@ -22,7 +22,7 @@ type Store struct {
|
||||||
IsOnline uint32 `json:"is_online"` // 在线
|
IsOnline uint32 `json:"is_online"` // 在线
|
||||||
CooperativeBusinessId uint32 `json:"cooperative_business_id" gorm:"index"` // 合作商id
|
CooperativeBusinessId uint32 `json:"cooperative_business_id" gorm:"index"` // 合作商id
|
||||||
CooperativeName string `json:"cooperative_name"` // 合作商名称
|
CooperativeName string `json:"cooperative_name"` // 合作商名称
|
||||||
GameCardGoods
|
//GameCardGoods
|
||||||
CooperativeAssistantMemberDeduct *CooperativeAssistantMemberDeduct `json:"cooperative_assistant_member_deduct" gorm:"-"`
|
CooperativeAssistantMemberDeduct *CooperativeAssistantMemberDeduct `json:"cooperative_assistant_member_deduct" gorm:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user