提交 09b619f7 作者: zhenjie

加盟附件修改

上级 a697bd37
...@@ -88,7 +88,7 @@ public class CooperationServiceImpl implements CooperationService { ...@@ -88,7 +88,7 @@ public class CooperationServiceImpl implements CooperationService {
UserApplyTagDO userApplyTagDO = new UserApplyTagDO(userApplyTagVO); UserApplyTagDO userApplyTagDO = new UserApplyTagDO(userApplyTagVO);
cooperationDao.addApply(userApplyTagDO); cooperationDao.addApply(userApplyTagDO);
List<AttachmentVO> attachmentList = userApplyTagVO.getAttachmentList(); List<AttachmentVO> attachmentList = userApplyTagVO.getAttachmentList();
if (CollectionUtils.isEmpty(attachmentList)) { if (!CollectionUtils.isEmpty(attachmentList)) {
for (AttachmentVO attachmentVO : attachmentList) { for (AttachmentVO attachmentVO : attachmentList) {
TagApplyResourceDO tagApplyResourceDO = TagApplyResourceDO tagApplyResourceDO =
new TagApplyResourceDO(attachmentVO, userApplyTagDO.getId()); new TagApplyResourceDO(attachmentVO, userApplyTagDO.getId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论