Commit b5c3afadd6b88c92516e592d2912a7215379ef19
1 parent
72d221ab53
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 0 additions and 11 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
b5c3afa
... | ... | @@ -52,7 +52,6 @@ |
52 | 52 | @Autowired |
53 | 53 | private PersonService personService; |
54 | 54 | |
55 | - | |
56 | 55 | /** |
57 | 56 | * 增加或者修改分娩记录 |
58 | 57 | * |
... | ... | @@ -304,16 +303,6 @@ |
304 | 303 | } catch (Exception e) { |
305 | 304 | } |
306 | 305 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(matDeliverListResult); |
307 | - } | |
308 | - | |
309 | - private void findBasicConfig(List l,List data){ | |
310 | - for (int i = 0; i < l.size(); i++) { | |
311 | - String key = (String) l.get(i); | |
312 | - BasicConfig basicConfig = basicConfigService.getOneBasicConfigById(key); | |
313 | - if (null != basicConfig) { | |
314 | - data.add(basicConfig.getName()); | |
315 | - } | |
316 | - } | |
317 | 306 | } |
318 | 307 | |
319 | 308 | /** |