From d47565bee39818a5bed69696d151c018473f0f08 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 15 八月 2024 11:10:17 +0800
Subject: [PATCH] 调整登录流程。完成登录测试,登录OK

---
 cylsg/cylsg.Core/BaseModelBase.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cylsg/cylsg.Core/BaseModelBase.cs b/cylsg/cylsg.Core/BaseModelBase.cs
index e722934..a041364 100644
--- a/cylsg/cylsg.Core/BaseModelBase.cs
+++ b/cylsg/cylsg.Core/BaseModelBase.cs
@@ -17,25 +17,25 @@
         /// 鍒涘缓鏃堕棿
         /// </summary>
         [Display(Name = "鍒涘缓鏃堕棿 ")]
-        [SugarColumn(ColumnDescription = "鍒涘缓鏃堕棿 ")]
+        [SugarColumn(ColumnDescription = "鍒涘缓鏃堕棿 " , IsNullable = true)]
         public DateTime? CreateTime { get; set; }
         /// <summary>
         /// 鍒涘缓浜�
         /// </summary>
         [Display(Name = "鍒涘缓浜� ")]
-        [SugarColumn(ColumnDescription = "鍒涘缓浜� ", Length = 100)]
+        [SugarColumn(ColumnDescription = "鍒涘缓浜� ", IsNullable = true, Length = 100)]
         public string CreateBy { get; set; }
         /// <summary>
         /// 淇敼鏃堕棿
         /// </summary>
         [Display(Name = "淇敼鏃堕棿 ")]
-        [SugarColumn(ColumnDescription = "淇敼鏃堕棿 ")]
+        [SugarColumn(ColumnDescription = "淇敼鏃堕棿 ", IsNullable = true)]
         public DateTime? UpDataTime { get; set; }
         /// <summary>
         /// 淇敼浜�
         /// </summary>
         [Display(Name = "淇敼浜� ")]
-        [SugarColumn(ColumnDescription = "淇敼浜� ", Length = 100)]
+        [SugarColumn(ColumnDescription = "淇敼浜� ", IsNullable = true,Length = 100)]
         public string UpDataBy { get; set; }
 
 

--
Gitblit v1.9.1