Commit a936a221 authored by suichenguang's avatar suichenguang

制证信息管理2.1

parent a7528b2f
......@@ -14,13 +14,13 @@ public interface InfoManagementMapper {
@Select("<script> " +
"select * from new_files \n" +
"where 1=1\n" +
"<if test='beginFileName != null '>" +
"<if test='beginFileName != \"\" '>" +
"and (NEW_FILE_NAME between(#{beginFileName})and (#{endFileName}))\n" +
"</if>" +
"<if test='gajgMc != null '>" +
"<if test='gajgMc != \"\" '>" +
"and DWMC=#{gajgMc}\n" +
"</if>" +
"<if test='beginDate != null '>" +
"<if test='beginDate != \"\" '>" +
"and (subStr(CREATE_DATE,0,8) between(#{beginDate})and(#{endDate}))"+
"</if>" +
"</script>")
......
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