新接口
This commit is contained in:
@@ -1787,3 +1787,11 @@ func buildJxOrderInfo(order *model.GoodsOrder, orderSkus []*model.OrderSku) (jxO
|
||||
jxOrder.OrderType = model.OrderTypeMatter
|
||||
return jxOrder
|
||||
}
|
||||
|
||||
func GetSupplySupportStoreSkus(ctx *jxcontext.Context, fromDate, toDate string, fromStoreID, storeID int) (storeSkuBinds []*model.StoreSkuBind, err error) {
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
)
|
||||
storeSkuBinds, err = dao.GetSupplySupportStoreSkus(db, utils.Str2Time(fromDate), utils.Str2Time(toDate), fromStoreID, storeID)
|
||||
return storeSkuBinds, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user