|
|
@ -515,8 +515,8 @@ public class BusVehicleApplyService extends MybatisBaseService<BusVehicleApplyMa |
|
|
|
finPaymentrecordDto.setCost(busVehicleApply.getCurrentAmount().intValue()); |
|
|
|
finPaymentrecordDto.setCostTitleKey(ManPurOrderType.CostTitle.DJ_COSTTITLE.getCode()); |
|
|
|
finPaymentrecordDto.setCostTitleValue(ManPurOrderType.CostTitle.DJ_COSTTITLE.getRemarks()); |
|
|
|
finPaymentrecordDto.setCostTypeKey(DictCommonEnum.costType.CG_TYPE.getCode()); |
|
|
|
finPaymentrecordDto.setCostTypeValue(DictCommonEnum.costType.CG_TYPE.getRemarks()); |
|
|
|
finPaymentrecordDto.setCostTypeKey(DictCommonEnum.costType.DJ_TYPE.getCode()); |
|
|
|
finPaymentrecordDto.setCostTypeValue(DictCommonEnum.costType.DJ_TYPE.getRemarks()); |
|
|
|
//查询收款单位和收款账号
|
|
|
|
List<BusVehicleApplyDetailVo> busVehicleApplyDetailList = busVehicleApplyDetailService.fetchByApplySid(busVehicleApply.getSid()); |
|
|
|
String modelSid = busVehicleApplyDetailList.get(0).getVehicleSid(); |
|
|
|