|
@@ -26,7 +26,7 @@ public class InfoTask implements ITask {
|
|
|
for (Object object : jsonArray) {
|
|
|
try {
|
|
|
JSONObject jsonObject = JSON.parseObject(object.toString());
|
|
|
- Record record = Db.use("connected").findFirst("select * from examinfo where ACCESSIONNUMBER=?", jsonObject.getString("patient_num"));
|
|
|
+ Record record = Db.use("connected").findFirst("select * from examtinfo where ACCESSIONNUMBER=?", jsonObject.getString("patient_num"));
|
|
|
if (record == null) {
|
|
|
continue;
|
|
|
}
|