|
@@ -824,6 +824,10 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
params.put("endDate", endDate);
|
|
params.put("endDate", endDate);
|
|
params.put("fee", fee);
|
|
params.put("fee", fee);
|
|
|
|
|
|
|
|
+ params.put("isShowVisualSeal", false);
|
|
|
|
+
|
|
|
|
+ params.put("ownershipType", "OWN");
|
|
|
|
+
|
|
templateEngine.render(params, "practice.ftl", srcFile);
|
|
templateEngine.render(params, "practice.ftl", srcFile);
|
|
|
|
|
|
String result = "";
|
|
String result = "";
|