소스 검색

Merge branch 'cygx_10.5.3' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 1 년 전
부모
커밋
f68b7f3510
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/db.go

+ 1 - 0
models/db.go

@@ -72,6 +72,7 @@ func init() {
 		new(CygxReportHistoryRecordLog),
 		new(CygxReportHistoryRecordLog),
 		new(CygxUserLabel),
 		new(CygxUserLabel),
 		new(CygxInviteCompany),
 		new(CygxInviteCompany),
+		new(CygxApplyRecord),
 	)
 	)
 	// 记录ORM查询日志
 	// 记录ORM查询日志
 	orm.Debug = true
 	orm.Debug = true