Commit b82a8c8fa2878dd5267e7bd223a1987fa33561aa
1 parent
82e524980e
Exists in
master
and in
6 other branches
德州分娩接口
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyFmService.java
View file @
b82a8c8
... | ... | @@ -182,6 +182,7 @@ |
182 | 182 | // " to_date(BABY_DELIVERY_TIME,'yyyy-mm-dd hh24:mm:ss') > to_date('"+start+"', 'yyyy-mm-dd hh24:mm:ss') and to_date(BABY_DELIVERY_TIME,'yyyy-mm-dd hh24:mm:ss') <= to_date('"+end+"', 'yyyy-mm-dd hh24:mm:ss')" + |
183 | 183 | // " and ID='"+id+"'" ; |
184 | 184 | |
185 | + | |
185 | 186 | //查出这个ID对应孕妇在这个时间段的分娩记录 |
186 | 187 | //List<Fm> allList = queryRunner.query(conn, allSql, new BeanListHandler<Fm>(Fm.class)); |
187 | 188 |