刘韬 %!s(int64=2) %!d(string=hai) anos
pai
achega
38baea0920
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 		
     }