Commit df220e535069a9e174af205dab16035e7954adb4
1 parent
0bc7be6f20
Exists in
master
and in
6 other branches
新筛接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabySieveFacede.java
View file @
df220e5
... | ... | @@ -974,9 +974,9 @@ |
974 | 974 | br.setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION); |
975 | 975 | return br; |
976 | 976 | } |
977 | - return br; | |
977 | + return br.setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("参数错误未查出结果"); | |
978 | 978 | } |
979 | - return br; | |
979 | + return br.setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("还未出筛查结果"); | |
980 | 980 | } |
981 | 981 | |
982 | 982 | /** |