凭证相关--凭证跨年编号调整
This commit is contained in:
parent
17d200d573
commit
ba20499e6f
@ -44,7 +44,7 @@ public class FlowUtil {
|
||||
|
||||
//获取1位的凭证号(凭证号--1、2、3)
|
||||
public static synchronized String getVoucher_Number(JBOTransaction tx) throws Exception{
|
||||
return String.valueOf(Integer.parseInt(FlowUtil.getSerialNumber("{maxOrderNumber}",6,null, "ƾ֤ºÅ", Integer.parseInt(DateAssistant.getTodayNow().substring(0,4)), tx)));
|
||||
return String.valueOf(Integer.parseInt(FlowUtil.getSerialNumber("{maxOrderNumber}",6,null, "ƾ֤ºÅ", Integer.parseInt("2018"), tx)));
|
||||
}
|
||||
|
||||
//获取1位的客户编号(--1、2、3)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user