Commit f4d6ac1863e9a2a0eb114f1a33c43d40dd31e20a
1 parent
820fe172
biz
Showing
1 changed file
with
1 additions
and
3 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/datastatistic/BerthManageController.java
| ... | ... | @@ -127,9 +127,7 @@ public class BerthManageController extends BizController { |
| 127 | 127 | public BizResultVO<Boolean> saveBerthInfo(@RequestBody BerthManageRequest requestObject) { |
| 128 | 128 | requestObject.setSysCode(sysCode); |
| 129 | 129 | BizResult<Boolean> respondObject = berthManageService.saveBerthInfo(requestObject); |
| 130 | - if(!(respondObject.isSuccess())){ | |
| 131 | - throw new BizException(respondObject.getErrCode(),respondObject.getErrMsg()); | |
| 132 | - } | |
| 130 | + | |
| 133 | 131 | return new BizResultVO<Boolean>(respondObject); |
| 134 | 132 | } |
| 135 | 133 | ... | ... |