Commit 860f3ff7 authored by dahai's avatar dahai

push

parent 6e2b9224
...@@ -97,9 +97,9 @@ public interface LogMapper { ...@@ -97,9 +97,9 @@ public interface LogMapper {
" and substr(NEW_FILES.CREATE_DATE,0,8)=#{createDate}" + " and substr(NEW_FILES.CREATE_DATE,0,8)=#{createDate}" +
" </if>" + " </if>" +
" <if test='cardId !=\"\"' >" + " <if test='cardId !=\"\"' >" +
" and PREPRO_PERSON.GMSFHM=#{cardId} ORDER by CREATE_DATE " + " and PREPRO_PERSON.GMSFHM=#{cardId} " +
" </if>" + " </if>" +
" order by CREATE_DATE desc ) " + " ORDER by CREATE_DATE) " +
" A" + " A" +
" )" + " )" +
" WHERE RN BETWEEN #{end} AND #{begin}" + " WHERE RN BETWEEN #{end} AND #{begin}" +
......
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