Browse Source

修改电话结果回填频率为1分钟

tags/24080901
WendyYang 5 months ago
parent
commit
608d67f9ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hz-pm-api/src/main/java/com/hz/pm/api/meeting/task/RandomInviteProperties.java

+ 1
- 1
hz-pm-api/src/main/java/com/hz/pm/api/meeting/task/RandomInviteProperties.java View File

@@ -24,7 +24,7 @@ public class RandomInviteProperties {
/**
* 电话结果回填执行频率(分钟)
*/
private Integer resultRewriteFixedRate = 2;
private Integer resultRewriteFixedRate = 1;
/**
* 短信结果回填执行频率(分钟)
*/


Loading…
Cancel
Save