部门,职位编码自动生成
This commit is contained in:
parent
62e675e1fd
commit
cc026f8aba
|
|
@ -7,7 +7,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
|
||||
public class UniqueSequenceGenerator {
|
||||
|
||||
private static final SimpleDateFormat sdf = new SimpleDateFormat("MMddHHmmssSSS");
|
||||
private static final SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmssSSS");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue