Explorar el Código

系统初始化

wilgx0 hace 4 años
padre
commit
736cf63955
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/app/system/controller/sys_init.go

+ 1 - 1
internal/app/system/controller/sys_init.go

@@ -8,7 +8,7 @@ import (
 	"runtime"
 )
 
-var DbInit = &sysDbInitController{}
+var DbInit = sysDbInitController{}
 
 type sysDbInitController struct {
 	BaseController