lizijie
2019-08-29 991e6e3da063c07c47f1cb951bc08a22fda588ed
src/main/resources/mapper/AccountMapper.xml
@@ -39,4 +39,10 @@
         ar.role_id = r.id
      AND ar.account_id = #{accountId}
   </select>
   <select id="getOrganizationIdByAccountId" resultType="java.util.Map">
      SELECT organization_id
      FROM account
      WHERE id=#{id}
   </select>
</mapper>