Subversion Repositories SmartDukaan

Rev

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

Rev 27552 Rev 27559
Line 112... Line 112...
112
			PartnerDetailModel pm = new PartnerDetailModel();
112
			PartnerDetailModel pm = new PartnerDetailModel();
113
			pm.setLmtd(lmtdSale.get(fofoId) == null ? 0 : lmtdSale.get(fofoId).intValue());
113
			pm.setLmtd(lmtdSale.get(fofoId) == null ? 0 : lmtdSale.get(fofoId).intValue());
114
			pm.setMtd(mtdSale.get(fofoId) == null ? 0 : mtdSale.get(fofoId).intValue());
114
			pm.setMtd(mtdSale.get(fofoId) == null ? 0 : mtdSale.get(fofoId).intValue());
115
			pm.setTodayTertiary(todaytertiary.get(fofoId) == null ? 0 : todaytertiary.get(fofoId).intValue());
115
			pm.setTodayTertiary(todaytertiary.get(fofoId) == null ? 0 : todaytertiary.get(fofoId).intValue());
116
			pm.setLastThreeDaytertiary(last3daystertiary.get(fofoId) == null ? 0 : last3daystertiary.get(fofoId));
116
			pm.setLastThreeDaytertiary(last3daystertiary.get(fofoId) == null ? 0 : last3daystertiary.get(fofoId));
117
			pm.setWalletAmount(userWallet.get(fofoId).getAmount() == 0 ? 0 : userWallet.get(fofoId).getAmount());
117
			pm.setWalletAmount(userWallet.get(fofoId) == null ? 0 : userWallet.get(fofoId).getAmount());
118
			pm.setInvestment(investmentMap.get(fofoId));
118
			pm.setInvestment(investmentMap.get(fofoId));
119
			pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
119
			pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
120
			pm.setHygiene(hygieneCount);
120
			pm.setHygiene(hygieneCount);
121
			pm.setPartnerType(partnerType);
121
			pm.setPartnerType(partnerType);
122
			if (authuserEsclationTypeMap.get(EscalationType.L1) == null) {
122
			if (authuserEsclationTypeMap.get(EscalationType.L1) == null) {