Commit 2e896941 authored by 徐州's avatar 徐州

修改批量转移sql问题

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