Commit bb3eaf94 authored by chenzhao's avatar chenzhao

修改代码

parent 448590fd
...@@ -401,6 +401,9 @@ ...@@ -401,6 +401,9 @@
<if test="offset != null and pageSize != null"> <if test="offset != null and pageSize != null">
limit #{offset},#{pageSize} limit #{offset},#{pageSize}
</if> </if>
<if test="pointId != null and pointId != ''">
and ppn.id = #{planId}
</if>
</select> </select>
<select id="getPlanTaskPointsCount" resultType="long"> <select id="getPlanTaskPointsCount" resultType="long">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment