同步错误返回
This commit is contained in:
@@ -31,13 +31,6 @@ var (
|
|||||||
subSensitiveWordRegexp = regexp.MustCompile(`[^\[\]\"\}]`)
|
subSensitiveWordRegexp = regexp.MustCompile(`[^\[\]\"\}]`)
|
||||||
)
|
)
|
||||||
|
|
||||||
type ErrMsg struct {
|
|
||||||
SkuID int
|
|
||||||
StoreID int
|
|
||||||
VendorID int
|
|
||||||
Err string
|
|
||||||
}
|
|
||||||
|
|
||||||
func CreateStoreCategoryByStoreSku(ctx *jxcontext.Context, vendorID, storeID int, vendorStoreID string, nameIDs, skuIDs []int) (err error) {
|
func CreateStoreCategoryByStoreSku(ctx *jxcontext.Context, vendorID, storeID int, vendorStoreID string, nameIDs, skuIDs []int) (err error) {
|
||||||
globals.SugarLogger.Debugf("CreateStoreCategoryByStoreSku vendorID:%d, storeID:%d", vendorID, storeID)
|
globals.SugarLogger.Debugf("CreateStoreCategoryByStoreSku vendorID:%d, storeID:%d", vendorID, storeID)
|
||||||
db := dao.GetDB()
|
db := dao.GetDB()
|
||||||
|
|||||||
Reference in New Issue
Block a user