fix
This commit is contained in:
parent
a50a183b74
commit
a23983b57c
|
@ -175,7 +175,7 @@ func (m *MqConsumerRenderAssemble) Run(ctx context.Context, data []byte) error {
|
||||||
if index, ok := mapImageData[templateInfo.Id]; ok {
|
if index, ok := mapImageData[templateInfo.Id]; ok {
|
||||||
baseImage = constants.H5_URL + "/storage" + rspInfo.Data[index].Imgurl
|
baseImage = constants.H5_URL + "/storage" + rspInfo.Data[index].Imgurl
|
||||||
}
|
}
|
||||||
tempData := []map[string]interface{}{}
|
tempData := make([]map[string]interface{}, 0, 3)
|
||||||
if element.Base != nil && *element.Base != "" {
|
if element.Base != nil && *element.Base != "" {
|
||||||
tempData = append(tempData, map[string]interface{}{
|
tempData = append(tempData, map[string]interface{}{
|
||||||
"name": "model",
|
"name": "model",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user