diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 1ea8e20818..288fad7571 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4232,7 +4232,8 @@ export default { retrying: 'Retry on Failure', retrying_rate: 'Retry Interval (minutes)', please_input_positive_int: 'Please input a positive integer for {0}', - rate: 'Sending frequency' + rate: 'Sending frequency', + ext_wait_time: 'additional waiting time(s)' }, filter: { title: 'Set Query Component Default Values', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index b7532e71c7..fd08b68996 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4114,7 +4114,8 @@ export default { retrying: '失敗重試', retrying_rate: '重試間隔(分鐘)', please_input_positive_int: '請輸入 {0} 正整數', - rate: '發送頻率' + rate: '發送頻率', + ext_wait_time: '額外等待時間(秒)' }, filter: { title: '設置查詢組件默認值', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index cabd56c83a..ec332c9e3d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4118,7 +4118,8 @@ export default { retrying: '失败重试', retrying_rate: '重试间隔(分钟)', please_input_positive_int: '请输入 {0} 正整数', - rate: '发送频率' + rate: '发送频率', + ext_wait_time: '额外等待时间(秒)' }, filter: { title: '设置查询组件默认值', diff --git a/de-xpack b/de-xpack index 951823a776..653602a93f 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 951823a776cf0f2c270d5ce60366ca4de683f987 +Subproject commit 653602a93f9e3e1be3bc24147569a462428b753a diff --git a/sdk/api/api-base/src/main/java/io/dataease/api/report/dto/ReportCreator.java b/sdk/api/api-base/src/main/java/io/dataease/api/report/dto/ReportCreator.java index 740b66218f..c7b4d8c508 100644 --- a/sdk/api/api-base/src/main/java/io/dataease/api/report/dto/ReportCreator.java +++ b/sdk/api/api-base/src/main/java/io/dataease/api/report/dto/ReportCreator.java @@ -46,7 +46,7 @@ public class ReportCreator implements Serializable { private List larkGroupList; private List larksuiteGroupList; - private Integer extWaitTime; + private Integer extWaitTime = 0; private Integer rateType;