fix: 去掉sql分号

This commit is contained in:
shiziyuan9527 2020-12-03 14:45:55 +08:00
parent bf13f09322
commit d00d847e88
1 changed files with 1 additions and 1 deletions

View File

@ -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>