fix(schedule): 完成编排时允许空分组状态

This commit is contained in:
2025-12-30 12:59:08 +08:00
parent 6db9a1e51d
commit b7ad819a29

View File

@@ -452,7 +452,8 @@ public class MartialScheduleServiceImpl extends ServiceImpl<MartialScheduleMappe
);
if (groups.isEmpty()) {
return false;
// 没有分组数据,视为成功(可能是初始状态,尚未进行自动编排)
return true;
}
// 2. 获取所有分组ID