fix: 修复性能测试发送结束消息报错的问题
This commit is contained in:
parent
b7b63a3d5d
commit
d51eda55ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue