Commit 041d74235ac9deb6e92025022c8f32bf03ed9252
1 parent
f7720d7a5d
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HighriskChangeHospitalController.java
View file @
041d742
| ... | ... | @@ -24,7 +24,6 @@ |
| 24 | 24 | import com.lyms.platform.query.BabyModelQuery; |
| 25 | 25 | import org.apache.commons.collections.CollectionUtils; |
| 26 | 26 | import org.apache.commons.lang.StringUtils; |
| 27 | -import org.eclipse.jetty.util.StringUtil; | |
| 28 | 27 | import org.springframework.beans.factory.annotation.Autowired; |
| 29 | 28 | import org.springframework.stereotype.Controller; |
| 30 | 29 | import org.springframework.web.bind.annotation.RequestMapping; |
| ... | ... | @@ -572,7 +571,7 @@ |
| 572 | 571 | //建立隐藏档案 |
| 573 | 572 | babyEarFacade.addhideBabyEar(obj.getTargetId(), obj.getIntoOrgid(), "0"); |
| 574 | 573 | |
| 575 | - if (StringUtil.isBlank(obj.getTargetId())) { | |
| 574 | + if (StringUtils.isEmpty(obj.getTargetId())) { | |
| 576 | 575 | return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请传入儿童档案id"); |
| 577 | 576 | } |
| 578 | 577 | BabyModel babyModel = babyService.getOneBabyById(obj.getTargetId()); |