Skip to content

Commit 83eb751

Browse files
committed
Update commentBlock method to accept a list of subIds
1 parent c3d5324 commit 83eb751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testData/src/main/java/doma/example/dao/inspection/TestDataCheckDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface TestDataCheckDao {
2222
List<Employee> conditionAndLoopDirective(List<Project> projects,LocalDate referenceDate);
2323

2424
@Select
25-
Employee commentBlock(Integer id);
25+
Employee commentBlock(Integer id, List<Integer> subIds);
2626

2727
@Update(sqlFile=true)
2828
int populateDirective(Employee employee);

0 commit comments

Comments
 (0)