浏览代码

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

ddd
pull/883/head
liuzx 3 年前
父节点
当前提交
8e3faaa51c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      models/user_business_analysis.go

+ 1
- 1
models/user_business_analysis.go 查看文件

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

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

type UserBusinessAnalysisQueryOptions struct {


正在加载...
取消
保存