|
@@ -467,6 +467,7 @@ func (self *OrderController) Detail() {
|
|
|
product.ColorName = item.ColorName
|
|
product.ColorName = item.ColorName
|
|
|
product.OrderCount = item.Count
|
|
product.OrderCount = item.Count
|
|
|
product.IsZeng = item.Send
|
|
product.IsZeng = item.Send
|
|
|
|
|
+ product.Commend = item.Commend
|
|
|
o.Count += item.Count
|
|
o.Count += item.Count
|
|
|
if product.SeckilShowPrice > 0 {
|
|
if product.SeckilShowPrice > 0 {
|
|
|
now := time.Now()
|
|
now := time.Now()
|
|
@@ -539,6 +540,7 @@ func (self *OrderController) List() {
|
|
|
item.Count += orderItem.Count
|
|
item.Count += orderItem.Count
|
|
|
product.OrderCount = orderItem.Count
|
|
product.OrderCount = orderItem.Count
|
|
|
product.IsZeng = orderItem.Send
|
|
product.IsZeng = orderItem.Send
|
|
|
|
|
+ product.Commend = orderItem.Commend
|
|
|
|
|
|
|
|
if product.SeckilShowPrice > 0 {
|
|
if product.SeckilShowPrice > 0 {
|
|
|
now := time.Now()
|
|
now := time.Now()
|