1
This commit is contained in:
@@ -172,6 +172,7 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in
|
||||
err = err2
|
||||
} else {
|
||||
for _, v := range storeCategoryList {
|
||||
globals.SugarLogger.Debugf("storeCategoryList==========err %s", err.Error())
|
||||
if len(v.Children) > 0 {
|
||||
for _, c := range v.Children {
|
||||
if strings.Contains(c.Name, err.Error()) {
|
||||
|
||||
Reference in New Issue
Block a user