This commit is contained in:
邹宗楠
2024-04-11 10:05:47 +08:00
parent 7a4dc95b47
commit a3778f22e8

View File

@@ -514,7 +514,7 @@ func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOr
}
}
}
store := fmt.Sprintf("%s 修改:美团外卖门店改变回调(营业状态/审核状态):门店id:%s,本地修改后状态[%d]", ctx.GetUserName(), storeID, lineStatus)
store := fmt.Sprintf("%s 修改:美团外卖门店改变回调(营业状态/审核状态):门店id:%d,本地修改后状态[%d]", ctx.GetUserName(), storeID, lineStatus)
event.AddOperateEvent(ctx, ctx.GetTrackInfo(), store, "", "", 10, "UpdateStore")
return err
}