This commit is contained in:
2021-10-28 15:41:31 +08:00
parent ce92f7dc7b
commit 905c25fd10
+1 -1
View File
@@ -16,7 +16,7 @@ class Number
{ {
$explode = current(explode(' ', str_replace('0.', '', microtime()))); $explode = current(explode(' ', str_replace('0.', '', microtime())));
return 'No.' . sprintf('%09d', $userId) . '.' . date('Ymd.His') . '.' . $explode; return 'No.' . sprintf('%010d', $userId) . '.' . date('Ymd.His') . '.' . $explode;
} }
/** /**