1
This commit is contained in:
@@ -126,7 +126,7 @@ func (p *PurchaseHandler) getVendorCategories(level int, pid int64) (vendorCats
|
|||||||
globals.SugarLogger.Debugf("-------vendorOrgCode := %s", vendorOrgCode)
|
globals.SugarLogger.Debugf("-------vendorOrgCode := %s", vendorOrgCode)
|
||||||
globals.SugarLogger.Debugf("-------jdsApi := %s", jdsApi.GetToken())
|
globals.SugarLogger.Debugf("-------jdsApi := %s", jdsApi.GetToken())
|
||||||
cats, err := jdsApi.QueryChildCategoriesForOP(pid)
|
cats, err := jdsApi.QueryChildCategoriesForOP(pid)
|
||||||
globals.SugarLogger.Debugf("-------err := %v", err())
|
globals.SugarLogger.Debugf("-------err := %v", err)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user