Browse Source

Grp_CreditCardPayment-->Payee 更改数据类型 50 --> 255

LEIYI 7 months ago
parent
commit
c2d845ee55

+ 1 - 1
OASystem/OASystem.Domain/Entities/Groups/Grp_CreditCardPayment.cs

@@ -183,7 +183,7 @@ namespace OASystem.Domain.Entities.Groups
         /// <summary>
         /// 收款方
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
+        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(255)")]
         public string Payee { get; set; }
         /// <summary>
         /// 人民币费用

+ 2 - 2
OASystem/OpWin/Home.cs

@@ -1760,7 +1760,7 @@ namespace OpWin
                                         //Ìí¼ÓÊý¾Ý
                                         if (time.Length >= 2)
                                         {
-                                            OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].language);
+                                            OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].Language);
                                         }
                                         else
                                         {
@@ -3472,7 +3472,7 @@ namespace OpWin
                                     //Ìí¼ÓÊý¾Ý
                                     if (time.Length >= 2)
                                     {
-                                        OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].language);
+                                        OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].Language);
                                     }
                                     else
                                     {