|
@@ -73,7 +73,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
public void sdinsert() {
|
|
|
try {
|
|
|
- List<Record> records = Db.use("connected").find("select * from examinfo where ReqDate >? and ReqDate <",this.getPara("times"), this.getPara("timee"));
|
|
|
+ List<Record> records = Db.use("connected").find("select * from examinfo where ReqDate >? and ReqDate <?",this.getPara("times"), this.getPara("timee"));
|
|
|
for (Record record : records) {
|
|
|
String studyuidString = record.getStr("AccessionNumber");
|
|
|
String modalitiesString = record.getStr("Modality");
|