111
schangxiang@126.com
2025-05-11 cd69eea4ac466620834da66c76e84902cac5458d
Weben_CMSרÓôúÂëÉú³ÉÆ÷/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();//中文注释