合同制作编号规则更新
This commit is contained in:
parent
9f9338e5ea
commit
7f5e4363dd
@ -157,7 +157,7 @@ public class SerialNumberUtil {
|
||||
int year = Integer.parseInt(currentYear);
|
||||
int month = Integer.parseInt(currentMonth);
|
||||
int day = Integer.parseInt(currentDay);
|
||||
return SerialNumberUtil.getSerialNumberByDay("BQAP("+dept+"){year}{month}{day}"+area_code+"{maxOrderNumber}",3,null, "", year,month,day, tx);
|
||||
return SerialNumberUtil.getSerialNumberByDay("BQAP("+dept+"){year}{month}{day}{maxOrderNumber}",4,null, "", year,month,day, tx);
|
||||
|
||||
}
|
||||
/*public static String getContractSerialNaumber(String sSerialType,JBOTransaction tx) throws Exception {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user