This commit is contained in:
邹宗楠
2023-02-28 16:33:30 +08:00
parent 8bc59cac2e
commit 5a9dcb1c61
2 changed files with 26 additions and 0 deletions

View File

@@ -1819,3 +1819,10 @@ func GetOrderStoreIDs(db *DaoDB, beginAt, endAt time.Time, vendorID int) (storeI
}
return storeIDs, err
}
// 根据门店id获取正在刷单的门店商品
//func GetOrderListByStoreList(db *DaoDB, storeId []int64) (order []*model.GoodsOrder, err error) {
// sql := `
// S
//`
//}