1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user