Commit 82e524980e43ee1102149bdf0b2dedc994254210

Authored by gengxiaokai
1 parent 47b3b732c8

德州分娩接口

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyFmService.java View file @ 82e5249
... ... @@ -155,6 +155,7 @@
155 155 " DELIVER_HOSPITAL as DELIVER_HOSPITAL,\n" +
156 156 " DELIVER_DOCTOR as DELIVER_DOCTOR";
157 157  
  158 +
158 159 Connection conn = com.lyms.hospitalapi.dzfy.ConnTools.makeHisConnection();
159 160 QueryRunner queryRunner = new QueryRunner();
160 161 SimpleDateFormat fmt = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");