Commit 22e878be1be99270b3d416ef0dbae889f2ce1005

Authored by litao@lymsh.com
1 parent bc87b01de2
Exists in master and in 1 other branch dev

改bug

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 22e878b
... ... @@ -3708,7 +3708,7 @@
3708 3708 } else if (type == 2){
3709 3709 mongoTemplate.updateFirst(Query.query(Criteria.where("id").is(id)), Update.update("isPrient", 1), AntenatalExaminationModel.class);
3710 3710 }
3711   - return RespBuilder.buildSuccess(flag);
  3711 + return RespBuilder.buildSuccess();
3712 3712 }
3713 3713 }