From 467510392296686ca5a2271793c91c9444a39d30 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 29 八月 2023 18:15:10 +0800
Subject: [PATCH] 2023-08-29

---
 src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
index 5a622de..3feecc6 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
@@ -144,6 +144,7 @@
           { value: 'Nvarchar(512)', text: 'Nvarchar(512)' },
           { value: 'Nvarchar(1024)', text: 'Nvarchar(1024)' },
           { value: 'Nvarchar(2048)', text: 'Nvarchar(2048)' },
+          { value: 'Nvarchar(4000)', text: 'Nvarchar(4000)' },
           { value: 'Nvarchar(max)', text: 'Nvarchar(max)' },
           { value: 'Int', text: 'Int' },
           { value: 'Decimal(18,0)', text: 'Decimal(18,0)' },
@@ -206,7 +207,7 @@
           _fieldlen = _f.decimal ? _f.decimal : 0
         }
 
-        if (_fieldlen > 2048) {
+        if (_fieldlen > 4000) {
           _fieldlen = 'max'
         }
 

--
Gitblit v1.8.0