添加默认分组逻辑

This commit is contained in:
孙小云 2026-01-27 14:01:03 +08:00
parent 28bfcc8c6b
commit b04c08bb01
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ public class SynService {
if (defaultGroup == null) {
// 默认分组不存在创建默认分组
Group newGroup = new Group();
newGroup.setGroupId(defaultGroupId);
newGroup.setGroupName("默认分组");
newGroup.setCreateBy("system");
newGroup.setRemark("系统自动创建的默认分组,用于存放未分组的机场");