| | |
| | | query.setProvince(province); |
| | | query.setCity(city); |
| | | query.setStoreId(storeId); |
| | | if(UserExt.getUser().getObjectType()==3){ |
| | | query.setStoreId(UserExt.getUser().getObjectId()); |
| | | } |
| | | query.setRegisterTime(registerTime); |
| | | query.setUserName(userName); |
| | | query.setUserIds(Lists.newArrayList()); |
| | |
| | | public String income(Model model) { |
| | | Integer objectType = UserExt.getUser().getObjectType(); |
| | | model.addAttribute("roleType",objectType); |
| | | return PREFIX + "income.html"; |
| | | return PREFIX + "Income.html"; |
| | | } |
| | | /** |
| | | * 获取收入管理列表 |
| | |
| | | } |
| | | TAppUser tAppUser = appUserClient.queryById(competition.getAppUserId()); |
| | | Competition competition1 = competitionClient.queryById(competition.getCompetitionId()); |
| | | if (!competition1.getStoreId().equals("")){ |
| | | String[] split = competition1.getStoreId().split(","); |
| | | } |
| | | Store store = storeClient.getStoreById(Integer.valueOf(competition1.getStoreId())); |
| | | IncomeVO temp = new IncomeVO(); |
| | | temp.setId(competition.getId().intValue()); |
| | |
| | | coachQuery.setCoachName(coachName); |
| | | coachQuery.setCourseName(courseName); |
| | | coachQuery.setTime(beginTime); |
| | | if(UserExt.getUser().getObjectType()==3){ |
| | | coachQuery.setStoreId(UserExt.getUser().getObjectId()); |
| | | } |
| | | return cancelledClassesClient.listAll(coachQuery); |
| | | } |
| | | /** |
| | |
| | | query.setProvince(province); |
| | | query.setCity(city); |
| | | query.setStoreId(storeId); |
| | | if(UserExt.getUser().getObjectType()==3){ |
| | | query.setStoreId(UserExt.getUser().getObjectId()); |
| | | } |
| | | query.setRegisterTime(registerTime); |
| | | query.setUserName(userName); |
| | | query.setUserIds(Lists.newArrayList()); |
| | |
| | | if (userIds.size()==0){ |
| | | return new ArrayList<>(); |
| | | } |
| | | List<RegisterOrderVO> registerOrderVOS = coursePackagePaymentClient.listAllRegister(query); |
| | | |
| | | return coursePackagePaymentClient.listAllRegister(query); |
| | | return registerOrderVOS; |
| | | } |
| | | |
| | | |