@@ -143,7 +143,6 @@ public class SysRegularConfigFacade extends SysRegularConfigServiceImpl {
AllergyMedicine allergy = new AllergyMedicine();
allergy.setName(dataPasts.getKey());
allergy.setStandName(dataPasts.getStandName());
- allergy.setStandName(dataPasts.getKey());
allergies.add(allergy);
}