Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
450f8c67
Commit
450f8c67
authored
Dec 14, 2020
by
xierz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除limit
parent
e765cec1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
ICategoryDao.xml
src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml
+0
-1
ICmsHistoryLogDao.xml
src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.xml
+0
-1
IContentDao.xml
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
+0
-1
application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml
View file @
450f8c67
...
@@ -144,7 +144,6 @@
...
@@ -144,7 +144,6 @@
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
</where>
</where>
limit 0,1
</select>
</select>
<!-- 模糊查询开始 -->
<!-- 模糊查询开始 -->
...
...
src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.xml
View file @
450f8c67
...
@@ -79,7 +79,6 @@
...
@@ -79,7 +79,6 @@
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
<if
test=
"del != null"
>
and del=#{del}
</if>
</where>
</where>
limit 0,1
</select>
</select>
...
...
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
View file @
450f8c67
...
@@ -179,7 +179,6 @@
...
@@ -179,7 +179,6 @@
<if
test=
"updateBy > 0"
>
and update_by=#{updateBy}
</if>
<if
test=
"updateBy > 0"
>
and update_by=#{updateBy}
</if>
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
<if
test=
"updateDate != null"
>
and update_date=#{updateDate}
</if>
</where>
</where>
limit 0,1
</select>
</select>
...
...
src/main/resources/application.yml
View file @
450f8c67
...
@@ -24,7 +24,7 @@ ms:
...
@@ -24,7 +24,7 @@ ms:
manager
:
manager
:
path
:
/ms
#后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改
path
:
/ms
#后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改
view-path
:
/WEB-INF/manager
#后台视图层路径配置
view-path
:
/WEB-INF/manager
#后台视图层路径配置
check-code
:
tru
e
#默认开启验证码验证,false验证码不验证
check-code
:
fals
e
#默认开启验证码验证,false验证码不验证
upload
:
upload
:
enable-web
:
true
#启用web层的上传
enable-web
:
true
#启用web层的上传
...
...
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