This commit is contained in:
gazebo
2019-03-14 12:13:06 +08:00
parent fffb7a495b
commit f331557856

View File

@@ -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)