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();