Commit ba77b503 authored by suichenguang's avatar suichenguang

信息管理2.7

parent 4d6c0700
......@@ -10,11 +10,10 @@ import java.util.Map;
@Mapper
public interface InfoManagementMapper {
@Select( "SELECT * FROM " +
@Select("<script> " +
"SELECT * FROM " +
" ( " +
" SELECT A.*, ROWNUM RN " +
"<script> " +
"SELECT A.*, ROWNUM RN " +
"FROM (select * from new_files \n" +
"where 1=1\n" +
"<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