fix(测试跟踪): 查询测试计划报错
This commit is contained in:
parent
49cc79f42f
commit
bcd8ea9328
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue