From 6882de31aba62ec075686fad3cb1744e45e21c01 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 17 Nov 2021 10:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/user_business_analysis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/user_business_analysis.go b/models/user_business_analysis.go index 1223224ee..fb639459f 100644 --- a/models/user_business_analysis.go +++ b/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 {