Browse Source

Merge pull request '修改表结构,将非空修改成默认空' (#834) from zouap_static into V20211115

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/834
Reviewed-by: ychao_1983 <ychao_1983@sina.com>
pull/836/head
ychao_1983 3 years ago
parent
commit
e707e57a81
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

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

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

type UserBusinessAnalysisQueryOptions struct {


Loading…
Cancel
Save