Commit aca59545 authored by dahai's avatar dahai

修改查询格口文件信息

parent 1a2a80bf
...@@ -43,7 +43,7 @@ public interface FileNameDicMapper { ...@@ -43,7 +43,7 @@ public interface FileNameDicMapper {
"<if test='analysisState != -1 ' >" + "<if test='analysisState != -1 ' >" +
" and STATE =#{analysisState}" + " and STATE =#{analysisState}" +
"</if>" + "</if>" +
"<if test='uploadDate !=null' >" + "<if test='uploadDate !=\"\" ' >" +
" and substr(UPLOAD_DATE,0,8) =#{uploadDate}" + " and substr(UPLOAD_DATE,0,8) =#{uploadDate}" +
"</if>" + "</if>" +
"<if test='fileName != null ' >" + "<if test='fileName != null ' >" +
...@@ -65,7 +65,7 @@ public interface FileNameDicMapper { ...@@ -65,7 +65,7 @@ public interface FileNameDicMapper {
"<if test='analysisState != -1' >" + "<if test='analysisState != -1' >" +
" and STATE =#{analysisState}" + " and STATE =#{analysisState}" +
"</if>" + "</if>" +
"<if test='uploadDate !=null' >" + "<if test='uploadDate !=\"\"' >" +
" and substr(UPLOAD_DATE,0,8) = #{uploadDate}" + " and substr(UPLOAD_DATE,0,8) = #{uploadDate}" +
"</if>" + "</if>" +
"<if test='fileName != null ' >" + "<if test='fileName != null ' >" +
......
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