|
@@ -112,7 +112,7 @@ namespace LisPacsDataUpload.business
|
|
|
else if(lisVersion == 3)
|
|
|
{
|
|
|
// 三方lis
|
|
|
- string three_sql = @"select pdfUrl from three_lis_pdf where yzid =" + bbid;
|
|
|
+ string three_sql = @"select pdfUrl from three_lis_pdf where yzid ='" + bbid+"'";
|
|
|
LogHelper.Info("three_sql "+ three_sql);
|
|
|
List<string> pdfs = SqlServerHelper.GetPdfUrlList(three_sql);
|
|
|
if (pdfs != null && pdfs.Count()>0)
|