|
@@ -91,8 +91,8 @@ public class ViewController extends Controller {
|
|
|
// .set("STATE", "0");
|
|
|
// Db.use("crb").save("DC_PACS_REPORT", DC_PACS_REPORT);
|
|
|
// }
|
|
|
- Record record2 = Db.use("crb").findFirst("select * from DC_PACS_XML where REPORT_ID=?", jsonObject.getString("REPORT_ID"));
|
|
|
- if (record2 == null) {
|
|
|
+// Record record2 = Db.use("crb").findFirst("select * from DC_PACS_XML where REPORT_ID=?", jsonObject.getString("REPORT_ID"));
|
|
|
+// if (record2 == null) {
|
|
|
// Record DC_PACS_XML = new Record()
|
|
|
// .set("REPORT_ID", jsonObject.getString("REPORT_ID"))
|
|
|
// .set("PAT_FROM_TYPE", "门诊")
|
|
@@ -103,8 +103,8 @@ public class ViewController extends Controller {
|
|
|
// .set("SYSTEMTIME", jsonObject.getDate("SYSTEMTIME"));
|
|
|
// Db.use("crb").save("DC_PACS_XML", DC_PACS_XML);
|
|
|
// this.renderJson(DC_PACS_XML);
|
|
|
-
|
|
|
- }
|
|
|
+//
|
|
|
+// }
|
|
|
|
|
|
}
|
|
|
|