Compare commits

..

2 Commits

Author SHA1 Message Date
zhangheng
0833adb705 批量推送任务修改 2026-07-14 10:14:48 +08:00
zhangheng
8674781a83 短信回执修改 2026-06-30 11:18:41 +08:00
2 changed files with 1 additions and 3 deletions

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()

View File

@ -32,7 +32,6 @@
<result property="templateId" column="template_id"/>
<result property="templateName" column="template_name"/>
<result property="nodeContent" column="node_content"/>
<result property="nodeExecuteStatus" column="node_execute_status"/>
<result property="physicalExaminationLabel" column="physical_examination_label"/>
<result property="createBy" column="create_by"/>
<result property="createTime" column="create_time"/>
@ -270,7 +269,6 @@
bstri.template_id,
bstri.template_name,
bstri.node_content,
bstri.node_execute_status,
bstri.physical_examination_label,
bstri.create_by,
bstri.create_time,