|
@@ -1175,6 +1175,7 @@ public class OpenIMServiceImpl implements OpenIMService {
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
|
+ @Async
|
|
|
public OpenImResponseDTO batchSendCourseLimit(BatchSendCourseDTO batchSendCourseDTO) {
|
|
public OpenImResponseDTO batchSendCourseLimit(BatchSendCourseDTO batchSendCourseDTO) {
|
|
|
ObjectMapper objectMapper = new ObjectMapper();
|
|
ObjectMapper objectMapper = new ObjectMapper();
|
|
|
objectMapper.setSerializationInclusion(JsonInclude.Include.NON_NULL); // 忽略 null 字段
|
|
objectMapper.setSerializationInclusion(JsonInclude.Include.NON_NULL); // 忽略 null 字段
|