From fdf4cdbf9723d9d05938fe56d2014769dd7ece4c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周六, 10 5月 2025 12:17:19 +0800 Subject: [PATCH] 修复 模糊查询bug --- 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