|
|
|
@ -66,7 +66,7 @@ public class AsyncTeacherService {
|
|
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
|
|
|
|
|
if (!updates.isEmpty()) {
|
|
|
|
|
ptTeacherRepository.saveAll(updates);
|
|
|
|
|
//ptTeacherRepository.saveAll(updates);
|
|
|
|
|
//updates.forEach(pt -> PT_TEACHER_CACHE.put(pt.getCode(), pt));
|
|
|
|
|
}
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|