修改期初问题
This commit is contained in:
parent
fcb367c986
commit
a778e6ed03
@ -301,8 +301,10 @@ public class CreateTransactionExecutor implements Transaction {
|
||||
} else if(day >= 16 && day <= 25) {
|
||||
day = 25;
|
||||
} else {
|
||||
if(day >= 26 && day <= 31) {
|
||||
flag = true;
|
||||
}
|
||||
day = 5;
|
||||
flag = true;
|
||||
}
|
||||
}
|
||||
int addMonth = Integer.parseInt(incomeIntervalMonth);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user