|
@@ -52,7 +52,7 @@ public class DataTask implements ITask {
|
|
|
List<Exams> exams = JSONObject.parseArray(examList.toJSONString(), Exams.class);
|
|
|
for (Exams exams2 : exams) {
|
|
|
//Studies studies = Studies.dao.use("zskk").findById(exams2.getStudyId());
|
|
|
- Record record = Db.use("connected").findFirst("select * from reportinfo where studyuid=?",exams2.getStudyUid());
|
|
|
+ Record record = Db.use("connected").findFirst("select * from reportinfo where regPaperNum=?",exams2.getPatientNum());
|
|
|
if (record == null) {
|
|
|
continue;
|
|
|
}
|