Commit 166652e9a940b67f19c2cc9e1989a78a56e84764

Authored by jiangjiazhi
1 parent f04e1dcf78

增加是否通知

Showing 1 changed file with 1 additions and 0 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/AntExChuDaoImpl.java View file @ 166652e
... ... @@ -46,6 +46,7 @@
46 46 */
47 47 public void updateOneAntEx(MongoQuery mongoQuery,AntExChuModel antExChuModel){
48 48 antExChuModel.setModified(new Date());
  49 +
49 50 findAndModify(mongoQuery.convertToMongoQuery(),antExChuModel);
50 51 }
51 52