浏览代码

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