Subversion Repositories SmartDukaan

Rev

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

Rev 28330 Rev 28346
Line 1195... Line 1195...
1195
					stateShortName);
1195
					stateShortName);
1196
			if (districtMaster == null) {
1196
			if (districtMaster == null) {
1197
				districtMaster = districtMasterRepository.selectByShortnameNameAndStateShortName("FB", "HR");
1197
				districtMaster = districtMasterRepository.selectByShortnameNameAndStateShortName("FB", "HR");
1198
			}
1198
			}
1199
			LOGGER.info("Store id - {}", store.getId());
1199
			LOGGER.info("Store id - {}", store.getId());
1200
			com.spice.profitmandi.dao.entity.user.User user = userMap.get(store.getId());
1200
			//com.spice.profitmandi.dao.entity.user.User user = userMap.get(store.getId());
1201
			String urlString = districtMaster.getStateShortName() + "/"
1201
			String urlString = districtMaster.getStateShortName() + "/"
1202
					+ Utils.getHyphenatedString(districtMaster.getName()) + "/" + store.getCode();
1202
					+ Utils.getHyphenatedString(districtMaster.getName()) + "/" + store.getCode();
1203
			fofoRetailerUrlMap.put(store.getId(), urlString);
1203
			fofoRetailerUrlMap.put(store.getId(), urlString.toLowerCase());
1204
			LOGGER.info("Store is {} end", store);
1204
			LOGGER.info("Store is {} end", store);
1205
 
1205
 
1206
		}
1206
		}
1207
		return fofoRetailerUrlMap;
1207
		return fofoRetailerUrlMap;
1208
	}
1208
	}