Administrator
2024-02-18 53447bdad52123f959a9de9fa7909ccc2402fe4c
拜访单列表过滤
1个文件已修改
2 ■■■ 已修改文件
SelM/Crm_ComplainVisitBillList.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
            //生成首行标题