@@ -79,6 +79,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{userId}
</foreach>
</if>
+ <if test="watchLogId != null">
+ AND cal_inner.watch_log_id = #{watchLogId}
+ </if>
</where>
ORDER BY cal_inner.log_id DESC
LIMIT ${(pageNum-1)*pageSize}, ${pageSize}