From 53447bdad52123f959a9de9fa7909ccc2402fe4c Mon Sep 17 00:00:00 2001 From: Administrator <jinghz@oceic.com> Date: 星期日, 18 二月 2024 18:07:25 +0800 Subject: [PATCH] 拜访单列表过滤 --- SelM/Crm_ComplainVisitBillList.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SelM/Crm_ComplainVisitBillList.cs b/SelM/Crm_ComplainVisitBillList.cs index be6d65b..c20d637 100644 --- a/SelM/Crm_ComplainVisitBillList.cs +++ b/SelM/Crm_ComplainVisitBillList.cs @@ -47,7 +47,7 @@ //杩囨护鏉′欢 if (frmCondition.SqlStr.Trim().Length == 0) return; - sSql = frmCondition.SqlStr + sWhere + " order by 鍗曟嵁鍙� desc,hsubid "; + sSql = frmCondition.SqlStr + sWhere + sDlgWhere + " order by 鍗曟嵁鍙� desc,hsubid "; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //鐢熸垚棣栬鏍囬 -- Gitblit v1.9.1