Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
62c8ba04
Commit
62c8ba04
authored
Sep 29, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加监管列表查询的注释
parent
b69cd050
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
JGDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/JGDPStatisticsServiceImpl.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/JGDPStatisticsServiceImpl.java
View file @
62c8ba04
...
...
@@ -3349,6 +3349,9 @@ public class JGDPStatisticsServiceImpl {
filterParamDto
.
setBeginDate
(
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getBeginDate
());
filterParamDto
.
setEndDate
(
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getEndDate
());
}
// 判断是否根据具体的业务类型筛选,如果是则需要将treeValue置空,满足对应xml中的动态union all
// 当BusinessTypeCode不为空,则查对应BusinessTypeCode具体的业务,此时需要将treeValue置空,取消xml中的union all 拼接
// 当BusinessTypeCode为空,则查询对应treeValue下所有业务,此时不能将treeValue置空,需要使用xml中的union all 拼接各个业务查询
String
treeValue
=
dpFilterParamForDetailDto
.
getBusinessTypeCode
()
!=
""
?
null
:
dpFilterParamForDetailDto
.
getTreeValue
();
if
(
JgBusinessTypeEnum
.
SGGZ
.
getCode
().
equals
(
dpFilterParamForDetailDto
.
getTreeValue
()))
{
maps
=
jgStatisticsMapper
.
countBizFinishedNumForDPListSGGZ
(
page
,
orgCode
,
filterParamDto
,
treeValue
);
...
...
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