Commit 695be66718bcb9e6257bc4365d9280449704ab95

Authored by jiangjiazhi
1 parent e620b8ed92

增加权限

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/VisitAddRequest.java View file @ 695be66
... ... @@ -527,7 +527,7 @@
527 527 visit.setNextvisit(nextVisit);
528 528 visit.setNumOfLive(numOfLive);
529 529 visit.setOther(other);
530   -
  530 + visit.setId(id);
531 531 visit.setWound(wound);
532 532 visit.setXinType(xinType);
533 533 visit.setParentId(parentId);