快乐的昕的电脑
6 天以前 430f4df6519253ffaf49f2d098ac1df77aa5891e
service/QC/IpqcService.cs
@@ -105,7 +105,7 @@
                throw new ApplicationException("GUID转换错误");
        }
        var sql = string.Format(@"EXEC prc_pda_ipqc_GetXjList ");
        var sql = string.Format(@"EXEC prc_pda_ipqc_GetXjList '{0}'", parsedGuid);
        var pageList = Db.Ado.SqlQuery<VIpqcXj>(sql).ToList();