获取购物车

This commit is contained in:
苏尹岚
2020-08-18 10:45:52 +08:00
parent 927c261f0d
commit 1517ea4520
3 changed files with 17 additions and 6 deletions

View File

@@ -1796,7 +1796,7 @@ func buildJxOrderInfo(order *model.GoodsOrder, orderSkus []*model.OrderSku) (jxO
return jxOrder
}
func GetSupplySupportStoreSkus(ctx *jxcontext.Context, fromDate, toDate string, fromStoreID, storeID int, percentage string) (orderSkus []*model.OrderSku, err error) {
func GetSupplySupportStoreSkus(ctx *jxcontext.Context, fromDate, toDate string, fromStoreID, storeID int, percentage string) (orderSkus []*dao.GetSupplySupportStoreSkusResult, err error) {
var (
db = dao.GetDB()
)