Commit 34d4ab5d43ffd46a0dec706c5044d780559824f3

Authored by jiangjiazhi
1 parent 9718efca00

修改新电子病历

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 34d4ab5
... ... @@ -311,7 +311,7 @@
311 311 }
312 312 }
313 313  
314   - if (StringUtils.isNotEmpty(patients.getLastCheckEmployeeId())) {
  314 + /*if (StringUtils.isNotEmpty(patients.getLastCheckEmployeeId())) {
315 315 if (NumberUtils.isNumber(patients.getLastCheckEmployeeId())) {
316 316 Users users = usersService.getUsers(NumberUtils.toInt(patients.getLastCheckEmployeeId()));
317 317 if (null != users) {
... ... @@ -322,7 +322,7 @@
322 322 } else {
323 323 chanResult.setCheckDoctor(patients.getLastCheckEmployeeId());
324 324 }
325   - }
  325 + }*/
326 326 //复查次数
327 327 PostReviewQuery postReviewQuery=new PostReviewQuery();
328 328 postReviewQuery.setPid(patients.getPid());