From 0a5ccddc62a2a858df09f9ec6791ed26cb03018c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 四月 2022 08:52:36 +0800
Subject: [PATCH] 不需要填写银行账号,会员提款申请
---
zhengcaioa/Model/zhengcaioaContext.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index 53daa49..4c8e020 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/zhengcaioa/Model/zhengcaioaContext.cs
@@ -143,7 +143,7 @@
if (!optionsBuilder.IsConfigured)
{
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.
- optionsBuilder.UseSqlServer("Data Source=.;Initial Catalog=zhengcaioa;User ID=sa;Password=123456");
+ optionsBuilder.UseSqlServer("Data Source=172.26.97.147;Initial Catalog=zhengcaioa;User ID=sa;Password=Za20222812");
}
}
@@ -7028,7 +7028,7 @@
.HasColumnName("challenge_id");
entity.Property(e => e.Evidential)
- .HasMaxLength(300)
+ .HasMaxLength(4000)
.HasColumnName("evidential");
entity.Property(e => e.Law)
@@ -7176,7 +7176,7 @@
.HasColumnName("complaint_id");
entity.Property(e => e.Evidential)
- .HasMaxLength(300)
+ .HasMaxLength(4000)
.HasColumnName("evidential");
entity.Property(e => e.Law)
--
Gitblit v1.9.1