LAPTOP-KB9HII50\70708 преди 1 година
родител
ревизия
7e4fb0df83

+ 1 - 1
svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/rehabilitation/service/RehabilitationManageService.java

@ -1399,7 +1399,7 @@ public class RehabilitationManageService {
                            "type = '28' order by p.czrq desc limit 0,1 ";
                    List<Map<String,Object>> indexList = jdbcTemplate.queryForList(sqlTemp);
                    if(indexList.size()>0){
                        detailDO.setCompleteTime(indexList.get(0).get("")+"czrq");
                        detailDO.setCompleteTime(indexList.get(0).get("czrq")+"");
                    }
                }
            }