fix(schedule): 完成编排时允许空分组状态
This commit is contained in:
@@ -452,7 +452,8 @@ public class MartialScheduleServiceImpl extends ServiceImpl<MartialScheduleMappe
|
||||
);
|
||||
|
||||
if (groups.isEmpty()) {
|
||||
return false;
|
||||
// 没有分组数据,视为成功(可能是初始状态,尚未进行自动编排)
|
||||
return true;
|
||||
}
|
||||
|
||||
// 2. 获取所有分组ID
|
||||
|
||||
Reference in New Issue
Block a user