Failed commit: Default
git-svn-id: http://192.168.1.226/svn/proxy@934 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | 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();
|
| | | }
|
| | |
| | | }
|
| | | return true;
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | |
|
| | | public boolean More() {
|
| | | return SurveillanceDao.getInstance().hasMoreOfflineSurveillance();
|
| | | }
|