刘韬 2 years ago
parent
commit
38baea0920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/service/DataService.java

+ 1 - 1
DataFusion/src/com/zskk/service/DataService.java

@@ -99,7 +99,7 @@ public class DataService {
      * 医院代收
      */
     public String getReport2(String code) {
-    	String content = getWithUrl("http://192.168.31.10:874/df/view/executeSql?sqlstr=select * from reportinfo where 检查编号 = " + code);
+    	String content = getWithUrl("http://192.168.31.10:874/df/view/executeSql?sqlstr=select * from reportinfo where 检查编号 = '" + code+"'");
 		return content;
 		
     }