|
|
@@ -334,6 +334,8 @@ public class DesignServiceImpl extends BaseService implements DesignService {
|
|
|
+ outerSessionId);
|
|
|
if (StringUtils.isNotEmpty(templateJson)) {
|
|
|
DesignTemplate template = jsonConvert.convertFrom(DesignTemplate.class, templateJson);
|
|
|
+ fillParamsToTemplate(template, params);
|
|
|
+
|
|
|
template.setJsonContent(preProcessTemplateContent(template.getJsonContent()));
|
|
|
return RetResult.<DesignTemplate>successT().result(template);
|
|
|
} else {
|