提交 c68f6b00 作者: zhenjie

加盟优化

上级 42b1b404
...@@ -257,8 +257,8 @@ public class CooperationServiceImpl implements CooperationService { ...@@ -257,8 +257,8 @@ public class CooperationServiceImpl implements CooperationService {
userApplyTagDO.setRemark(applyTagEditVO.getRemark()); userApplyTagDO.setRemark(applyTagEditVO.getRemark());
cooperationDao.updateUserApplyTag(userApplyTagDO); cooperationDao.updateUserApplyTag(userApplyTagDO);
} }
cooperationDao.deleteApplyResource(applyTagEditVO.getId());
if (!CollectionUtils.isEmpty(applyTagEditVO.getAttachmentList())) { if (!CollectionUtils.isEmpty(applyTagEditVO.getAttachmentList())) {
cooperationDao.deleteApplyResource(applyTagEditVO.getId());
cooperationDao.insertApplyResource(applyTagEditVO.getAttachmentList()); cooperationDao.insertApplyResource(applyTagEditVO.getAttachmentList());
} }
// 修改单位网点位置信息 // 修改单位网点位置信息
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论