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