|
@@ -94,7 +94,7 @@ public class ConsultationServiceImplImpl implements IConsultationService {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public String importData(List<Consultation> dataList, boolean updateSupport) {
|
|
public String importData(List<Consultation> dataList, boolean updateSupport) {
|
|
- BulkImportService<Consultation> importService = new BulkImportService<>() {
|
|
|
|
|
|
+ BulkImportService<Consultation> importService = new BulkImportService<Consultation>() {
|
|
@Override
|
|
@Override
|
|
protected Long checkExistingItem(Consultation item) {
|
|
protected Long checkExistingItem(Consultation item) {
|
|
Consultation consultation = consultationMapper.selectConsultationByTitle(item.getChineseName(), item.getEnglishName());
|
|
Consultation consultation = consultationMapper.selectConsultationByTitle(item.getChineseName(), item.getEnglishName());
|