Explorar o código

add clear product cache

abiao %!s(int64=5) %!d(string=hai) anos
pai
achega
66ee5c17ea

+ 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 = ? ;
 		`