fix: 修复性能测试发送结束消息报错的问题
This commit is contained in:
parent
2a50b3fe9b
commit
0ee7679ab5
|
@ -151,7 +151,7 @@
|
||||||
where organization_id = #{orgId})) as a)
|
where organization_id = #{orgId})) as a)
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="getOrganizationByProjectId">
|
<select id="getOrganizationByProjectId" resultType="io.metersphere.base.domain.Organization">
|
||||||
SELECT organization.*
|
SELECT organization.*
|
||||||
FROM organization
|
FROM organization
|
||||||
JOIN workspace ON organization.id = organization_id
|
JOIN workspace ON organization.id = organization_id
|
||||||
|
|
Loading…
Reference in New Issue