Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
EggPlanet
/
egg_admin
Seguir
3
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update
master
shenjiachi
hace 1 semana
padre
c79366402a
commit
f7fdc00f51
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
app/hdl/member_center/hdl_level__management.go
+ 1
- 1
app/hdl/member_center/hdl_level__management.go
Ver fichero
@@ -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" {
Escribir
Vista previa
Cargando…
Cancelar
Guardar