VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sync/up/OfflineSurveillanceUpSync.java
@@ -82,9 +82,11 @@ params.addBodyParameter("deviceCompanyId",BaseApplication.getInstance().getAndroidDevice().getCompanyId()); x.http().post(params, new BaseCommonCallBack() { public void success() { SurveillanceDao.getInstance().delSurllanceList(); sync(); } }); }catch(Exception e){ e.printStackTrace(); } @@ -99,10 +101,6 @@ } return true; } public boolean More() { return SurveillanceDao.getInstance().hasMoreOfflineSurveillance(); }