Commit 9c0fadf7 authored by yanghao's avatar yanghao

chore: 增加客户跟进的跟进方式查询条件

parent b58b208f
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
<if test="query.followType != null"> <if test="query.followType != null">
AND a.follow_type = #{query.followType} AND a.follow_type = #{query.followType}
</if> </if>
<if test="query.followMethod != null">
AND a.follow_method = #{query.followMethod}
</if>
<if test="query.followUserId != null"> <if test="query.followUserId != null">
AND a.follow_user_id = #{query.followUserId} AND a.follow_user_id = #{query.followUserId}
</if> </if>
......
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