Commit ba77b503 authored by suichenguang's avatar suichenguang

信息管理2.7

parent 4d6c0700
...@@ -10,11 +10,10 @@ import java.util.Map; ...@@ -10,11 +10,10 @@ import java.util.Map;
@Mapper @Mapper
public interface InfoManagementMapper { public interface InfoManagementMapper {
@Select("<script> " +
@Select( "SELECT * FROM " + "SELECT * FROM " +
" ( " + " ( " +
" SELECT A.*, ROWNUM RN " + "SELECT A.*, ROWNUM RN " +
"<script> " +
"FROM (select * from new_files \n" + "FROM (select * from new_files \n" +
"where 1=1\n" + "where 1=1\n" +
"<if test='beginFileName != \"\" '>" + "<if test='beginFileName != \"\" '>" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment