Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
SmartCanteen
/
smart_canteen
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update
master
dengbiao
hace 2 meses
padre
1493b135cb
commit
dfab122446
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
app/customer/hdl/hdl_enterprise.go
+ 2
- 2
app/customer/hdl/hdl_enterprise.go
Ver fichero
@@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) {
return
}
if req.Limit == 0 {
req.Limit = 10
req.Limit = 10
0
}
if req.Page == 0 {
req.Page = 1
0
req.Page = 1
}
platform := c.GetHeader("platform")
Escribir
Vista previa
Cargando…
Cancelar
Guardar