Commit a03a9516 authored by 季圣华's avatar 季圣华
Browse files

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

parent 262eef62
......@@ -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";
//单据编号
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment