Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
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
赵啸非
smart_gov_platform
Commits
cbec581d
Commit
cbec581d
authored
Apr 24, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b35c3d4c
d7df8899
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
portal-manager/pom.xml
portal-manager/pom.xml
+3
-3
portal-manager/src/main/java/com/mortals/xhx/module/page/web/PageInfoController.java
...a/com/mortals/xhx/module/page/web/PageInfoController.java
+3
-2
portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+2
-0
No files found.
portal-manager/pom.xml
View file @
cbec581d
...
...
@@ -17,9 +17,6 @@
<profiles>
<profile>
<id>
develop
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<profiles.active>
develop
</profiles.active>
<profiles.queue.type>
rabbitmq
</profiles.queue.type>
...
...
@@ -39,6 +36,9 @@
</profile>
<profile>
<id>
test
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<profiles.active>
test
</profiles.active>
<profiles.server.path>
/zwfw
</profiles.server.path>
...
...
portal-manager/src/main/java/com/mortals/xhx/module/page/web/PageInfoController.java
View file @
cbec581d
...
...
@@ -61,9 +61,10 @@ public class PageInfoController extends BaseCRUDJsonBodyMappingController<PageIn
model
.
put
(
"data"
,
result
.
getData
().
getData
());
model
.
put
(
"pageInfo"
,
result
.
getData
().
getPageInfo
());
model
.
put
(
"dict"
,
result
.
getData
().
getDict
());
model
.
put
(
"message_info"
,
busiDesc
+
"成功"
);
}
else
{
model
.
put
(
"message_info"
,
result
.
getMsg
());
}
model
.
put
(
"message_info"
,
busiDesc
+
"成功"
);
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
var9
)
{
code
=
-
1
;
...
...
portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
cbec581d
...
...
@@ -16,5 +16,7 @@
<property
name=
"dialect"
value=
"MySql"
/>
<property
name=
"showSql"
value=
"MySql"
/>
</plugin>
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
</plugin>
</plugins>
</configuration>
\ No newline at end of file
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