凭证相关--汽车起租凭证修复
This commit is contained in:
parent
8bba89d02d
commit
dc410b541d
@ -186,7 +186,11 @@ public class CreateVoucherLoanDistributor {
|
||||
}
|
||||
}
|
||||
}else {
|
||||
MONEY=dataList.get(i).get("MONEY");
|
||||
if("PZ2018070900000002".equals(VOUCHERNO) || "PZ2018071000000005".equals(VOUCHERNO) || "PZ2018071000000006".equals(VOUCHERNO)){
|
||||
MONEY=dataList.get(i).get("FIRST_ADD_FINANCING");
|
||||
}else{
|
||||
MONEY=dataList.get(i).get("MONEY");
|
||||
}
|
||||
if("".equals(MONEY)||MONEY==null) MONEY="0.00";
|
||||
double mon=Double.parseDouble(MONEY);
|
||||
if(mon>0){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user