|
@@ -116,7 +116,7 @@ public class InspectionItemPlanConclusionServiceImpl extends BaseServiceImpl<Lon
|
|
|
@Override
|
|
@Override
|
|
|
public List<CourseSchedule> getPlanCourses(Long planId) {
|
|
public List<CourseSchedule> getPlanCourses(Long planId) {
|
|
|
InspectionItemPlan plan = inspectionItemPlanDao.get(planId);
|
|
InspectionItemPlan plan = inspectionItemPlanDao.get(planId);
|
|
|
- List<CourseSchedule> courseSchedules = new ArrayList<CourseSchedule>();
|
|
|
|
|
|
|
+ List<CourseSchedule> courseSchedules = new ArrayList<>();
|
|
|
if (plan == null) {
|
|
if (plan == null) {
|
|
|
return courseSchedules;
|
|
return courseSchedules;
|
|
|
}
|
|
}
|