|
|
@ -559,6 +559,7 @@ public class BusVehicleApplyService extends MybatisBaseService<BusVehicleApplyMa |
|
|
|
finPaymentrecordDto.setCostTypeKey(DictCommonEnum.costType.DJ_TYPE.getCode()); |
|
|
|
finPaymentrecordDto.setCostTypeValue(DictCommonEnum.costType.DJ_TYPE.getRemarks()); |
|
|
|
finPaymentrecordDto.setPayRemark(busVehicleApply.getPayRemarks()); |
|
|
|
finPaymentrecordDto.setCreateBySid(busVehicleApply.getCreateBySid()); |
|
|
|
//查询收款单位和收款账号
|
|
|
|
List<BusVehicleApplyDetailVo> busVehicleApplyDetailList = busVehicleApplyDetailService.fetchByApplySid(busVehicleApply.getSid()); |
|
|
|
String modelSid = busVehicleApplyDetailList.get(0).getVehicleSid(); |
|
|
|