abiao лет назад: 5
Родитель
Сommit
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 = ? ;
 		`