fix: some api bug
This commit is contained in:
@@ -51,7 +51,7 @@ func (l *GetShopsByIdLogic) GetShopsById(in *pb.GetShopsByIdReq) (*pb.GetShopsBy
|
||||
AllowMultiShop: shop.AllowMultiShop,
|
||||
AllowIndependentOrders: shop.AllowIndependentOrders,
|
||||
DispatchMode: shop.DispatchMode,
|
||||
Announcements: shop.Announcements,
|
||||
Announcements: shop.Announcements.Elements,
|
||||
TemplateConfig: string(templateConfigBytes),
|
||||
CreatedAt: shop.CreatedAt.Unix(),
|
||||
UpdatedAt: shop.UpdatedAt.Unix(),
|
||||
|
||||
Reference in New Issue
Block a user