Browse Source

Merge branch 'cygx_11.1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

# Conflicts:
#	models/db.go
xingzai 1 year ago
parent
commit
aa4aa8e2c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/db.go

+ 1 - 1
models/db.go

@@ -158,9 +158,9 @@ func init() {
 		new(CygxTagHistory),
 		new(CygxReportMappingCategoryGroup),
 		new(CygxActivitySpecialInheritPointsCompany),
+		new(CygxApplyCollection),
 		new(CygxArticleApplyAppointmentExpert),
 		new(CygxBannerYxSurvey),
-		new(CygxApplyCollection),
 	)
 	// 记录ORM查询日志
 	orm.Debug = true