Commit 2444b868 authored by 韩桐桐's avatar 韩桐桐

feat(jg):使用登记表(台套+单位)

parent 92c963d6
......@@ -1262,7 +1262,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
exportParamsMap.put("phone", vehicleInformation.getPhone());
handleAuditPassedDate(vehicleInformation.getAuditPassDate(), exportParamsMap);
exportParamsMap.put("useRegistrationCode", vehicleInformation.getUseRegistrationCode());
String wordPath = "use-registration-form.ftl";
String wordPath = "use-registration-form-vehicle.ftl";
// word转pdf
File pdfFile;
try {
......
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