给单据编号的长度再增加两位

This commit is contained in:
季圣华
2019-02-17 20:24:14 +08:00
parent 262eef62b0
commit a03a9516f4

View File

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