短信回执修改
This commit is contained in:
parent
984990f864
commit
8674781a83
@ -292,7 +292,7 @@ public class BatchSendTaskInfoServiceImpl implements IBatchSendTaskInfoService {
|
|||||||
public AjaxResult batchSend(BatchSendTaskRecordDto batchSendTaskRecordDto) throws ClientException, IllegalAccessException {
|
public AjaxResult batchSend(BatchSendTaskRecordDto batchSendTaskRecordDto) throws ClientException, IllegalAccessException {
|
||||||
log.info("开始创建批量推送任务---------------");
|
log.info("开始创建批量推送任务---------------");
|
||||||
if (CollectionUtils.isEmpty(batchSendTaskRecordDto.getList())) {
|
if (CollectionUtils.isEmpty(batchSendTaskRecordDto.getList())) {
|
||||||
return new AjaxResult();
|
return AjaxResult.success();
|
||||||
}
|
}
|
||||||
int start = batchSendTaskRecordDto.getList().size();
|
int start = batchSendTaskRecordDto.getList().size();
|
||||||
batchSendTaskRecordDto.setList(new ArrayList<>(batchSendTaskRecordDto.getList().stream()
|
batchSendTaskRecordDto.setList(new ArrayList<>(batchSendTaskRecordDto.getList().stream()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user