wangfeng 4 anni fa
parent
commit
2f0934b2cb

+ 1 - 0
src/main/java/com/diagbot/facade/SysRegularConfigFacade.java

@@ -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);
             }