|
@@ -2363,7 +2363,12 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
userConference = sysUserConferenceMapper.selectSysUserConferenceNew(loanApplication.getLoanApplicationId());
|
|
|
|
|
|
excelMap.put("zzqje", userConference.getLineGuarantee());
|
|
|
-
|
|
|
+ //债务人名称
|
|
|
+ excelMap.put("zwrmc", loanApplication.getEnterpriseName());
|
|
|
+ //法定代表人姓名
|
|
|
+ excelMap.put("fddbrxm", loanApplication.getCorporationName());
|
|
|
+ //法定代表人证件号码
|
|
|
+ excelMap.put("fddbrzjhm", loanApplication.getCorporationIdCard());
|
|
|
|
|
|
|
|
|
list.add(excelMap);
|
|
@@ -2478,10 +2483,12 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
|
|
|
}*/
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- Map<String, Object> imgMap = IdCardUtil.accurateBasicCj("D:\\当期财务报表_20240709162743A128.pdf");
|
|
|
- System.out.println(imgMap.toString());
|
|
|
- }
|
|
|
+ /*public static void main(String[] args) {
|
|
|
+ String pdfPath = "D:\\240809182122A151.pdf";
|
|
|
+ System.out.println(Text2PdfUtil.readPDF(pdfPath));
|
|
|
+ *//*Map<String, Object> imgMap = IdCardUtil.accurateBasicCj("D:\\240809182122A151.pdf");
|
|
|
+ System.out.println(imgMap.toString());*//*
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
}
|