|
@@ -25,6 +25,8 @@ public interface DeploymentMapper {
|
|
|
@Select("select * from deployment where pipeline_id = #{pipelineId}")
|
|
@Select("select * from deployment where pipeline_id = #{pipelineId}")
|
|
|
DeploymentPO selectByPipelineId(Integer pipelineId);
|
|
DeploymentPO selectByPipelineId(Integer pipelineId);
|
|
|
|
|
|
|
|
|
|
+ @Delete("delete from deployment where pipeline_id = #{pipelineId}")
|
|
|
|
|
+ void delete(Integer pipelineId);
|
|
|
|
|
|
|
|
@Select("<script>" +
|
|
@Select("<script>" +
|
|
|
"SELECT * " +
|
|
"SELECT * " +
|