Commit 3fa64241 by 徐高华

发送状态

parent 5e501f9f
......@@ -164,6 +164,9 @@
<if test="null != clerkId">
and a.clerk_id = #{clerkId}
</if>
<if test="null != sendStatus">
and a.send_status = #{sendStatus}
</if>
group by b.plan_id
</select>
......
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