Ver código fonte

优化代码2

wangfeng 4 anos atrás
pai
commit
7cbfe71ec7

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

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