This commit is contained in:
laodaming 2023-08-28 14:09:58 +08:00
parent 2830ea8724
commit aa7af1f5c8

View File

@ -212,6 +212,7 @@ func (w *wsConnectItem) genRenderTaskId(renderImageData websocket_data.RenderIma
"income_param": incomeHashBytes, "income_param": incomeHashBytes,
"model_info": modelHashStr, "model_info": modelHashStr,
"template_info": templateHashStr, "template_info": templateHashStr,
"material_image": *productTemplate.MaterialImg,
"render_element": elementHashBytes, "render_element": elementHashBytes,
} }
return hash.JsonHashKey(hashMap) return hash.JsonHashKey(hashMap)