@@ -121,5 +121,8 @@
#{roleId}
</foreach>
</if>
+ <if test="res.dateTime != null ">
+ and r.ymd_date = #{res.dateTime}
+ </if>
</select>
</mapper>