- add SHOP_CATEGORY_LEVEL in QueryCategoriesByOrgCode
This commit is contained in:
@@ -224,6 +224,7 @@ func (a *API) QueryCategoriesByOrgCode() (catList []*CategoryInfo, err error) {
|
||||
"ID",
|
||||
"PID",
|
||||
"SHOP_CATEGORY_NAME",
|
||||
"SHOP_CATEGORY_LEVEL",
|
||||
"SORT",
|
||||
}), nil, nil, nil)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user