| | |
| | |
|
| | | import cn.com.basic.face.discern.common.BaseCommonCallBack;
|
| | | import cn.com.basic.face.discern.common.SqliteSqlBean;
|
| | | import cn.com.basic.face.service.sync.up.AttenderRegisterUpSync;
|
| | | import cn.com.basic.face.util.SqliteSqlUtil;
|
| | |
|
| | | public class DictionaryDownSync extends BaseDownSync {
|
| | |
| | | RequestParams params = DataDownSyn.getParams("dictionary");
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | | handleSynDate(resultBean);
|
| | | SqliteSqlUtil.insert(getExtraList(SqliteSqlBean.class));
|
| | | syncNext();
|
| | | }
|