Commit ab5b93eb authored by suichenguang's avatar suichenguang

新包日志查询

parent be18c9ce
...@@ -28,7 +28,7 @@ public interface LogMapper { ...@@ -28,7 +28,7 @@ public interface LogMapper {
" <if test='newFileName !=\"\"' >" + " <if test='newFileName !=\"\"' >" +
" and NEW_FILES.NEW_FILE_NAME=#{newFileName} " + " and NEW_FILES.NEW_FILE_NAME=#{newFileName} " +
" </if>" + " </if>" +
" <if test='uploadCountyCode !=\"\"' >" + " <if test='uploadCountyCode != -1' >" +
" and NEW_FILES.DWDM=#{uploadCountyCode}" + " and NEW_FILES.DWDM=#{uploadCountyCode}" +
" </if>" + " </if>" +
" <if test='createDate !=\"\"' >" + " <if test='createDate !=\"\"' >" +
......
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