fix: 修复性能测试发送结束消息报错的问题

This commit is contained in:
Captain.B 2021-08-25 14:40:10 +08:00 committed by 刘瑞斌
parent b7b63a3d5d
commit d51eda55ff
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
where organization_id = #{orgId})) as a)
</update>
<select id="getOrganizationByProjectId">
<select id="getOrganizationByProjectId" resultType="io.metersphere.base.domain.Organization">
SELECT organization.*
FROM organization
JOIN workspace ON organization.id = organization_id