Browse Source

删除测试代码

pixel 4 years ago
parent
commit
0513fb9c7f
2 changed files with 0 additions and 2 deletions
  1. 0 1
      server/initialize/db_table.go
  2. 0 1
      server/initialize/router.go

+ 0 - 1
server/initialize/db_table.go

@@ -22,7 +22,6 @@ func DBTables() {
 		model.ExaFileChunk{},
 		model.ExaCustomer{},
 		model.SysOperationRecord{},
-		model.TestMore{},
 	)
 	global.GVA_LOG.Debug("register table success")
 }

+ 0 - 1
server/initialize/router.go

@@ -38,7 +38,6 @@ func Routers() *gin.Engine {
 	router.InitSysDictionaryDetailRouter(ApiGroup)   // 字典详情管理
 	router.InitSysDictionaryRouter(ApiGroup)         // 字典管理
 	router.InitSysOperationRecordRouter(ApiGroup)
-	router.InitTestMoreRouter(ApiGroup)
 	global.GVA_LOG.Info("router register success")
 	return Router
 }