Commit 2755425c authored by yanghao's avatar yanghao

fix: 客户业绩类型查询时名称错误的bug修复

parent add30e5e
......@@ -656,8 +656,8 @@
</if>
<!--是否新客户-->
<if test="query.isInOpenSea != null">
AND contact.is_in_open_sea = #{query.isInOpenSea}
<if test="query.isNew != null">
AND contact.is_new = #{query.isNew}
</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