Commit 80a44fde by 徐高华

排序

parent 29ffd98c
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
<if test="null != sendStatus"> <if test="null != sendStatus">
and a.send_status = #{sendStatus} and a.send_status = #{sendStatus}
</if> </if>
order by a.create_time desc , a.owner_log_id
group by b.plan_id group by b.plan_id
</select> </select>
...@@ -195,6 +196,10 @@ ...@@ -195,6 +196,10 @@
<if test="null != clerkId"> <if test="null != clerkId">
and a.clerk_id = #{clerkId} and a.clerk_id = #{clerkId}
</if> </if>
<if test="null != sendStatus">
and a.send_status = #{sendStatus}
</if>
order by a.create_time desc , a.owner_log_id
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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