Veronique 1 năm trước cách đây
mục cha
commit
d35fbf3e36

+ 2 - 0
sdBusiness/src/main/java/com/sdtool/business/service/mall/DesignServiceImpl.java

@@ -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 {