|
@@ -154,7 +154,6 @@ public class InstitutionImpl implements InstitutionService {
|
|
}else{
|
|
}else{
|
|
PcInstitutionExample contactExample = new PcInstitutionExample();
|
|
PcInstitutionExample contactExample = new PcInstitutionExample();
|
|
contactExample.or().andInstitutionIDEqualTo(curInstitutionID);
|
|
contactExample.or().andInstitutionIDEqualTo(curInstitutionID);
|
|
- pcInstitutionMapper.deleteByExample(contactExample);
|
|
|
|
result += pcInstitutionMapper.deleteByExample(contactExample);
|
|
result += pcInstitutionMapper.deleteByExample(contactExample);
|
|
}
|
|
}
|
|
}
|
|
}
|