We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d5324 commit 83eb751Copy full SHA for 83eb751
src/test/testData/src/main/java/doma/example/dao/inspection/TestDataCheckDao.java
@@ -22,7 +22,7 @@ interface TestDataCheckDao {
22
List<Employee> conditionAndLoopDirective(List<Project> projects,LocalDate referenceDate);
23
24
@Select
25
- Employee commentBlock(Integer id);
+ Employee commentBlock(Integer id, List<Integer> subIds);
26
27
@Update(sqlFile=true)
28
int populateDirective(Employee employee);
0 commit comments