- fk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user