Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
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
4a336400
authored
Sep 28, 2023
by
lzy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
封面配置
parent
302baa34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
server-service/src/main/java/com/makeit/service/platform/sys/impl/PlatLogoConfigServiceImpl.java
server-service/src/main/java/com/makeit/service/platform/sys/impl/PlatLogoConfigServiceImpl.java
View file @
4a336400
...
...
@@ -11,6 +11,7 @@ import com.makeit.module.system.dto.SysFileDTOVO;
import
com.makeit.service.platform.sys.PlatLogoConfigService
;
import
com.makeit.utils.data.convert.BeanDtoVoUtils
;
import
com.makeit.utils.sys.FileUtil
;
import
jodd.util.StringUtil
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
...
...
@@ -44,7 +45,7 @@ public class PlatLogoConfigServiceImpl extends ServiceImpl<PlatLogoConfigMapper,
public
PlatLogoConfigDTOVO
view
(
PlatLogoConfigQueryDTO
dto
)
{
LambdaQueryWrapper
<
PlatLogoConfig
>
queryWrapper
=
new
LambdaQueryWrapper
<>();
queryWrapper
.
eq
(
PlatLogoConfig:
:
getCode
,
dto
.
getCode
());
queryWrapper
.
eq
(
StringUtil
.
isNotEmpty
(
dto
.
getCode
()),
PlatLogoConfig:
:
getCode
,
dto
.
getCode
());
List
<
PlatLogoConfig
>
list
=
list
(
queryWrapper
);
PlatLogoConfigDTOVO
data
=
new
PlatLogoConfigDTOVO
();
...
...
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