Commit 0210c237f732794f59a26b2705a70f9f077a0bf0
1 parent
05e09311a9
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/PatientDaoImpl.java
View file @
0210c23
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | public void updatePatientHusbandBirth(String id, Object colValue) { |
50 | 50 | this.mongoTemplate.updateFirst(new Query(Criteria.where("id").is(id)), Update.update("husbandBirth", colValue), Patients.class); |
51 | 51 | //为了使修改为空的时候能够同步到线上 |
52 | - updatePatient( findById(id), id); | |
52 | + //updatePatient( findById(id), id); | |
53 | 53 | } |
54 | 54 | |
55 | 55 | @Override |