添加默认分组逻辑
This commit is contained in:
parent
28bfcc8c6b
commit
b04c08bb01
|
|
@ -613,7 +613,7 @@ public class SynService {
|
|||
if (defaultGroup == null) {
|
||||
// 默认分组不存在,创建默认分组
|
||||
Group newGroup = new Group();
|
||||
newGroup.setGroupId(defaultGroupId);
|
||||
|
||||
newGroup.setGroupName("默认分组");
|
||||
newGroup.setCreateBy("system");
|
||||
newGroup.setRemark("系统自动创建的默认分组,用于存放未分组的机场");
|
||||
|
|
|
|||
Loading…
Reference in New Issue