LIVE_YE 8 månader sedan
förälder
incheckning
edd44972cb

+ 12 - 5
ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/LoanApplicationServiceImpl.java

@@ -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());*//*
+    }*/
 
 
 }