修改假运单配送
This commit is contained in:
@@ -6690,3 +6690,18 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// BatchSetMTBoxPrice 批量修改美团包装费为0
|
||||
//func BatchSetMTBoxPrice(jxStoreId []int64) error {
|
||||
// utils.CallFuncAsync(func() {
|
||||
// for _, v := range jxStoreId {
|
||||
// storeSkuList, err := dao.GetStoresSkusInfo(dao.GetDB(), []int{int(v)}, nil)
|
||||
// if err != nil {
|
||||
// return
|
||||
// }
|
||||
//
|
||||
//
|
||||
// }
|
||||
// })
|
||||
// return nil
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user