``` var data = box.query().find(xxx); long preId = data.id-1; var preData =box.get(preId); ``` Is this correct to get the previous data? I see id is self-increasing
Is this correct to get the previous data? I see id is self-increasing