修改期初问题

This commit is contained in:
zhulianghua 2018-08-24 10:30:43 +08:00
parent fcb367c986
commit a778e6ed03

View File

@ -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);