Browse Source

Merge branch 'fix-1936' of https://git.openi.org.cn/OpenI/aiforge into fix-1936

tags/v1.22.5.1^2
wangjr 3 years ago
parent
commit
4f9586a2ed
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      models/user_business_analysis.go

+ 0
- 4
models/user_business_analysis.go View File

@@ -104,8 +104,6 @@ type UserBusinessAnalysisAll struct {
CollectImage int `xorm:"NOT NULL DEFAULT 0"`
CollectedImage int `xorm:"NOT NULL DEFAULT 0"`
RecommendImage int `xorm:"NOT NULL DEFAULT 0"`

HasActivity int `xorm:"NOT NULL DEFAULT 0"`
}

type UserBusinessAnalysis struct {
@@ -193,8 +191,6 @@ type UserBusinessAnalysis struct {
CollectImage int `xorm:"NOT NULL DEFAULT 0"`
CollectedImage int `xorm:"NOT NULL DEFAULT 0"`
RecommendImage int `xorm:"NOT NULL DEFAULT 0"`

HasActivity int `xorm:"NOT NULL DEFAULT 0"`
}

type UserBusinessAnalysisQueryOptions struct {


Loading…
Cancel
Save