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
c7cfb2e1
Commit
c7cfb2e1
authored
Mar 04, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(tcm):查询全国行政区划数问题
parent
83fdbae4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
UnitInfoServiceImpl.java
.../module/tcm/flc/biz/service/impl/UnitInfoServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/service/impl/UnitInfoServiceImpl.java
View file @
c7cfb2e1
...
@@ -670,7 +670,7 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto, UnitInfo, Unit
...
@@ -670,7 +670,7 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto, UnitInfo, Unit
if
(
ValidationUtil
.
isEmpty
(
isNationwide
))
{
if
(
ValidationUtil
.
isEmpty
(
isNationwide
))
{
result
=
Systemctl
.
regionClient
.
querySubAgencyTree
(
shaanxiRegionSeq
).
getResult
();
result
=
Systemctl
.
regionClient
.
querySubAgencyTree
(
shaanxiRegionSeq
).
getResult
();
}
else
{
}
else
{
result
=
Systemctl
.
regionClient
.
queryForTree
(
null
).
getResult
();
result
=
Systemctl
.
regionClient
.
queryForTree
Parent
(
0L
).
getResult
();
}
}
redisUtil
.
set
(
regionTreeRedisKey
,
JSONObject
.
toJSONString
(
result
));
redisUtil
.
set
(
regionTreeRedisKey
,
JSONObject
.
toJSONString
(
result
));
}
}
...
...
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