评论
This commit is contained in:
@@ -1782,8 +1782,8 @@ public class JDUtil {
|
||||
String addressKey = "address:" + address;
|
||||
String addressRedisValue = redisTemplate.opsForValue().get(addressKey);
|
||||
if (addressRedisValue != null) {
|
||||
logger.info("address {}", addressRedisValue);
|
||||
if (addressRedisValue.contains("李波") || addressRedisValue.contains("吴胜硕") || addressRedisValue.contains("小硕硕")) {
|
||||
logger.info("address {}", addressRedisValue);
|
||||
} else {
|
||||
for (int i = 0; i < 5; i++) {
|
||||
wxUtil.sendTextMessage(fromWxid, "[炸弹] [炸弹] [炸弹] 此地址已经存在,请勿重复生成订单 [炸弹] [炸弹] [炸弹] ", 1, fromWxid, false);
|
||||
|
||||
Reference in New Issue
Block a user