Commit 679b2d88 authored by 徐州's avatar 徐州

修改判断逻辑

parent 6f4dc3ca
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
where 1=1 where 1=1
AND manager_id = #{managerId} AND manager_id = #{managerId}
and phone = #{phone} and phone = #{phone}
group by phone
</select> </select>
<select id="getCustomerMergeById" resultMap="infoMap" parameterType="map"> <select id="getCustomerMergeById" resultMap="infoMap" parameterType="map">
......
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
where 1=1 where 1=1
AND manager_id = #{managerId} AND manager_id = #{managerId}
and phone = #{phone} and phone = #{phone}
group by phone
</select> </select>
<select id="getCustomerMergeById" resultMap="infoMap" parameterType="map"> <select id="getCustomerMergeById" resultMap="infoMap" parameterType="map">
......
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