- add SHOP_CATEGORY_LEVEL in QueryCategoriesByOrgCode

This commit is contained in:
gazebo
2019-02-25 15:35:35 +08:00
parent bc8d07a97f
commit 4ce7f7d9e8

View File

@@ -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 {