Administrator
2024-02-18 53447bdad52123f959a9de9fa7909ccc2402fe4c
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);
            //生成首行标题