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