Commit 536f6da5 authored by zoujintao's avatar zoujintao

修改查询标签问题

parent e06c5fb0
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
AND manager_id = #{managerId} AND manager_id = #{managerId}
and phone = #{phone} and phone = #{phone}
AND is_delete=0 AND is_delete=0
ORDER BY update_time DESC limit 1
</select> </select>
<select id="queryManagerByPhone" resultMap="infoMap" parameterType="map"> <select id="queryManagerByPhone" resultMap="infoMap" parameterType="map">
......
...@@ -144,6 +144,7 @@ ...@@ -144,6 +144,7 @@
AND manager_id = #{managerId} AND manager_id = #{managerId}
and phone = #{phone} and phone = #{phone}
AND is_delete=0 AND is_delete=0
ORDER BY update_time DESC limit 1
</select> </select>
<select id="queryManagerByPhone" resultMap="infoMap" parameterType="map"> <select id="queryManagerByPhone" resultMap="infoMap" parameterType="map">
......
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
AND manager_id = #{managerId} AND manager_id = #{managerId}
and phone = #{phone} and phone = #{phone}
AND is_delete=0 AND is_delete=0
ORDER BY update_time DESC limit 1
</select> </select>
<select id="queryManagerByPhone" resultMap="infoMap" parameterType="map"> <select id="queryManagerByPhone" 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