Browse Source

Merge remote-tracking branch 'origin/V20211115' into liuzx_trainjob

ddd
pull/883/head
liuzx 3 years ago
parent
commit
8e3faaa51c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/user_business_analysis.go

+ 1
- 1
models/user_business_analysis.go View File

@@ -73,7 +73,7 @@ type UserBusinessAnalysis struct {
//user //user
Name string `xorm:"NOT NULL"` Name string `xorm:"NOT NULL"`


DataDate string `xorm:"NOT NULL"`
DataDate string `xorm:"NULL"`
} }


type UserBusinessAnalysisQueryOptions struct { type UserBusinessAnalysisQueryOptions struct {


Loading…
Cancel
Save