fix:十二分制-奖惩规则
This commit is contained in:
@@ -28,7 +28,7 @@ public class TpHelper {
|
||||
}
|
||||
|
||||
private static String generateCode() {
|
||||
return LocalDateTime.now().format(dtf) + (int) (Math.random() * 900) + 100;
|
||||
return LocalDateTime.now().format(dtf) + ((int) (Math.random() * 900) + 100);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user