Commit 8713047b by 徐高华

朋友圈

parent b5b704dc
......@@ -83,6 +83,7 @@
and a.task_status = 2
</if>
and a.status_flag = #{statusFlag}
order by ${sortColumn} ${sortType}
</select>
<select id="listExistClerkIds" resultType="java.lang.String">
......
......@@ -71,13 +71,16 @@
<if test="null != startTime">
and ( a.like_time >= #{startTime} and a.like_time <![CDATA[ <= ]]> #{endTime} )
</if>
order by a.like_time desc
</if>
<if test="type==2">
and a.comment_flag = 1
<if test="null != startTime">
and ( a.comment_time >= #{startTime} and a.comment_time <![CDATA[ <= ]]> #{endTime} )
</if>
order by a.comment_time desc
</if>
</select>
<update id="batchInsert">
......
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