|
@@ -85,6 +85,7 @@ public class MceReceiveServiceImpl extends AbstractCrudService<MceReceiveMapper,
|
|
if (CollectionUtils.isNotEmpty(list1)) {
|
|
if (CollectionUtils.isNotEmpty(list1)) {
|
|
for (int j = 0; j < list1.size(); j++) {
|
|
for (int j = 0; j < list1.size(); j++) {
|
|
if (page.getRecords().get(i).getContentId().equals(list1.get(j).getId())) {
|
|
if (page.getRecords().get(i).getContentId().equals(list1.get(j).getId())) {
|
|
|
|
+ map.put("contentId",list1.get(j).getId());
|
|
map.put("infoTitle", list1.get(j).getInfoTitle());
|
|
map.put("infoTitle", list1.get(j).getInfoTitle());
|
|
map.put("infoContent", list1.get(j).getInfoContent());
|
|
map.put("infoContent", list1.get(j).getInfoContent());
|
|
}
|
|
}
|