更新单据的编号的构造方式

This commit is contained in:
季圣华
2019-02-17 19:44:51 +08:00
parent 435a6f9042
commit e4c8aa0350
2 changed files with 3 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ public class BusinessConstants {
* sequence名称
* */
//sequence返回字符串的最小长度
public static final Long SEQ_TO_STRING_MIN_LENGTH = 1000000L;
public static final Long SEQ_TO_STRING_MIN_LENGTH = 100000000L;
//sequence长度小于基准长度时前追加基础值
public static final String SEQ_TO_STRING_LESS_INSERT = "0";
//单据编号