Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit de1e9e3f
authored
Jul 02, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
1 parent
4892a24c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
1 deletions
arch-overall/src/main/java/org/arch/modules/design/service/impl/ArchiElementImpl.java
logs/eadc-architecture_error.log
logs/eadc-architecture_info.log
arch-overall/src/main/java/org/arch/modules/design/service/impl/ArchiElementImpl.java
View file @
de1e9e3
...
...
@@ -34,7 +34,6 @@ public class ArchiElementImpl extends ServiceImpl<ArchiElementMapper, ArchiEleme
private
ArchiElementMapper
archiElementMapper
;
@Resource
private
ArchiElePropertyMapper
archiElePropertyMapper
;
@Autowired
public
IPage
<
ArchiElement
>
gtArchiElement
(
ArchiElementDTO
dto
)
{
return
archiElementMapper
.
gtArchiElement
(
dto
,
PageDTO
.
of
(
dto
.
getCurrent
(),
dto
.
getPageSize
()));
}
...
...
logs/eadc-architecture_error.log
View file @
de1e9e3
This diff is collapsed.
Click to expand it.
logs/eadc-architecture_info.log
View file @
de1e9e3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment