ソースを参照

add clear product cache

abiao 5 年 前
コミット
66ee5c17ea
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      go/gopath/src/fohow.com/apps/models/order_model/order_dt_item.go

+ 1 - 1
go/gopath/src/fohow.com/apps/models/order_model/order_dt_item.go

@@ -83,7 +83,7 @@ func GetOrderDetailPackages(productId int64, useCache bool) (list []*ProductItem
 		}
 	}
 	sql := `
-		select item_id,item_title,nums from
+		select product_id,item_id,item_title,nums from
 		product_items
 		where product_id = ? ;
 		`