Commit 0ec07fc8 authored by hongguangwu's avatar hongguangwu

MVP1.7.2 工行3次提交_下载

parent 0a42447c
...@@ -574,6 +574,13 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -574,6 +574,13 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
return null; return null;
} }
/**
* @param response
* @Description: 验证下载文件的正确性
* @Author: hgw
* @Date: 2024/11/20 17:37
* @return: void
**/
@Override @Override
public void exportAll(HttpServletResponse response) { public void exportAll(HttpServletResponse response) {
List<EkpBankExcelVo> list = ekpBankGrantDetailService.getEkpBankExcelVoByIdAndMain("1"); List<EkpBankExcelVo> list = ekpBankGrantDetailService.getEkpBankExcelVoByIdAndMain("1");
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
a.fd_payee_name fdPayeeName, a.fd_payee_name fdPayeeName,
concat('',round(a.fd_money * 100,0)) fdMoney, concat('',round(a.fd_money * 100,0)) fdMoney,
a.fd_remittance_purpose fdRemittancePurpose, a.fd_remittance_purpose fdRemittancePurpose,
m.fd_cover_remark fdCoverRemark, ifnull(m.fd_cover_remark,'') fdCoverRemark,
a.fd_emp_phone fdEmpPhone a.fd_emp_phone fdEmpPhone
from ekp_bank_grant_detail a from ekp_bank_grant_detail a
left join ekp_bank_pay_task m on a.fd_parent_id=m.fd_id left join ekp_bank_pay_task m on a.fd_parent_id=m.fd_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment