From ecb7a60de1639f520712ce95f99414b0dd2c9713 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 14 四月 2025 08:30:40 +0800
Subject: [PATCH] 自动打印
---
DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
index 9e3a574..7b4f02a 100644
--- a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -83,8 +83,8 @@
/// </summary>
private void getTree()
{
- string _where = " and 1=1 and "+this.strWhere;
- var pgq = new PageQueryModel(1, 999999, "a.defect_name","asc","", _where);
+ string _where = " and 1=1 and " + this.strWhere;
+ var pgq = new PageQueryModel(1, 999999, "a.defect_name", "asc", "", _where);
var json = JsonConvert.SerializeObject(pgq);
try
{
--
Gitblit v1.9.3