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