fix(测试跟踪): 查询测试计划报错

This commit is contained in:
guoyuqi 2022-03-31 10:53:21 +08:00 committed by xiaomeinvG
parent 49cc79f42f
commit bcd8ea9328
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class ScheduleService {
if (schedules.size() > 0) {
return schedules;
}
return null;
return new ArrayList<>();
}
public int deleteByResourceId(String resourceId, String group) {