1
This commit is contained in:
@@ -526,7 +526,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
if (!(existed.contains("李波") || existed.contains("吴胜硕") || existed.contains("小硕硕"))) {
|
if (!(existed.contains("李波") || existed.contains("吴胜硕") || existed.contains("小硕硕"))) {
|
||||||
String warn = "[炸弹] [炸弹] [炸弹] 此地址已经存在,请勿重复生成订单 [炸弹] [炸弹] [炸弹] ";
|
String warn = "[炸弹] [炸弹] [炸弹] 此地址已经存在,请勿重复生成订单 [炸弹] [炸弹] [炸弹] ";
|
||||||
StringBuilder warnOut = new StringBuilder();
|
StringBuilder warnOut = new StringBuilder();
|
||||||
for (int i = 0; i < 5; i++) warnOut.append(warn).append("\n");
|
warnOut.append(warn).append("\n");
|
||||||
return warnOut.toString().trim();
|
return warnOut.toString().trim();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -563,7 +563,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
int count = s != null ? Integer.parseInt(s) : 0;
|
int count = s != null ? Integer.parseInt(s) : 0;
|
||||||
startCount = count + 1;
|
startCount = count + 1;
|
||||||
int endCount = count + total;
|
int endCount = count + total;
|
||||||
stringRedisTemplate.opsForValue().set(redisKey, String.valueOf(endCount), 1, TimeUnit.DAYS);
|
stringRedisTemplate.opsForValue().set(redisKey, String.valueOf(endCount), 30, TimeUnit.DAYS);
|
||||||
} catch (Exception ignore) {
|
} catch (Exception ignore) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user