发送新售后单消息时用错售后单创建时间字段

重新收到新售后单消息的处理的BUG修复。但当前京东订单不正常的收到重复售后单消息没有实际解决(比如订单:923795309000741,售后单:24078668)
This commit is contained in:
gazebo
2019-10-03 22:09:12 +08:00
parent 9e135dfedf
commit 55aeeacc40
2 changed files with 3 additions and 1 deletions

View File

@@ -572,7 +572,7 @@ func NotifyAfsOrderStatus(afsOrder *model.AfsOrder) (err error) {
"color": WX_HIGHLEVEL_TEMPLATE_COLOR,
},
"keyword3": map[string]interface{}{
"value": utils.Time2Str(afsOrder.CreatedAt),
"value": utils.Time2Str(afsOrder.AfsCreatedAt),
"color": venderColors[order.VendorID],
},
"remark": map[string]interface{}{