Commit 480112ff authored by neo's avatar neo

[bugfix] wrapp comment keyword in xml

parent 51ddf3fa
......@@ -487,7 +487,6 @@ public class ReportServiceImpl extends VatAbstractService implements ReportServi
.andTemplateGroupIdEqualTo(reportTemplate.get().getTemplateGroupId())
.andPeriodEqualTo(report.getPeriod())
.andIsActiveAssociationEqualTo(true);
List<PeriodTemplate> reportTemplates = periodTemplateMapper.selectByExample(example);
List<Long> templateIds = new ArrayList<>();
templateIds.add(report.getTemplateId());
......
......@@ -193,7 +193,7 @@
CELL_TEMPLATE.IS_READ_ONLY,
CELL_TEMPLATE.ID AS CELL_TEMPLATE_ID,
CELL_TEMPLATE.REPORT_TEMPLATE_ID,
CELL_TEMPLATE.COMMENT
CELL_TEMPLATE."COMMENT"
FROM
PERIOD_CELL_TEMPLATE CELL_TEMPLATE
JOIN
......
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