aa
This commit is contained in:
@@ -160,7 +160,9 @@ func (c *PurchaseHandler) onOrderInfoChangeMsg(vendorOrgCode string, msg *jdapi.
|
||||
order.BuyerComment = msg.OrderBuyerRemark
|
||||
}
|
||||
_, err = dao.UpdateEntity(db, order, "ConsigneeAddress", "ConsigneeName", "ConsigneeMobile", "ConsigneeLat", "ConsigneeLng", "BuyerComment")
|
||||
weixinmsg.NotifyOrderChanged(order)
|
||||
if !(order.Status >= model.OrderStatusEndBegin && order.Status <= model.OrderStatusEndEnd) {
|
||||
weixinmsg.NotifyOrderChanged(order)
|
||||
}
|
||||
}
|
||||
return jdapi.SuccessResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user