This commit is contained in:
Van0313
2025-07-13 13:07:43 +08:00
parent c68a01e47b
commit d6969e6f6f

View File

@@ -1783,7 +1783,7 @@ public class JDUtil {
String addressRedisValue = redisTemplate.opsForValue().get(addressKey); String addressRedisValue = redisTemplate.opsForValue().get(addressKey);
if (addressRedisValue != null) { if (addressRedisValue != null) {
if (addressRedisValue.contains("李波") || addressRedisValue.contains("吴胜硕") || addressRedisValue.contains("小硕硕")) { if (addressRedisValue.contains("李波") || addressRedisValue.contains("吴胜硕") || addressRedisValue.contains("小硕硕")) {
logger.info("address {}", addressRedisValue);
} else { } else {
for (int i = 0; i < 5; i++) { for (int i = 0; i < 5; i++) {
wxUtil.sendTextMessage(fromWxid, "[炸弹] [炸弹] [炸弹] 此地址已经存在,请勿重复生成订单 [炸弹] [炸弹] [炸弹] ", 1, fromWxid, false); wxUtil.sendTextMessage(fromWxid, "[炸弹] [炸弹] [炸弹] 此地址已经存在,请勿重复生成订单 [炸弹] [炸弹] [炸弹] ", 1, fromWxid, false);