Commit a237dcbe authored by zhengyi's avatar zhengyi

销售阶段查询条件补充到sql中

parent 8f7b0b39
......@@ -32,7 +32,9 @@
<if test="query.followType != null">
AND a.follow_type = #{query.followType}
</if>
<if test="query.saleStage != null">
AND a.sale_stage = #{query.saleStage}
</if>
<if test="query.followMethod != null">
AND a.follow_method = #{query.followMethod}
</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