| | |
| | | Assert.hasKeyAndValue(reqJson, "batchId", "batchId不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "communityId不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "state", "状态不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "message", "消息不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "msg", "消息不能为空"); |
| | | } |
| | | |
| | | @Override |
| | |
| | | throw new CmdException("更新数据失败"); |
| | | } |
| | | |
| | | if (!PayFeeBatchDto.STATE_FAIL.equals(payFeeBatchPo.getState())) { |
| | | if (PayFeeBatchDto.STATE_FAIL.equals(payFeeBatchPo.getState())) { |
| | | cmdDataFlowContext.setResponseEntity(ResultVo.success()); |
| | | return; |
| | | } |