This commit is contained in:
richboo111
2023-09-05 11:15:47 +08:00
parent a4ce0c6038
commit 78f1b2e37a

View File

@@ -4,6 +4,10 @@ import (
"encoding/json"
"errors"
"fmt"
"math"
"regexp"
"strings"
"git.rosy.net.cn/baseapi/platformapi/mtwmapi"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/baseapi/utils/errlist"
@@ -17,9 +21,6 @@ import (
"git.rosy.net.cn/jx-callback/business/partner"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/globals/api"
"math"
"regexp"
"strings"
)
var (
@@ -481,5 +482,6 @@ func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOr
} else {
err = getAPI(vendorOrgCode, storeID, vendorStoreID).PoiOffline(vendorStoreID)
}
globals.SugarLogger.Debugf("UpdateStoreLineStatus err3333=%v", err)
return err
}