Commit 14792fc779c2c88748374bd04a22841d8e067cb3
1 parent
66d5aef3eb
Exists in
master
and in
6 other branches
修改机构组发放产检劵
Showing 1 changed file with 0 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/OrganizationGroupsItemsDaoImpl.java
View file @
14792fc
... | ... | @@ -3,7 +3,6 @@ |
3 | 3 | import com.lyms.platform.biz.dal.IOrganizationGroupsItemsDao; |
4 | 4 | import com.lyms.platform.common.dao.BaseMongoDAOImpl; |
5 | 5 | import com.lyms.platform.common.dao.operator.MongoQuery; |
6 | -import com.lyms.platform.permission.model.Organization; | |
7 | 6 | import com.lyms.platform.pojo.OrganizationGroupsItems; |
8 | 7 | import org.springframework.stereotype.Repository; |
9 | 8 |