Browse Source

发布活动

dev_shibei_match
yinzuomei 4 years ago
parent
commit
7561788e37
  1. 2
      epmet-module/resi-group/resi-group-server/src/main/java/com/epmet/modules/act/service/impl/GroupActInfoServiceImpl.java

2
epmet-module/resi-group/resi-group-server/src/main/java/com/epmet/modules/act/service/impl/GroupActInfoServiceImpl.java

@ -343,6 +343,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr
entity.setContentType(GroupActConstant.IMG); entity.setContentType(GroupActConstant.IMG);
entity.setCustomerId(customerId); entity.setCustomerId(customerId);
entity.setSort(imgSort); entity.setSort(imgSort);
list.add(entity);
imgSort++; imgSort++;
} }
return list; return list;
@ -358,6 +359,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr
entity.setContentType(GroupActConstant.TEXT); entity.setContentType(GroupActConstant.TEXT);
entity.setCustomerId(customerId); entity.setCustomerId(customerId);
entity.setSort(textSort); entity.setSort(textSort);
list.add(entity);
textSort++; textSort++;
} }
return list; return list;

Loading…
Cancel
Save