From 898c05c6037d64912c7e80f81f1b5060b4f075c2 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 11 5月 2025 10:12:22 +0800
Subject: [PATCH] 调整 automap
---
Weben_CMS专用代码生成器/Code/MainForm.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs"
index c56be20..6311a10 100644
--- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs"
+++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs"
@@ -135,17 +135,17 @@
string _tb_LikeQueryAttrsName = this.tb_LikeQueryAttrsName.Text.Trim();//涓枃娉ㄩ噴
if (_tb_LikeQueryAttrsName == "")
{
- MessageBox.Show("璇疯緭鍏� 妯$硦鏌ヨ瀛楁鍚嶏紒");
- this.tb_LikeQueryAttrsName.Focus();
- return;
+ //MessageBox.Show("璇疯緭鍏� 妯$硦鏌ヨ瀛楁鍚嶏紒");
+ //this.tb_LikeQueryAttrsName.Focus();
+ //return;
}
string _tb_LikeQueryAttrs = this.tb_LikeQueryAttrs.Text.Trim();//涓枃娉ㄩ噴
if (_tb_LikeQueryAttrs == "")
{
- MessageBox.Show("璇疯緭鍏� 妯$硦鏌ヨ瀛楁锛�");
- this.tb_LikeQueryAttrs.Focus();
- return;
+ //MessageBox.Show("璇疯緭鍏� 妯$硦鏌ヨ瀛楁锛�");
+ //this.tb_LikeQueryAttrs.Focus();
+ //return;
}
string chinaComment = this.tb_ChinaComment.Text.Trim();//涓枃娉ㄩ噴
--
Gitblit v1.9.3