This commit is contained in:
苏尹岚
2021-02-24 09:48:33 +08:00
parent 7d7ed04f75
commit 3858c45274

View File

@@ -649,7 +649,7 @@ func NotifyStoreMessage(storeID, msgID, msgStatusID int, msg *model.Message) (er
"color": "#2E408E",
},
"keyword3": map[string]interface{}{
"value": model.VendorNames[int(utils.MustInterface2Int64(actMap["vendorID"]))],
"value": model.VendorNames[int(utils.Interface2Float64WithDefault((actMap["vendorID"]), 0))],
"color": "#2E408E",
},
"remark": map[string]interface{}{