增加价格排序
This commit is contained in:
parent
55edaf8f35
commit
b12b23fa6a
|
@ -217,7 +217,7 @@ func OrderNotify(request front.YouChuRequest) (NotifyResponse front.YouChuOrderN
|
|||
}
|
||||
|
||||
_, err = ordersmodel.GetInstance().GetDb().Where("id = ?", order.Id).Update(ordersmodel.Orders{ExchangeTime: time.Now()})
|
||||
utils.Log(nil, "更新订单err", err)
|
||||
utils.Log(nil, "更新订单err", order.Id, err)
|
||||
var productDetail productsmodel.Products
|
||||
has, err = productsmodel.GetInstance().GetDb().Where("id = ?", orderDetail.ProductId).Get(&productDetail)
|
||||
if err != nil || !has {
|
||||
|
|
Loading…
Reference in New Issue