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