Commit 8833c4b4ab084e31197f3e037bc30d5e8c37fbd1
1 parent
a8d3867359
Exists in
master
and in
8 other branches
孕妇建档
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
8833c4b
| ... | ... | @@ -64,6 +64,9 @@ |
| 64 | 64 | @Autowired |
| 65 | 65 | private UsersService usersService; |
| 66 | 66 | |
| 67 | + @Autowired | |
| 68 | + private PatientsService patientsService; | |
| 69 | + | |
| 67 | 70 | /** |
| 68 | 71 | * 添加孕妇建档 |
| 69 | 72 | * @param yunRequest |
| ... | ... | @@ -172,6 +175,9 @@ |
| 172 | 175 | return br; |
| 173 | 176 | |
| 174 | 177 | } |
| 178 | + | |
| 179 | + //加入产筛 | |
| 180 | + patientsService.validata(p); | |
| 175 | 181 | |
| 176 | 182 | //生成建档短信 |
| 177 | 183 | createBuildSms(p); |