- 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", "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 {