| | |
| | | |
| | | @Override |
| | | public List<SpFinancialExpensesFundOut> getExpertfeeList(SpSelectExpertfee spSelectExpertfee) { |
| | | return serviceFundMapper.getExpertfeeList(spSelectExpertfee.getPaApplyType(), spSelectExpertfee.getDonorname(), spSelectExpertfee.getPacheckno(), spSelectExpertfee.getCheckstatus(), spSelectExpertfee.getPadepartno(), spSelectExpertfee.getPausername()); |
| | | log.info("spSelectExpertfee的入参为:{}", spSelectExpertfee); |
| | | return serviceFundMapper.getExpertfeeList(spSelectExpertfee.getPaApplyType(), spSelectExpertfee.getPfundtaxid(), spSelectExpertfee.getDonorname(), spSelectExpertfee.getPadepartid(), spSelectExpertfee.getPausername()); |
| | | } |
| | | |
| | | @Override |
| | |
| | | String filePath = RuoYiConfig.getDownloadPath() + ajaxResult.get("msg"); |
| | | |
| | | List<VExpertfeeDonor> list2 = vExpertfeeDonorMapper.selectVExpertfeeDonorList2(faxId); |
| | | ExcelUtil<VExpertfeeDonor> util2= new ExcelUtil<VExpertfeeDonor>(VExpertfeeDonor.class); |
| | | ExcelUtil<VExpertfeeDonor> util2 = new ExcelUtil<VExpertfeeDonor>(VExpertfeeDonor.class); |
| | | AjaxResult ajaxResult2 = util2.exportExcel(list2, "VExpertfeeDonor"); |
| | | |
| | | List<VExpertfeeExpert> list3 = vExpertfeeExpertMapper.selectVExpertfeeExpertListByFaxId(faxId); |
| | |
| | | |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public Boolean updateFundTaxIdById(Long id, Long fundTaxId) { |
| | | return serviceFundMapper.updateFundTaxIdById(id, fundTaxId); |
| | | //将fund里的算税时间,与详情里的版税时间全清空 |
| | | Boolean aBoolean = serviceFundMapper.updateFundTaxIdById(id, fundTaxId); |
| | | ServiceFunddetail serviceFunddetail = new ServiceFunddetail(); |
| | | serviceFunddetail.setFundid(id); |
| | | serviceFunddetail.setTaxTime(null); |
| | | serviceFunddetail.setXh(null); |
| | | boolean b = serviceFunddetailMapper.updateTaxTime(serviceFunddetail); |
| | | return b; |
| | | } |
| | | } |