Commit d626fa4c authored by suichenguang's avatar suichenguang

修改

parent c215bb01
...@@ -84,7 +84,7 @@ public interface LogMapper { ...@@ -84,7 +84,7 @@ public interface LogMapper {
" and NEW_FILES.DWDM=#{uploadCountyCode}" + " and NEW_FILES.DWDM=#{uploadCountyCode}" +
" </if>" + " </if>" +
" <if test='createDate !=\"\"' >" + " <if test='createDate !=\"\"' >" +
" and NEW_FILES.CREATE_DATE=#{createDate}" + " and substr(NEW_FILES.CREATE_DATE,0,8)=#{createDate}" +
" </if>" + " </if>" +
" <if test='cardId !=\"\"' >" + " <if test='cardId !=\"\"' >" +
" and PREPRO_PERSON.GMSFHM=#{cardId} " + " and PREPRO_PERSON.GMSFHM=#{cardId} " +
......
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