|
@@ -86,7 +86,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
|
|
|
- List<Record> records = Db.use("connected").find("select * from reportinfo where REVIEWDATE BETWEEN '?' and '?'",this.getPara("from"),this.getPara("to"));
|
|
|
+ List<Record> records = Db.use("connected").find("select * from reportinfo where REVIEWDATE BETWEEN ? and ?",this.getPara("from"),this.getPara("to"));
|
|
|
for (Record record : records) {
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
// 1:exam_id 2:patient_num 3:accession_num 4:study_uid
|