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