Commit fffaeb8617ee95548dae3c204967858fb75054d4

Authored by jiangjiazhi
1 parent ca41f87613

修改名字方便统计

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/PatientDaoImpl.java View file @ fffaeb8
... ... @@ -18,7 +18,7 @@
18 18 * <p>
19 19 * Created by Administrator on 2016/4/22 0022.
20 20 */
21   -@Repository("patientDaoImpl")
  21 +@Repository("patientDao")
22 22 public class PatientDaoImpl extends BaseMongoDAOImpl<Patients> implements IPatientDao {
23 23 @Override
24 24 public Patients addPatient(Patients obj) {