From c60a7d7b29faba465969555e2a9c69acb8510f90 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 二月 2022 09:11:41 +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