| | |
| | | } |
| | | |
| | | if (ToolUtil.isNotEmpty(timeType) && timeType != 0) { |
| | | Date lastOfDate = DateUtil.getLastOfDate(); |
| | | // Date lastOfDate = DateUtil.getLastOfDate(); |
| | | Date lastOfDate = DateUtil.getDate(); |
| | | switch (timeType) { |
| | | case 1: |
| | | Date lastWeekStartDate = DateUtil.getLastWeekStartDate(); |
| | |
| | | detailsVo.setVenueList(steClient.getAppUserSiteList(storeId)); |
| | | List<StoreOfCourseVo> storeOfCourseList = culisClient.getStoreOfCourseList(storeId); |
| | | System.out.println(storeOfCourseList); |
| | | for (StoreOfCourseVo storeOfCourseVo : storeOfCourseList) { |
| | | if (storeOfCourseVo.getClassHours().equals("0")){ |
| | | storeOfCourseVo.setClassHours(null); |
| | | } |
| | | if (storeOfCourseVo.getClassStartTime().equals("-")){ |
| | | storeOfCourseVo.setClassStartTime(null); |
| | | } |
| | | } |
| | | detailsVo.setCourseVoList(storeOfCourseList); |
| | | return detailsVo; |
| | | } |