This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
shenjiachi
1 week ago
parent
c79366402a
commit
f7fdc00f51
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/hdl/member_center/hdl_level__management.go
+ 1
- 1
app/hdl/member_center/hdl_level__management.go
View File
@@ -157,7 +157,7 @@ func UpdateLevel(c *gin.Context) {
return
}
level.
LevelWeight
= utils.StrToInt(req.IsUse)
level.
IsUse
= utils.StrToInt(req.IsUse)
forceColumns = append(forceColumns, "is_use")
}
if req.AutoUpdate == "0" || req.AutoUpdate == "1" {
Write
Preview
Loading…
Cancel
Save