Commit 66d5aef3ebfc5ef5b7f6257e16d9ba044eaebdc2

Authored by jiangjiazhi
1 parent 32050baeb2

修改机构组发放产检劵

Showing 1 changed file with 1 additions and 0 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/OrganizationGroupsItemsDaoImpl.java View file @ 66d5aef
... ... @@ -31,6 +31,7 @@
31 31 public OrganizationGroupsItems addOneEntity(OrganizationGroupsItems groupsItems){
32 32 return save(groupsItems);
33 33 }
  34 +
34 35 public OrganizationGroupsItems findById(String id){
35 36 return findById(id);
36 37 }