|
|
@ -126,6 +126,10 @@ public class VolunteerUnionActServiceImpl extends BaseServiceImpl<VolunteerUnion |
|
|
|
public void delete(String[] ids) { |
|
|
|
// 逻辑删除(@TableLogic 注解)
|
|
|
|
baseDao.deleteBatchIds(Arrays.asList(ids)); |
|
|
|
for (String id : ids) { |
|
|
|
// 删除图片
|
|
|
|
mutualityImgService.modifyImagesByReferenceIdAndImgType(id, HeartImageConstant.IMAGE_TYPE_VOLUNTEER_UNION_ACT); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|