|
@@ -422,7 +422,7 @@ public class EntityAnalyse {
|
|
Double doubleValue1 = Double.parseDouble(new DecimalFormat("0.000").format(hyFreightSettlementInfo.getAmountMoney())) * 1000;
|
|
Double doubleValue1 = Double.parseDouble(new DecimalFormat("0.000").format(hyFreightSettlementInfo.getAmountMoney())) * 1000;
|
|
int intValue1 = doubleValue1.intValue();
|
|
int intValue1 = doubleValue1.intValue();
|
|
financial.put("monetaryAmount", intValue1);
|
|
financial.put("monetaryAmount", intValue1);
|
|
- financial.put("dateTime", f.format(hyFreightSettlementInfo.getArrivalDate()));
|
|
|
|
|
|
+ financial.put("dateTime", f.format(hyFreightSettlementInfo.getPaymentDate()));
|
|
financial.put("payFile", EntityAnalyse.uploadImage(EntityAnalyse.urlToFile(new URL(hyFreightSettlementInfo.getPaymentVoucher())), hyFreightSettlementInfo.getToken()));
|
|
financial.put("payFile", EntityAnalyse.uploadImage(EntityAnalyse.urlToFile(new URL(hyFreightSettlementInfo.getPaymentVoucher())), hyFreightSettlementInfo.getToken()));
|
|
financialList.add(financial);
|
|
financialList.add(financial);
|
|
params.put("financialList",financialList);
|
|
params.put("financialList",financialList);
|