|
|
@ -696,7 +696,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
reimburse.setFare(invoice.getNoTaxAmount()); |
|
|
|
reimburse.setFare(invoice.getNoTaxAmount()); |
|
|
|
reimburse.setFuelSurcharge(invoice.getFuelSurcharge()); |
|
|
|
reimburse.setFuelSurcharge(invoice.getFuelSurcharge()); |
|
|
|
reimburse.setCompany(company); |
|
|
|
reimburse.setCompany(company); |
|
|
|
reimburse.setPostingTime(format); |
|
|
|
// reimburse.setPostingTime(format);
|
|
|
|
reimburse.setAccountPeriod(""); |
|
|
|
reimburse.setAccountPeriod(""); |
|
|
|
|
|
|
|
|
|
|
|
return reimburse; |
|
|
|
return reimburse; |
|
|
|