Skip to content

Commit f0a70ea

Browse files
committed
测试方法结果
1 parent 49f6db2 commit f0a70ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/luop/SqlAnalysisApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void test(){
1919
"from user u left join department d on u.depId = d.id where u.id = 1";
2020
try {
2121
Map<String, Set<String>> map = SelectParseHelper.getBloodRelationResult(sql);
22-
System.out.println(map); //{depId=[department.id], userName=[user.name], userId=[user.id], depName=[department.name]}
22+
System.out.println(map); //{depId=[department.id], userName=[user.name], id=[user.id], depName=[department.name]}
2323
} catch (Exception e) {
2424
e.printStackTrace();
2525
}

0 commit comments

Comments
 (0)