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
bf0e7a24
Commit
bf0e7a24
authored
Jun 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加bill路由
parent
5bc85820
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
base-manager/src/main/java/com/mortals/xhx/module/app/service/impl/AppInfoTempleteFieldServiceImpl.java
...ule/app/service/impl/AppInfoTempleteFieldServiceImpl.java
+3
-3
base-manager/src/main/resources/bootstrap.yml
base-manager/src/main/resources/bootstrap.yml
+2
-1
base-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+5
-0
No files found.
base-manager/src/main/java/com/mortals/xhx/module/app/service/impl/AppInfoTempleteFieldServiceImpl.java
View file @
bf0e7a24
...
...
@@ -64,10 +64,10 @@ public class AppInfoTempleteFieldServiceImpl extends AbstractCRUDServiceImpl<App
fieldEntity
.
setId
(
null
);
fieldSaveList
.
add
(
fieldEntity
);
}
}
if
(!
ObjectUtils
.
isEmpty
(
fieldSaveList
))
{
appInfoFieldService
.
save
(
fieldSaveList
,
context
);
}
if
(!
ObjectUtils
.
isEmpty
(
fieldSaveList
))
{
appInfoFieldService
.
save
(
fieldSaveList
,
context
);
}
super
.
saveAfter
(
entity
,
context
);
}
...
...
base-manager/src/main/resources/bootstrap.yml
View file @
bf0e7a24
...
...
@@ -45,4 +45,5 @@ application:
auth
:
unloginUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/padsign/*,/terminal/*,/resource/list,/api/asset/*,/api/*,/flow/*,/uploads/*,/project/file/*,/file/*,/assessment/*
uncheckUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/padsign/*,/terminal/*,/resource/list,/api/asset/*,/api/*,/flow/*,/uploads/*,/project/file/*,/file/*,/assessment/*
dm
:
enable
:
true
base-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
bf0e7a24
...
...
@@ -21,5 +21,10 @@
<property
name=
"enableExecutorTime"
value=
"false"
/>
<property
name=
"showSql"
value=
"true"
/>
</plugin>
<plugin
interceptor=
"com.mortals.framework.thirty.dm.DmTransInterceptor"
>
</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