sujinwen
2017-07-27 37775daa44569aac0c04be132b8794b99686186f
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();
    }