1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user