南骏 池
5 天以前 29c58a44a8f725637e7b18fbfc2dc826ba430561
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();