Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
450f8c67
Commit
450f8c67
authored
Dec 14, 2020
by
xierz
Browse files
删除limit
parent
e765cec1
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml
View file @
450f8c67
...
...
@@ -144,7 +144,6 @@
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
</where>
limit 0,1
</select>
<!-- 模糊查询开始 -->
...
...
src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.xml
View file @
450f8c67
...
...
@@ -79,7 +79,6 @@
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
</where>
limit 0,1
</select>
...
...
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
View file @
450f8c67
...
...
@@ -179,7 +179,6 @@
<if
test=
"updateBy > 0"
>
and update_by=#{updateBy}
</if>
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
</where>
limit 0,1
</select>
...
...
src/main/resources/application.yml
View file @
450f8c67
...
...
@@ -24,7 +24,7 @@ ms:
manager
:
path
:
/ms
#后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改
view-path
:
/WEB-INF/manager
#后台视图层路径配置
check-code
:
tru
e
#默认开启验证码验证,false验证码不验证
check-code
:
fals
e
#默认开启验证码验证,false验证码不验证
upload
:
enable-web
:
true
#启用web层的上传
...
...
Write
Preview
Supports
Markdown
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