Subversion Repositories SmartDukaan

Rev

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

Rev 8781 Rev 8782
Line 181... Line 181...
181
			Map<Long,PriceAtDate> itemIdminFBAPriceMap = new HashMap<Long,PriceAtDate>();
181
			Map<Long,PriceAtDate> itemIdminFBAPriceMap = new HashMap<Long,PriceAtDate>();
182
			Map<Long,PriceAtDate> itemIdminMFNPriceMap = new HashMap<Long,PriceAtDate>();
182
			Map<Long,PriceAtDate> itemIdminMFNPriceMap = new HashMap<Long,PriceAtDate>();
183
			count=1;
183
			count=1;
184
			while ((nextLine = inventoryhealthreportreader.readNext()) != null ) {
184
			while ((nextLine = inventoryhealthreportreader.readNext()) != null ) {
185
				if(count!=1){
185
				if(count!=1){
-
 
186
					System.out.println(nextLine[1]); 
186
					System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
187
					System.out.println(nextLine[1] +" "+ nextLine[31] +" " + nextLine[32] + " " + nextLine[34]);
187
					SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
188
					SimpleDateFormat istFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
188
					istFormatter .setLenient(false);
189
					istFormatter .setLenient(false);
189
					TimeZone zone= TimeZone.getTimeZone("GMT");
190
					TimeZone zone= TimeZone.getTimeZone("GMT");
190
					istFormatter.setTimeZone(zone);
191
					istFormatter.setTimeZone(zone);