mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
Fixed:修复selectCountOne 在子查询里面会错误的拼接一个别名 issure#258
This commit is contained in:
parent
60e218954b
commit
0a00dd739c
@ -327,9 +327,8 @@ public class AccountSqlTester {
|
||||
.from(ARTICLE);
|
||||
Assert.assertEquals("SELECT COUNT(1) AS `temp_count_one` FROM `tb_article`"
|
||||
, query.toSQL());
|
||||
|
||||
System.out.println(query.toSQL());
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user