修改数据类型
This commit is contained in:
@@ -118,7 +118,7 @@ func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.S
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateStore := &fnpsapi.UpdateStoreParam{
|
updateStore := &fnpsapi.UpdateStoreParam{
|
||||||
ChainStoreID: string(fnStore.ChainStoreID),
|
ChainStoreID: fnStore.ChainStoreID,
|
||||||
HeadShopName: brandInfo[0].Name + "-" + storeDetail.Name,
|
HeadShopName: brandInfo[0].Name + "-" + storeDetail.Name,
|
||||||
ContactPhone: storeDetail.Tel1,
|
ContactPhone: storeDetail.Tel1,
|
||||||
Address: storeDetail.Address,
|
Address: storeDetail.Address,
|
||||||
|
|||||||
Reference in New Issue
Block a user