短信回执修改

This commit is contained in:
zhangheng 2026-06-30 11:18:41 +08:00
parent 984990f864
commit 8674781a83

View File

@ -292,7 +292,7 @@ public class BatchSendTaskInfoServiceImpl implements IBatchSendTaskInfoService {
public AjaxResult batchSend(BatchSendTaskRecordDto batchSendTaskRecordDto) throws ClientException, IllegalAccessException {
log.info("开始创建批量推送任务---------------");
if (CollectionUtils.isEmpty(batchSendTaskRecordDto.getList())) {
return new AjaxResult();
return AjaxResult.success();
}
int start = batchSendTaskRecordDto.getList().size();
batchSendTaskRecordDto.setList(new ArrayList<>(batchSendTaskRecordDto.getList().stream()