mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
修复DialectRunner.count方法中,去除包含多字段order by子句的SQL语句时错误问题(issue#4066@Github)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package cn.hutool.v7.db;
|
||||
package cn.hutool.v7.db.sql;
|
||||
|
||||
import cn.hutool.v7.db.sql.SqlUtil;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
Reference in New Issue
Block a user