|
@ -57,7 +57,6 @@ import com.yxt.anrui.fin.api.finpaymentapplydetailsbeloweve.FinPaymentapplyDetai |
|
|
import com.yxt.anrui.fin.api.finpaymentapplyvehicle.FinPaymentapplyVehicleVo; |
|
|
import com.yxt.anrui.fin.api.finpaymentapplyvehicle.FinPaymentapplyVehicleVo; |
|
|
import com.yxt.anrui.fin.api.finpaymentrecord.*; |
|
|
import com.yxt.anrui.fin.api.finpaymentrecord.*; |
|
|
import com.yxt.anrui.fin.api.finuncollectedreceivablesdetailedjr.FinUncollectedReceivablesDetailedJR; |
|
|
import com.yxt.anrui.fin.api.finuncollectedreceivablesdetailedjr.FinUncollectedReceivablesDetailedJR; |
|
|
import com.yxt.anrui.fin.api.kingdee.FinKingDeeFeign; |
|
|
|
|
|
import com.yxt.anrui.fin.api.kingdee.appaybill.ApPayBill; |
|
|
import com.yxt.anrui.fin.api.kingdee.appaybill.ApPayBill; |
|
|
import com.yxt.anrui.fin.api.kingdee.voucher.Voucher; |
|
|
import com.yxt.anrui.fin.api.kingdee.voucher.Voucher; |
|
|
import com.yxt.anrui.fin.biz.finmanufacturerbank.FinManufacturerBankService; |
|
|
import com.yxt.anrui.fin.biz.finmanufacturerbank.FinManufacturerBankService; |
|
@ -70,12 +69,9 @@ import com.yxt.anrui.fin.biz.finuncollectedreceivablesdetailedjr.FinUncollectedR |
|
|
import com.yxt.anrui.fin.biz.kingdee.appaybill.ApPayBillService; |
|
|
import com.yxt.anrui.fin.biz.kingdee.appaybill.ApPayBillService; |
|
|
import com.yxt.anrui.fin.biz.kingdee.voucher.VoucherService; |
|
|
import com.yxt.anrui.fin.biz.kingdee.voucher.VoucherService; |
|
|
import com.yxt.anrui.portal.api.dictcommon.DictCommonFeign; |
|
|
import com.yxt.anrui.portal.api.dictcommon.DictCommonFeign; |
|
|
import com.yxt.anrui.portal.api.dictcommon.DictCommonVo; |
|
|
|
|
|
import com.yxt.anrui.portal.api.flow.FlowableFeign; |
|
|
import com.yxt.anrui.portal.api.flow.FlowableFeign; |
|
|
import com.yxt.anrui.portal.api.flow.PCHistTaskListAndCommentList; |
|
|
import com.yxt.anrui.portal.api.flow.PCHistTaskListAndCommentList; |
|
|
import com.yxt.anrui.portal.api.sysmapping.SysMappingFeign; |
|
|
import com.yxt.anrui.portal.api.sysmapping.SysMappingFeign; |
|
|
import com.yxt.anrui.portal.api.sysmapping.SysMappingInfoVo; |
|
|
|
|
|
import com.yxt.anrui.portal.api.sysmapping.SysMappingListInfoQuery; |
|
|
|
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganization; |
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganization; |
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationFeign; |
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationFeign; |
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationVo; |
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationVo; |
|
@ -115,7 +111,6 @@ import org.apache.tomcat.util.threads.ThreadPoolExecutor; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
import java.io.FileInputStream; |
|
|
import java.io.FileInputStream; |
|
|
import java.io.IOException; |
|
|
import java.io.IOException; |
|
|
import java.io.InputStream; |
|
|
import java.io.InputStream; |
|
@ -1669,7 +1664,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
voucherResultDetailDtoJF.setSubjectNo("1009.03"); |
|
|
voucherResultDetailDtoJF.setSubjectNo("1009.03"); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank()).getData(); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank(),"bank").getData(); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setDebit(finPaymentrecord.getCost().toString()); |
|
|
voucherResultDetailDtoJF.setDebit(finPaymentrecord.getCost().toString()); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
@ -1715,7 +1710,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
voucherResultDetailDtoJF.setSubjectNo("1009.03"); |
|
|
voucherResultDetailDtoJF.setSubjectNo("1009.03"); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank()).getData(); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank(),"bank").getData(); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setDebit(finPaymentrecord.getCost().toString()); |
|
|
voucherResultDetailDtoJF.setDebit(finPaymentrecord.getCost().toString()); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
@ -1730,7 +1725,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
voucherResultDetailDtoJF.setSubjectNo("2111"); |
|
|
voucherResultDetailDtoJF.setSubjectNo("2111"); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(finPaymentrecord.getPurchaseSystemSid()).getData(); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
voucherResultDetailDtoJF.setDimensionDept(deptVo.getOrgCode()); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank()).getData(); |
|
|
String key = dictCommonFeign.selectKeyByValue(finPaymentrecord.getReceiveBank(),"bank").getData(); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setBank(key); |
|
|
voucherResultDetailDtoJF.setDebit(exePayPriceTotal.add(payAccount).toString()); |
|
|
voucherResultDetailDtoJF.setDebit(exePayPriceTotal.add(payAccount).toString()); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
|
voucherResultDetailDtos.add(voucherResultDetailDtoJF); |
|
|