|
@@ -98,6 +98,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="userId != null and userId !='' ">
|
|
<if test="userId != null and userId !='' ">
|
|
AND un.user_id =#{userId}
|
|
AND un.user_id =#{userId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="noteDate != null and noteDate !='' ">
|
|
|
|
+ AND un.note_date =#{noteDate}
|
|
|
|
+ </if>
|
|
order by un.note_date desc
|
|
order by un.note_date desc
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|