949596979899100101102103104
tmp = this.minValue; } else { final String msg = this.id + " 序号生成器的序号已经达到最大值:" + maxValue + " 了!系统无法在分配序号!"; logger.error(msg); throw new CreateSequnceException(msg); } } sequenceStorer.updateMaxValueByFieldName(tmp, this.getId()); maxCount = tmp; }