评论
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user