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
86b56b4b
Commit
86b56b4b
authored
Apr 17, 2019
by
chase
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into dev_mysql
parents
3ee146f0
a2ed84ef
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
pom.xml
atms-api/pom.xml
+9
-0
ReportServiceImpl.java
.../pwc/taxtech/atms/vat/service/impl/ReportServiceImpl.java
+0
-2
PeriodCellTemplateConfigExtendsMapper.xml
...vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
+6
-0
No files found.
atms-api/pom.xml
View file @
86b56b4b
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
<version>
4.2.3.RELEASE
</version>
<version>
4.2.3.RELEASE
</version>
</dependency>
</dependency>
<!--去除swagger-->
<!--去除swagger-->
<!-- <dependency>
<!-- <dependency>
<groupId>io.springfox</groupId>
<groupId>io.springfox</groupId>
...
@@ -553,6 +554,14 @@
...
@@ -553,6 +554,14 @@
</includes>
</includes>
<targetPath>
${basedir}/target/classes/user_excel_template
</targetPath>
<targetPath>
${basedir}/target/classes/user_excel_template
</targetPath>
</resource>
</resource>
<resource>
<directory>
src/main/resources/analysis_excel_init
</directory>
<includes>
<include>
**/*.xls
</include>
<include>
**/*.xlsx
</include>
</includes>
<targetPath>
${basedir}/target/classes/analysis_excel_init
</targetPath>
</resource>
</resources>
</resources>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/ReportServiceImpl.java
View file @
86b56b4b
...
@@ -1649,7 +1649,6 @@ public class ReportServiceImpl extends BaseService {
...
@@ -1649,7 +1649,6 @@ public class ReportServiceImpl extends BaseService {
}
}
}
}
});
});
modifiedReportCellList
=
null
;
dataDto
.
setCellData
(
cellDataDtoList
);
dataDto
.
setCellData
(
cellDataDtoList
);
//将cellData复制给静态变量
//将cellData复制给静态变量
resultDto
.
setData
(
dataDto
);
resultDto
.
setData
(
dataDto
);
...
@@ -1658,7 +1657,6 @@ public class ReportServiceImpl extends BaseService {
...
@@ -1658,7 +1657,6 @@ public class ReportServiceImpl extends BaseService {
logger
.
error
(
ex
.
getMessage
(),
ex
);
logger
.
error
(
ex
.
getMessage
(),
ex
);
resultDto
.
setResult
(
false
);
resultDto
.
setResult
(
false
);
}
}
System
.
gc
();
return
resultDto
;
return
resultDto
;
}
}
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
View file @
86b56b4b
...
@@ -209,6 +209,12 @@
...
@@ -209,6 +209,12 @@
</foreach>
</foreach>
AND ct.period = #{period,jdbcType=INTEGER}
AND ct.period = #{period,jdbcType=INTEGER}
AND ct.project_id = #{projectId,jdbcType=VARCHAR}
AND ct.project_id = #{projectId,jdbcType=VARCHAR}
and config.report_template_id IN
<foreach
close=
")"
collection=
"list"
index=
"index"
item=
"item"
open=
"("
separator=
","
>
#{item}
</foreach>
AND config.period = #{period,jdbcType=INTEGER}
AND config.project_id = #{projectId,jdbcType=VARCHAR}
</select>
</select>
<select
id=
"getConfigWithReportTemplateId"
resultType=
"pwc.taxtech.atms.vat.entity.PeriodCellTemplateConfig"
>
<select
id=
"getConfigWithReportTemplateId"
resultType=
"pwc.taxtech.atms.vat.entity.PeriodCellTemplateConfig"
>
...
...
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