Commit 0a7a8666047e601b0f90ccda0890b9a5bf147fa4
1 parent
3478d7afae
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PostReviewServiceImpl.java
View file @
0a7a866
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 | { |
200 | 200 | if (StringUtils.isNotEmpty(pat.getGcdfDoctorId())) |
201 | 201 | { |
202 | - if(StringUtils.isNotEmpty(pat.getGcdfDoctorId())) { | |
202 | + if(StringUtils.isNotEmpty(pat.getGcdfDoctorId()) && StringUtils.isNum(pat.getGcdfDoctorId())) { | |
203 | 203 | Users users = usersMapper.getUsers(Integer.parseInt(pat.getGcdfDoctorId())); |
204 | 204 | gcDoctor = users == null ? "" : users.getName(); |
205 | 205 | } else { |