订单新提醒加上备注

This commit is contained in:
苏尹岚
2020-07-02 18:08:09 +08:00
parent 66e8f15f3c
commit d23eb99d9e

View File

@@ -351,7 +351,7 @@ func NotifyOrderChanged(order *model.GoodsOrder) (err error) {
"color": WX_NEW_ORDER_TEMPLATE_COLOR,
},
"keyword3": map[string]interface{}{
"value": order.ConsigneeAddress + "" + order.ConsigneeName + "" + order.ConsigneeMobile,
"value": order.ConsigneeAddress + "" + order.ConsigneeName + "" + order.ConsigneeMobile + "" + order.BuyerComment,
"color": WX_NEW_ORDER_TEMPLATE_COLOR,
},
"keyword4": map[string]interface{}{