|
@@ -219,6 +219,8 @@ public class AuthInfoServiceImpl implements AuthInfoService {
|
|
} else {
|
|
} else {
|
|
basicSchool.setLogo(filePath);
|
|
basicSchool.setLogo(filePath);
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ basicSchool.setLogo(o.getLogo());
|
|
}
|
|
}
|
|
basicSchoolSet.add(basicSchool);
|
|
basicSchoolSet.add(basicSchool);
|
|
}
|
|
}
|