Commit f86af426 authored by R10's avatar R10

智写-文书下载hardcode一个link

parent b1118ff5
...@@ -230,43 +230,31 @@ public class MotorVehicleDrivingComplaint implements ExtractEntityStrategy { ...@@ -230,43 +230,31 @@ public class MotorVehicleDrivingComplaint implements ExtractEntityStrategy {
MotorVehicleDrivingComplaintEntity motorVehicleDrivingComplaintEntity = (MotorVehicleDrivingComplaintEntity) dto; MotorVehicleDrivingComplaintEntity motorVehicleDrivingComplaintEntity = (MotorVehicleDrivingComplaintEntity) dto;
String templateFileUrl = "https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx"; // String templateFileUrl = "https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx";
// // //
//
MotorVehicleDrivingComplaintDownload motorVehicleDrivingComplaintDownload = new MotorVehicleDrivingComplaintDownload(); // MotorVehicleDrivingComplaintDownload motorVehicleDrivingComplaintDownload = new MotorVehicleDrivingComplaintDownload();
motorVehicleDrivingComplaintDownload.setItem(new MotorVehicleDrivingComplaintItem[0]); // motorVehicleDrivingComplaintDownload.setItem(new MotorVehicleDrivingComplaintItem[0]);
//
//
MotorVehicleDrivingComplaintItem motorVehicleDrivingComplaintItem = new MotorVehicleDrivingComplaintItem(); // MotorVehicleDrivingComplaintItem motorVehicleDrivingComplaintItem = new MotorVehicleDrivingComplaintItem();
motorVehicleDrivingComplaintItem.setKey("check"); // motorVehicleDrivingComplaintItem.setKey("check");
motorVehicleDrivingComplaintItem.setValue(new String[]{motorVehicleDrivingComplaintEntity.getAgent().getAgentAuthority()}); // motorVehicleDrivingComplaintItem.setValue(new String[]{motorVehicleDrivingComplaintEntity.getAgent().getAgentAuthority()});
motorVehicleDrivingComplaintItem.setType("checkbox"); // motorVehicleDrivingComplaintItem.setType("checkbox");
motorVehicleDrivingComplaintItem.setOptions(new String[]{"国有控股","国有参股","民营"}); // motorVehicleDrivingComplaintItem.setOptions(new String[]{"国有控股","国有参股","民营"});
//
//
Map<String,String> plaintiffMap = new HashMap<>(); // Map<String,String> plaintiffMap = new HashMap<>();
plaintiffMap.put("男","☑"); // plaintiffMap.put("男","☑");
plaintiffMap.put("女","□"); // plaintiffMap.put("女","□");
// MotorVehicleDrivingComplaintItem plaintiffNameMotorVehicleDrivingComplaintItem = builderText("plaintiffName", new String[]{plaintiff.getPlaintiffName()}); // MotorVehicleDrivingComplaintItem plaintiffNameMotorVehicleDrivingComplaintItem = builderText("plaintiffName", new String[]{plaintiff.getPlaintiffName()});
// MotorVehicleDrivingComplaintItem plaintiffGenderMotorVehicleDrivingComplaintItem = builderText("plaintiffGender", new String[]{plaintiff.getPlaintiffGender()}); // MotorVehicleDrivingComplaintItem plaintiffGenderMotorVehicleDrivingComplaintItem = builderText("plaintiffGender", new String[]{plaintiff.getPlaintiffGender()});
// MotorVehicleDrivingComplaintItem plaintiffDobMotorVehicleDrivingComplaintItem = builderText("plaintiffDob", new String[]{plaintiff.getPlaintiffDob()}); // MotorVehicleDrivingComplaintItem plaintiffDobMotorVehicleDrivingComplaintItem = builderText("plaintiffDob", new String[]{plaintiff.getPlaintiffDob()});
// MotorVehicleDrivingComplaintItem plaintiffEthnicityMotorVehicleDrivingComplaintItem = builderText("plaintiffEthnicity", new String[]{plaintiff.getPlaintiffEthnicity()}); // MotorVehicleDrivingComplaintItem plaintiffEthnicityMotorVehicleDrivingComplaintItem = builderText("plaintiffEthnicity", new String[]{plaintiff.getPlaintiffEthnicity()});
// motorVehicleDrivingComplaintDownload.setFilePath("");
return "https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx";
motorVehicleDrivingComplaintDownload.setFilePath("");
return null;
} }
private MotorVehicleDrivingComplaintItem builderText(String boxName, String[] boxValue) { private MotorVehicleDrivingComplaintItem builderText(String boxName, String[] boxValue) {
......
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