|
@@ -77,7 +77,7 @@ public class ViewController extends Controller {
|
|
try {
|
|
try {
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
|
|
|
- List<Record> array = Db.use("connected").find("SELECT * FROM studyinfo where ACCESSIONNUMBER=?", this.getPara("accno"));
|
|
|
|
|
|
+ List<Record> array = Db.use("connected").find("SELECT * FROM studyinfo where ACCESSIONNUMBER='87254604'");
|
|
|
|
|
|
for (Record object : array) {
|
|
for (Record object : array) {
|
|
String[] strings = object.getStr("YYK_PATHNAME").split("\\\\");
|
|
String[] strings = object.getStr("YYK_PATHNAME").split("\\\\");
|