Failed commit: Default
git-svn-id: http://192.168.1.226/svn/proxy@890 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | params.addBodyParameter("deviceCompanyId",BaseApplication.getInstance().getAndroidDevice().getCompanyId());
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | | DictionaryDao.getInstance().delDictionary(BaseApplication.getInstance().getAndroidDevice().getCompanyId());
|
| | | DictionaryDao.getInstance().delDictionary();
|
| | | List<SqliteSqlBean> result= getExtraList(SqliteSqlBean.class);
|
| | | SqliteSqlUtil.insert(getExtraList(SqliteSqlBean.class));
|
| | | sync();
|