Commit 4ca6b316 by zhangxingmin

status

parent e4f5fdd5
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
and ( et.subject like concat('%', #{request.queryContent}, '%') or etr.receive_email like concat('%', #{request.queryContent}, '%') ) and ( et.subject like concat('%', #{request.queryContent}, '%') or etr.receive_email like concat('%', #{request.queryContent}, '%') )
</if> </if>
<if test="request.status != null and request.status != ''">
and et.status = #{request.status}
</if>
and et.is_deleted = 0 and et.is_deleted = 0
</where> </where>
group by et.id group by et.id
......
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