Commit 2262f781a36287244642c95bf63d40c52d06fb20
1 parent
9c84f419a2
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java
View file @
2262f78
| ... | ... | @@ -2910,7 +2910,7 @@ |
| 2910 | 2910 | premaritalCheckupService.updatePremaritalCheckup(checkup,checkup.getId()); |
| 2911 | 2911 | } |
| 2912 | 2912 | |
| 2913 | - return new BaseResponse().setErrormsg("没有id").setErrorcode(ErrorCodeConstants.BUSINESS_ERROR); | |
| 2913 | + return new BaseResponse().setErrormsg("成功").setErrorcode(ErrorCodeConstants.SUCCESS); | |
| 2914 | 2914 | } |
| 2915 | 2915 | } |