mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
!321 update mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryMethods.java.
Merge pull request !321 from 沈君锋/N/A
This commit is contained in:
commit
ea1f3ad650
@ -2572,4 +2572,12 @@ public class QueryMethods {
|
|||||||
return new RawFragment(raw, params);
|
return new RawFragment(raw, params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 分组值拼接
|
||||||
|
*/
|
||||||
|
public static QueryColumn groupConcat(QueryColumn columnX) {
|
||||||
|
return new FunctionQueryColumn(GROUP_CONCAT,columnX);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user