Skip to content

Commit c383308

Browse files
committed
注释
1 parent ed255ff commit c383308

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/crossoverjie/red/RedPacket.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ private int randomRedPacket(int totalMoney, int minMoney, int maxMoney, int coun
8686
return redPacket ;
8787
}
8888

89+
//如果生成的金额合法 则递归重新生成
8990
if (LESS == status){
9091
recursiveCount ++ ;
9192
System.out.println("recursiveCount==" + recursiveCount);

0 commit comments

Comments
 (0)