删除limit

This commit is contained in:
xierz 2020-12-14 14:13:51 +08:00
parent e765cec1a3
commit 450f8c677c
4 changed files with 1 additions and 4 deletions

View File

@ -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>
<!-- 模糊查询开始 --> <!-- 模糊查询开始 -->

View File

@ -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>

View File

@ -179,7 +179,6 @@
<if test="updateBy &gt; 0"> and update_by=#{updateBy} </if> <if test="updateBy &gt; 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>

View File

@ -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: true #默认开启验证码验证false验证码不验证 check-code: false #默认开启验证码验证false验证码不验证
upload: upload:
enable-web: true #启用web层的上传 enable-web: true #启用web层的上传