fix
This commit is contained in:
parent
15b2a80f58
commit
8f5bcc76ec
|
@ -57,6 +57,10 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq) (resp *basi
|
||||||
if !ok {
|
if !ok {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
//关闭标识
|
||||||
|
if ws.isClose {
|
||||||
|
return true
|
||||||
|
}
|
||||||
renderKey := ws.getRenderImageMapKey(req.Info.ProductId, req.Info.TemplateTagId, req.Info.LogoId, req.Info.AlgorithmVersion)
|
renderKey := ws.getRenderImageMapKey(req.Info.ProductId, req.Info.TemplateTagId, req.Info.LogoId, req.Info.AlgorithmVersion)
|
||||||
//查询有无该渲染任务
|
//查询有无该渲染任务
|
||||||
_, ok = ws.renderProperty.renderImageTask[renderKey]
|
_, ok = ws.renderProperty.renderImageTask[renderKey]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user