Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
self-service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
self-service
Commits
9a09ce48
Commit
9a09ce48
authored
Sep 14, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改遂宁线上测试问题
parent
a04ef9ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SstBasicController.java
...va/com/mortals/xhx/module/sst/web/SstBasicController.java
+5
-0
sst-manager/src/main/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
...n/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
+4
-4
No files found.
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SstBasicController.java
View file @
9a09ce48
...
@@ -233,6 +233,11 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
...
@@ -233,6 +233,11 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
}
}
if
(
apiResp
.
getData
().
get
(
"siteTree"
)
!=
null
)
{
if
(
apiResp
.
getData
().
get
(
"siteTree"
)
!=
null
)
{
List
<
SiteTreeSelectVO
>
resultList
=
JSONObject
.
parseArray
(
apiResp
.
getData
().
get
(
"siteTree"
).
toString
(),
SiteTreeSelectVO
.
class
);
List
<
SiteTreeSelectVO
>
resultList
=
JSONObject
.
parseArray
(
apiResp
.
getData
().
get
(
"siteTree"
).
toString
(),
SiteTreeSelectVO
.
class
);
for
(
SiteTreeSelectVO
item:
resultList
){
if
(
StringUtils
.
isEmpty
(
item
.
getAreaName
())){
item
.
setAreaName
(
item
.
getLabel
());
}
}
SiteTreeSelectVO
rootNode
=
new
SiteTreeSelectVO
();
SiteTreeSelectVO
rootNode
=
new
SiteTreeSelectVO
();
rootNode
.
setId
(
"6182157d00ce41559e001a89d87f4057"
);
rootNode
.
setId
(
"6182157d00ce41559e001a89d87f4057"
);
rootNode
.
setAreaCode
(
"510000000000"
);
rootNode
.
setAreaCode
(
"510000000000"
);
...
...
sst-manager/src/main/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
View file @
9a09ce48
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</trim>
</trim>
</trim>
</trim>
GROUP BY
GROUP BY
deptId
deptId
,deptName
ORDER BY
ORDER BY
deptId
deptId
) as t
) as t
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</trim>
</trim>
</trim>
</trim>
GROUP BY
GROUP BY
deptId
deptId
,deptName
ORDER BY
ORDER BY
deptId
deptId
) as t
) as t
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</trim>
</trim>
</trim>
</trim>
GROUP BY
GROUP BY
themeCode
themeCode
,themeName
ORDER BY
ORDER BY
themeCode
themeCode
) as t
) as t
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
</trim>
</trim>
</trim>
</trim>
GROUP BY
GROUP BY
themeCode
themeCode
,themeName
ORDER BY
ORDER BY
themeCode
themeCode
) as t
) as t
...
...
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