美团门店关闭是通知给石锋

This commit is contained in:
邹宗楠
2023-12-18 14:10:55 +08:00
parent c6d2ce16d4
commit 15b450db7a
6 changed files with 30 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ func (c *DeliveryHandler) CreateStore(ctx *jxcontext.Context, storeDetail *dao.S
BusinessLicencePicHash: storeDetail.Licence,
}
if createStore.OwnerName == "" {
createStore.OwnerName = "石锋"
createStore.OwnerName = model.DefaultName
}
if createStore.OwnerIDNum == "" {
createStore.OwnerIDNum = "610126198012230014"
@@ -137,7 +137,7 @@ func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.S
updateStore.BranchShopName = storeDetail.Name
}
if updateStore.OwnerName == "" {
updateStore.OwnerName = "石锋"
updateStore.OwnerName = model.DefaultName
}
if updateStore.OwnerIDNum == "" {
updateStore.OwnerIDNum = "610126198012230014"