This commit is contained in:
邹宗楠
2024-01-11 16:00:45 +08:00
parent 61e68bd740
commit 3b2c26c040
2 changed files with 4 additions and 2 deletions

View File

@@ -6695,12 +6695,12 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap
//func BatchSetMTBoxPrice(jxStoreId []int) error {
// var db = dao.GetDB()
// for _, v := range jxStoreId {
// storeSkuList, err := dao.GetStoresSkusInfo(db, []int{v}, nil)
// storeDetail, err := dao.GetStoreDetail(db, v, model.VendorIDMTWM, "")
// if err != nil {
// return err
// }
//
// storeDetail, err := dao.GetStoreDetail(db, v, model.VendorIDMTWM, "")
// storeSkuList, err := dao.GetStoresSkusInfo(db, []int{v}, nil)
// if err != nil {
// return err
// }