南骏 池
3 天以前 143f730f90e0226ad2e8436f9c7572c41054f813
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();