fix: 去掉sql分号
This commit is contained in:
parent
bf13f09322
commit
d00d847e88
|
@ -364,6 +364,6 @@
|
|||
from test_case, project
|
||||
where test_case.project_id = project.id
|
||||
and project.workspace_id = #{workspaceId}
|
||||
and test_case.id = #{caseId};
|
||||
and test_case.id = #{caseId}
|
||||
</select>
|
||||
</mapper>
|
Loading…
Reference in New Issue