This commit is contained in:
2025-12-13 13:48:42 +08:00
parent 9a8c7b1039
commit b86c4bea88

View File

@@ -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 {