bailoo / itrack

Location Tracking for Everyone
3 stars 2 forks source link

javaApi issue for multiple day in full data query #56

Closed rizcompeer closed 9 years ago

rizcompeer commented 9 years ago

Unable to get the data in "Date ascending order", however for individual day it is showing data in ascending order.

File : SampleFullDataQuery in javaApi

String imei = "865733021563481"; String startDateTime = "2015-07-29 00:00:00"; String endDateTime = "2015-07-31 23:59:59";

Showing in the order 31,30,29

bailoo commented 9 years ago

Bug fixed. Please git pull and test.