Commit 62c163f3 by han xu

认证上传添加服务类型参数

parent 5b74c89d
...@@ -129,7 +129,7 @@ public class UploadSelfLicenceActivity extends BaseActivity<SImplePresenter, Act ...@@ -129,7 +129,7 @@ public class UploadSelfLicenceActivity extends BaseActivity<SImplePresenter, Act
//服务类型 //服务类型
for (ServiceTypeBean typeBean : typeDatas) { for (ServiceTypeBean typeBean : typeDatas) {
if (typeBean.isSelected()) if (typeBean.isSelected())
selectedTypeDatas.add(new ServiceSaveTypeBean(typeBean.getLabelId(), typeBean.getLabelName())); selectedTypeDatas.add(new ServiceSaveTypeBean(typeBean.getId(), typeBean.getName()));
} }
if (isEdit && !TextUtils.isEmpty(imgEditUrl)){ if (isEdit && !TextUtils.isEmpty(imgEditUrl)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment