add
This commit is contained in:
@@ -3536,6 +3536,9 @@ func UpdateStoreCategoryMap(ctx *jxcontext.Context, ID int, storeCategoryMap *mo
|
|||||||
if storeCategoryMap.StoreCategoryName != "" {
|
if storeCategoryMap.StoreCategoryName != "" {
|
||||||
valid["storeCategoryName"] = storeCategoryMap.StoreCategoryName
|
valid["storeCategoryName"] = storeCategoryMap.StoreCategoryName
|
||||||
}
|
}
|
||||||
|
if storeCategoryMap.IsHidden < 2 {
|
||||||
|
valid["isHidden"] = storeCategoryMap.IsHidden
|
||||||
|
}
|
||||||
if storeCategoryMap.CategoryID != 0 {
|
if storeCategoryMap.CategoryID != 0 {
|
||||||
valid["categoryID"] = storeCategoryMap.CategoryID
|
valid["categoryID"] = storeCategoryMap.CategoryID
|
||||||
if !isDelete {
|
if !isDelete {
|
||||||
|
|||||||
Reference in New Issue
Block a user