@@ -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;
}