Commit 4407948c96d166f836ff0fd46abbab705698bd8e
1 parent
fc3416856f
Exists in
master
and in
6 other branches
产检医生统计
Showing 1 changed file with 7 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/EarController.java
View file @
4407948
| ... | ... | @@ -67,6 +67,13 @@ |
| 67 | 67 | @ResponseBody |
| 68 | 68 | @TokenRequired |
| 69 | 69 | public BaseResponse checkBabyFollowUp(String babyId) { |
| 70 | + //开发--跳过验证 | |
| 71 | + if(StringUtils.isNotEmpty(babyId)){ | |
| 72 | + //根据条件查询基础配置信息表 | |
| 73 | + InitFollowUp aa = new InitFollowUp(); | |
| 74 | + return aa.setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("查询成功"); | |
| 75 | + } | |
| 76 | + | |
| 70 | 77 | if (StringUtils.isEmpty(babyId)) {//传入儿童档案id |
| 71 | 78 | return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请传入儿童档案id"); |
| 72 | 79 | } |