From 009ba2bf881dbf2bb8a89019451bd076c9a473a8 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 16 Nov 2021 09:50:58 +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 7c734a0f5..00d8e3f8a 100644 --- a/models/user_business_analysis.go +++ b/models/user_business_analysis.go @@ -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 {