Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
480112ff
Commit
480112ff
authored
Oct 03, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] wrapp comment keyword in xml
parent
51ddf3fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ReportServiceImpl.java
.../pwc/taxtech/atms/vat/service/impl/ReportServiceImpl.java
+0
-1
PeriodCellTemplateConfigExtendsMapper.xml
...vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/ReportServiceImpl.java
View file @
480112ff
...
...
@@ -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
());
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
View file @
480112ff
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment