|
|
@@ -31,10 +31,10 @@ class PipelineHistoryMapperTest {
|
|
|
void insert(){
|
|
|
PipelineHistoryPO po = PipelineHistoryPO
|
|
|
.builder()
|
|
|
- .pipelineId(7)
|
|
|
+ .pipelineId(1)
|
|
|
.details("leftright")
|
|
|
.result("down")
|
|
|
- .userId(4)
|
|
|
+ .userId(1345)
|
|
|
.build();
|
|
|
historyMapper.insert(po,"id","startTime");
|
|
|
}
|
|
|
@@ -46,6 +46,6 @@ class PipelineHistoryMapperTest {
|
|
|
|
|
|
@Test
|
|
|
void selectPipelinesRecentlyHistory() {
|
|
|
- System.out.println(historyMapper.selectPipelinesRecentlyHistory(Arrays.asList(4,7)));
|
|
|
+ System.out.println(historyMapper.selectPipelinesRecentlyHistory(Arrays.asList(1)));
|
|
|
}
|
|
|
}
|