Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
2020-03-04 15:50:21 +0800
Commit
51fea57c1aa7500cef0f24420ee9f7c8d2f8bb72
1 parent
886057d3
bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ResourcesMapper.xml
dal/src/main/resources/META-INF/mybatis/ResourcesMapper.xml
View file @
51fea57
...
...
@@ -44,7 +44,7 @@
<sql
id=
"pageCondition"
>
where publish_time=0 and status = 1
<if
test=
"name != null"
>
and name like CONCAT('%',
'#{name}'
,'%' )
and name like CONCAT('%',
#{name}
,'%' )
</if>
<if
test=
"id != null"
>
and id = #{id}
...
...
Please
register
or
login
to post a comment