Commit 2cc5a720ac5c0a1c0ca7b33dd9e9545e6d6d9405
1 parent
29bf01a83b
Exists in
master
and in
6 other branches
复诊记录
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/AntenatalExaminationDaoImpl.java
View file @
2cc5a72
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | /** |
35 | 35 | * Created by Administrator on 2016/6/16 0016. |
36 | 36 | */ |
37 | -@Repository | |
37 | +@Repository("antExDao") | |
38 | 38 | public class AntenatalExaminationDaoImpl extends BaseMongoDAOImpl<AntenatalExaminationModel> implements IAntenatalExaminationDao { |
39 | 39 | @Override |
40 | 40 | public AntenatalExaminationModel addOneAntenatalExamination(AntenatalExaminationModel obj) { |