业务申请,修改申请编号

This commit is contained in:
user 2018-06-19 19:28:45 +08:00
parent 4431a5cc48
commit 9454b22527

View File

@ -120,7 +120,7 @@ public class SerialNumberUtil {
}
public static synchronized String getProjectSerialNumber1(String orgId,JBOTransaction tx) throws Exception{
return SerialNumberUtil.getSerialNumber("P{year}{maxOrderNumber}",7,null, "ÏîÄ¿±àºÅ"+orgId, null, tx);
return SerialNumberUtil.getSerialNumber("A{year}{maxOrderNumber}",7,null, "ÏîÄ¿±àºÅ"+orgId, null, tx);
}
public static synchronized String getProjectSerialNumber2(JBOTransaction tx) throws Exception{