linwe
2024-06-06 4b5e2c8e9e3ca586f395cf269ab1c9090f8b3cf5
src/main/java/org/springblade/modules/task/service/impl/ECallEventServiceImpl.java
@@ -88,6 +88,7 @@
      for (ECallEventEntity callEventEntity : list) {
         CircleEntity circleEntity = new CircleEntity();
         circleEntity.setEventId(callEventEntity.getId());
         circleEntity.setEvenType(2);
         circleEntity.setCommunityCode(callEventEntity.getCommunityCode());
         circleEntity.setCircleType(type);
         circleEntity.setCircleText(callEventEntity.getRemark());