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
5 years ago
Commit
90712021a52be902d5073419c9582f980bd63bf6
1 parent
c1cb36bb
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 @
9071202
...
...
@@ -33,7 +33,7 @@
<select
id=
"selectActiveByCode"
resultType=
"com.yoho.ufo.model.resource.Resources"
>
select
<include
refid=
"Base_Column_List"
/>
from resources
where status=1 and code = #{code} and publish_time
&
g
t;
= unix_timestamp() order by publish_time,id
where status=1 and code = #{code} and publish_time
&
l
t;
= unix_timestamp() order by publish_time,id
limit 1
</select>
...
...
Please
register
or
login
to post a comment