From 18a4451e5b7bf8f7f6a260796acb24adb3b2ccda Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 14 十月 2024 15:34:28 +0800
Subject: [PATCH] 修正提现逻辑,实现重新建单支付 API

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

diff --git a/cylsg/cylsg.Core/BaseModelBase.cs b/cylsg/cylsg.Core/BaseModelBase.cs
index a041364..2982fd3 100644
--- a/cylsg/cylsg.Core/BaseModelBase.cs
+++ b/cylsg/cylsg.Core/BaseModelBase.cs
@@ -23,7 +23,7 @@
         /// 鍒涘缓浜�
         /// </summary>
         [Display(Name = "鍒涘缓浜� ")]
-        [SugarColumn(ColumnDescription = "鍒涘缓浜� ", IsNullable = true, Length = 100)]
+        [SugarColumn(ColumnDescription = "鍒涘缓浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
         public string CreateBy { get; set; }
         /// <summary>
         /// 淇敼鏃堕棿
@@ -35,7 +35,7 @@
         /// 淇敼浜�
         /// </summary>
         [Display(Name = "淇敼浜� ")]
-        [SugarColumn(ColumnDescription = "淇敼浜� ", IsNullable = true,Length = 100)]
+        [SugarColumn(ColumnDescription = "淇敼浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
         public string UpDataBy { get; set; }
 
 

--
Gitblit v1.9.1