合同制作编号规则更新

This commit is contained in:
tangft 2019-03-13 11:21:02 +08:00
parent 9f9338e5ea
commit 7f5e4363dd

View File

@ -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 {