1
This commit is contained in:
@@ -115,6 +115,7 @@ func (p *PurchaseHandler) IsErrCategoryNotExist(err error) (isNotExist bool) {
|
||||
func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeCat *dao.SkuStoreCatInfo) (err error) {
|
||||
api := getAPI(storeCat.VendorOrgCode, storeID, vendorStoreID)
|
||||
globals.SugarLogger.Debugf("CreateStoreCategory===== := %s%s%d", vendorStoreID, storeCat.VendorOrgCode, storeID)
|
||||
globals.SugarLogger.Debugf("storeCat===== := %s", utils.Format4Output(storeCat, false))
|
||||
|
||||
// 修改分类
|
||||
if model.IsSyncStatusUpdate(storeCat.CatSyncStatus) {
|
||||
|
||||
Reference in New Issue
Block a user