@@ -276,7 +276,7 @@ public class CodingRuleServiceImpl extends ServiceImpl<CodingRuleMapper, CodingR
throw new ServiceException("自定义编码长度不为数字");
}
- return String.format("%0" + integer + "d", codeNum + 1);
+ return String.format("%0" + integer + "d", codeNum);