Compare commits
2 Commits
984990f864
...
0833adb705
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0833adb705 | ||
|
|
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()
|
||||||
|
|||||||
@ -32,7 +32,6 @@
|
|||||||
<result property="templateId" column="template_id"/>
|
<result property="templateId" column="template_id"/>
|
||||||
<result property="templateName" column="template_name"/>
|
<result property="templateName" column="template_name"/>
|
||||||
<result property="nodeContent" column="node_content"/>
|
<result property="nodeContent" column="node_content"/>
|
||||||
<result property="nodeExecuteStatus" column="node_execute_status"/>
|
|
||||||
<result property="physicalExaminationLabel" column="physical_examination_label"/>
|
<result property="physicalExaminationLabel" column="physical_examination_label"/>
|
||||||
<result property="createBy" column="create_by"/>
|
<result property="createBy" column="create_by"/>
|
||||||
<result property="createTime" column="create_time"/>
|
<result property="createTime" column="create_time"/>
|
||||||
@ -270,7 +269,6 @@
|
|||||||
bstri.template_id,
|
bstri.template_id,
|
||||||
bstri.template_name,
|
bstri.template_name,
|
||||||
bstri.node_content,
|
bstri.node_content,
|
||||||
bstri.node_execute_status,
|
|
||||||
bstri.physical_examination_label,
|
bstri.physical_examination_label,
|
||||||
bstri.create_by,
|
bstri.create_by,
|
||||||
bstri.create_time,
|
bstri.create_time,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user