mirror of https://gitee.com/topiam/eiam
pull/56/head
parent
73034be019
commit
5cd5513f2e
|
@ -93,7 +93,7 @@ public class AppRepositoryCustomizedImpl implements AppRepositoryCustomized {
|
|||
builder.append(" AND app.name_ like '%").append(name).append("%'");
|
||||
}
|
||||
//分组id
|
||||
if (null!=groupId) {
|
||||
if (Objects.nonNull(groupId)) {
|
||||
builder.append(" AND ass.group_id = ").append(groupId);
|
||||
}
|
||||
//@formatter:on
|
||||
|
|
Loading…
Reference in New Issue