|
@@ -122,6 +122,6 @@ where
|
|
|
<select id="getPhoneListByRole" resultType="java.lang.String">
|
|
|
select distinct phone
|
|
|
from sqmdb_rpt.acl_user au , sqmdb_rpt.acl_user_role_city aurc
|
|
|
- where au.user_id = aurc.user_id and aurc.role_id = #{roleId} and aurc.city_id = #{cityId}
|
|
|
+ where au.user_id = aurc.user_id and aurc.role_id = #{roleId} and aurc.city_id = #{cityId} and au.deleted = 0
|
|
|
</select>
|
|
|
</mapper>
|