刘韬 1 year ago
parent
commit
0e1fbe289d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      DataFusion/src/com/zskk/control/ViewController.java

+ 4 - 4
DataFusion/src/com/zskk/control/ViewController.java

@@ -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);
-
-				}
+//
+//				}
         	
         }