Commit dd354a2d3a3c6dbf21b4ca2c7b8275e5c6806209
1 parent
dc4b72b83a
Exists in
master
and in
6 other branches
德州分娩接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyFmService.java
View file @
dd354a2
... | ... | @@ -178,8 +178,8 @@ |
178 | 178 | List<Users> users = new ArrayList<Users>(); |
179 | 179 | //String id = fm.getID();//获取所有的孕妇ID,方便孕妇产下双胞胎而用 |
180 | 180 | //String allSql = "select "+cloumns+" from zlhis.v_deliveryinfo where " + |
181 | - // " 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')" + | |
182 | - // " and ID='"+id+"'" ; | |
181 | + // " BABY_DELIVERY_TIME > to_date('"+start+"', 'yyyy-mm-dd hh24:mi:ss') and BABY_DELIVERY_TIME <= to_date('"+end+"', 'yyyy-mm-dd hh24:mi:ss')" + | |
182 | + // " ID='"+id+"'" ; | |
183 | 183 | |
184 | 184 | |
185 | 185 |