Subversion Repositories SmartDukaan

Rev

Rev 30589 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30589 Rev 30590
Line 377... Line 377...
377
			@RequestParam int deviceId, @RequestParam int fofoId)
377
			@RequestParam int deviceId, @RequestParam int fofoId)
378
			throws IOException, MessagingException, ProfitMandiBusinessException {
378
			throws IOException, MessagingException, ProfitMandiBusinessException {
379
 
379
 
380
		LOGGER.info("UserId -> {}, Device Id -> {}", userId, deviceId);
380
		LOGGER.info("UserId -> {}, Device Id -> {}", userId, deviceId);
381
		FofoStore fs = fofoStoreRepository.selectByRetailerId(fofoId);
381
		FofoStore fs = fofoStoreRepository.selectByRetailerId(fofoId);
-
 
382
 
-
 
383
		LOGGER.info("fs{}", fs);
382
		Double dist = null;
384
		Double dist = null;
383
		HypertrackKey hyperTrackKey = hypertrackKeyRepository.selectByUserIdAndDeviceId(userId, deviceId);
385
		HypertrackKey hyperTrackKey = hypertrackKeyRepository.selectByUserIdAndDeviceId(userId, deviceId);
384
 
386
 
385
		LOGGER.info("hyperTrackKey {}" + hyperTrackKey);
387
		LOGGER.info("hyperTrackKey {}" + hyperTrackKey);
386
		OkHttpClient client = new OkHttpClient();
388
		OkHttpClient client = new OkHttpClient();