新增分类同步错误返回修改

This commit is contained in:
苏尹岚
2020-03-26 15:02:01 +08:00
parent 60dafa8f85
commit f2b309c0dd
2 changed files with 1 additions and 4 deletions

View File

@@ -190,6 +190,7 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in
if err == nil {
storeCat.VendorCatID = vendorCatID
}
return err
}
return err
}