service-report/src/main/java/com/java110/report/dao/impl/ReportAttendanceServiceDaoImpl.java
@@ -47,4 +47,13 @@ return roomDtos; } @Override public List<Map> getMonthAttendanceDetail(Map info) { logger.debug("查询费用信息 入参 info : {}", JSONObject.toJSONString(info)); List<Map> roomDtos = sqlSessionTemplate.selectList("reportAttendanceServiceDaoImpl.getMonthAttendanceDetail", info); return roomDtos; } }