存算联动修改
Former-commit-id: a2705ef6fc5e1df59f1c83466bcb5c024464aef7
This commit is contained in:
parent
c88784a42d
commit
0e7219ab13
|
@ -77,7 +77,7 @@ func NewStoreLink(ctx context.Context, svcCtx *svc.ServiceContext, participant *
|
||||||
|
|
||||||
func GetParticipants(dbEngin *gorm.DB) []*models.StorelinkCenter {
|
func GetParticipants(dbEngin *gorm.DB) []*models.StorelinkCenter {
|
||||||
var participants []*models.StorelinkCenter
|
var participants []*models.StorelinkCenter
|
||||||
dbEngin.Raw("select * from storelink_center where type = 1").Scan(&participants)
|
dbEngin.Raw("select * from storelink_center").Scan(&participants)
|
||||||
return participants
|
return participants
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue