"<if test=\"querySDictionaryDTO.flag!=null and querySDictionaryDTO.flag !=''\">AND sd.FLAG=#{querySDictionaryDTO.flag}</if>\n"+
"<if test=\"querySDictionaryDTO.name!=null and querySDictionaryDTO.name !=''\"> AND sd.NAME like concat('%',#{querySDictionaryDTO.name},'%') </if>"+
"<if test=\"querySDictionaryDTO.type!=null and querySDictionaryDTO.type !=''\"> AND sd.TYPE like concat('%',#{querySDictionaryDTO.type},'%') </if>"+
"<if test=\"querySDictionaryDTO.value!=null and querySDictionaryDTO.value !='' \"> AND sd.VALUE like concat('%',#{querySDictionaryDTO.value},'%') </if>"+