|
|
@ -236,7 +236,7 @@ public class IcPartyActServiceImpl extends BaseServiceImpl<IcPartyActDao, IcPart |
|
|
|
}); |
|
|
|
|
|
|
|
//批量新增附件
|
|
|
|
List<ResiPartymemberAttachmentEntity> attachmentEntityList=ConvertUtils.sourceToTarget(formDTO.getAttachmentList(),ResiPartymemberAttachmentEntity.class); |
|
|
|
List<ResiPartymemberAttachmentEntity> attachmentEntityList=CollectionUtils.isNotEmpty(formDTO.getAttachmentList())?ConvertUtils.sourceToTarget(formDTO.getAttachmentList(),ResiPartymemberAttachmentEntity.class):new ArrayList<>(); |
|
|
|
int attSort = 1; |
|
|
|
for (ResiPartymemberAttachmentEntity att : attachmentEntityList) { |
|
|
|
att.setCustomerId(formDTO.getCustomerId()); |
|
|
|