From f33155785615da3dae9c0e7a142a770c5be6ddd4 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 14 Mar 2019 12:13:06 +0800 Subject: [PATCH] - fk --- business/jxcallback/orderman/oder_comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/oder_comment.go b/business/jxcallback/orderman/oder_comment.go index 8838e8574..39f7ed1af 100644 --- a/business/jxcallback/orderman/oder_comment.go +++ b/business/jxcallback/orderman/oder_comment.go @@ -111,7 +111,7 @@ func (c *OrderManager) OnOrderComments(orderCommentList []*model.OrderComment) ( if orderComment.StoreID > 0 { comment2.Jxstoreid = utils.Int2Str(orderComment.StoreID) } - comment2.Userphone = order.ConsigneeMobile + comment2.Userphone = orderComment.ConsigneeMobile if orderComment.StoreID > 0 && orderComment.Score <= JX_BAD_COMMENTS_MAX_LEVEL { if globals.ReallyCallPlatformAPI { weixinmsg.PushJDBadCommentToWeiXin(comment2)