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