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