Commit 438bf4398cf49beb6d285b4cc7f8a0c560892d7d

Authored by dongqin
1 parent b1f1ada257

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatdeliverFollowFacade.java View file @ 438bf43
... ... @@ -209,7 +209,7 @@
209 209 update.set("pushStatus", "3");
210 210 update.set("confirmTime", new Date());
211 211 update.set("confirmDoctor", matDeliverFollowAddRequest.getVisitDoctor());
212   - mongoTemplate.updateFirst(Query.query(Criteria.where("matdeliverFollowId").is(matDeliverFollowAddRequest.getId())), Update.update("pushStatus", "3"), MatdeliverFollowPushModel.class);
  212 + mongoTemplate.updateFirst(Query.query(Criteria.where("matdeliverFollowId").is(matDeliverFollowAddRequest.getId())), update, MatdeliverFollowPushModel.class);
213 213 }
214 214 //修改随访信息
215 215 matDeliverFollowService.updateOne(matDeliverFollowAddRequest.convertToDataModel(), matDeliverFollowAddRequest.getId());