Subversion Repositories SmartDukaan

Rev

Rev 26455 | Rev 26460 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26455 Rev 26458
Line 1026... Line 1026...
1026
			float totalTodayInvestment = 0;
1026
			float totalTodayInvestment = 0;
1027
			float totalStockInInvestment = 0;
1027
			float totalStockInInvestment = 0;
1028
			double currentMonthRatingAllPartners = 0;
1028
			double currentMonthRatingAllPartners = 0;
1029
 
1029
 
1030
			AuthUser auth = authRepository.selectById(po.getAuthUserId());
1030
			AuthUser auth = authRepository.selectById(po.getAuthUserId());
1031
 
-
 
-
 
1031
			LOGGER.info("Auth User {}", auth);
1032
			List<Integer> fofoIds = pp.get(po.getAuthUserId());
1032
			List<Integer> fofoIds = pp.get(po.getAuthUserId());
1033
 
1033
 
1034
			for (Integer fId : fofoIds) {
1034
			for (Integer fId : fofoIds) {
1035
				Map<String, Object> investmentMap = this.getInvestments(fId);
1035
				Map<String, Object> investmentMap = this.getInvestments(fId);
1036
 
1036