Commit 8713047b by 徐高华

朋友圈

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