master
OathK1per 2021-12-02 16:56:07 +08:00
parent 97a7875bad
commit c389f04674
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ function calUnderwrittenPlan(income, cost, prevFundBalance) {
//数据还不全的时候
underwrittenPlan = NaN;
}else {
;
if (f2(income) - f2(cost) >= 0) {
underwrittenPlan = 0;
} else {