Commit 398c9e14dde9ac041b37ccdc87508da2b6767370

Authored by jiangjiazhi
1 parent b1181110bc

修改新电子病历

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PostReviewRequest.java View file @ 398c9e1
... ... @@ -87,7 +87,8 @@
87 87  
88 88 //指导意见
89 89 private String dirOpinion;
90   - //产检 医生
  90 + //产检医生
  91 + @NotEmpty(message = "产检医生不能为空")
91 92 private String prodDoctor;
92 93 //产检日期
93 94 private String checkTime;