| | |
| | | tChargingOrderExport.setStartType("扫码"); |
| | | tChargingOrderExport.setOne("小程序"); |
| | | if (chargingOrderListVO.getRechargePaymentType()!=null){ |
| | | switch (chargingOrderListVO.getRechargePaymentType()){ |
| | | case 1: |
| | | tChargingOrderExport.setTwo("微信小程序"); |
| | | break; |
| | | case 2: |
| | | tChargingOrderExport.setTwo("支付宝小程序"); |
| | | break; |
| | | if (chargingOrderListVO.getOrderSource()!=null&&chargingOrderListVO.getOrderSource().equals(2)){ |
| | | if (chargingOrderListVO.getTripartitePlatformName().equals("XinDianTu")){ |
| | | tChargingOrderExport.setTwo("新电途"); |
| | | tChargingOrderExport.setOne("互联互通"); |
| | | |
| | | } |
| | | if (chargingOrderListVO.getTripartitePlatformName().equals("KuaiDian")){ |
| | | tChargingOrderExport.setTwo("快电"); |
| | | tChargingOrderExport.setOne("互联互通"); |
| | | |
| | | } |
| | | }else{ |
| | | switch (chargingOrderListVO.getRechargePaymentType()){ |
| | | case 1: |
| | | tChargingOrderExport.setTwo("微信小程序"); |
| | | break; |
| | | case 2: |
| | | tChargingOrderExport.setTwo("支付宝小程序"); |
| | | break; |
| | | } |
| | | } |
| | | |
| | | } |
| | | if (chargingOrderListVO.getCreateTime()!=null){ |
| | | String s1 = DateUtils.localDateTimeToString(chargingOrderListVO.getCreateTime()); |