src/main/resources/mapper/AgentUserMapper.xml
@@ -244,8 +244,7 @@ SELECT a.* FROM agent_user a left join agent_distribution_user d on a.id = d.agent_id WHERE d.parent_id = #{uid} WHERE a.parent_id = #{uid} </select> <select id="listByAdmin" parameterType="map" resultMap="BaseResultMap">