Merge branch 'master' of https://git.van333.cn/CC/ruoyi-java
This commit is contained in:
@@ -644,14 +644,14 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
/*
|
/*
|
||||||
|
留着三个
|
||||||
13723151190
|
|
||||||
18839187854
|
|
||||||
15639125541
|
|
||||||
13243039070
|
13243039070
|
||||||
|
15639125541
|
||||||
|
15514786055
|
||||||
*/
|
*/
|
||||||
phoneWithTF.add("15639125541");
|
phoneWithTF.add("15639125541");
|
||||||
phoneWithTF.add("13243039070");
|
phoneWithTF.add("13243039070");
|
||||||
|
phoneWithTF.add("15514786055");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -703,7 +703,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
// 提取电话(第7个字段)
|
// 提取电话(第7个字段)
|
||||||
String phone = parts[6];
|
String phone = parts[6];
|
||||||
// 将触发号码替换为 phoneWithTF 列表中的号码,按顺序循环
|
// 将触发号码替换为 phoneWithTF 列表中的号码,按顺序循环
|
||||||
if (("13243039070".equals(phone) || "17530176250".equals(phone)) && !phoneWithTF.isEmpty()) {
|
if (("13243039070".equals(phone) ) && !phoneWithTF.isEmpty()) {
|
||||||
String originalPhone = phone;
|
String originalPhone = phone;
|
||||||
if (stringRedisTemplate != null) {
|
if (stringRedisTemplate != null) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user