This commit is contained in:
邹宗楠
2024-02-02 17:00:04 +08:00
parent e0d03dc250
commit 913ba27fd3
2 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ const (
autoSelfTakeCode = "135246"
)
const (
EBaiOrderAddressHide = "[隐私保护]顾客地址已隐藏"
)
func (c *BaseScheduler) CreateWaybillOnProviders(ctx *jxcontext.Context, order *model.GoodsOrder, courierVendorIDs, excludeCourierVendorIDs []int, maxDeliveryFee int64, createOnlyOne bool) (bills []*model.Waybill, err error) {
storeCourierList, err := dao.GetStoreCourierList2(dao.GetDB(), []int{jxutils.GetSaleStoreIDFromOrder(order)}, courierVendorIDs, model.StoreStatusOpened, []int{model.StoreAuditStatusOnline, model.StoreAuditStatusUpdated})
if err != nil {