java110
2021-09-23 40302884d40c2daceb291ca793a580988427f372
service-fee/src/main/java/com/java110/fee/cmd/payFeeBatch/UpdatePayFeeBatchCmd.java
@@ -63,7 +63,7 @@
        Assert.hasKeyAndValue(reqJson, "batchId", "batchId不能为空");
        Assert.hasKeyAndValue(reqJson, "communityId", "communityId不能为空");
        Assert.hasKeyAndValue(reqJson, "state", "状态不能为空");
        Assert.hasKeyAndValue(reqJson, "message", "消息不能为空");
        Assert.hasKeyAndValue(reqJson, "msg", "消息不能为空");
    }
    @Override
@@ -84,7 +84,7 @@
            throw new CmdException("更新数据失败");
        }
        if (!PayFeeBatchDto.STATE_FAIL.equals(payFeeBatchPo.getState())) {
        if (PayFeeBatchDto.STATE_FAIL.equals(payFeeBatchPo.getState())) {
            cmdDataFlowContext.setResponseEntity(ResultVo.success());
            return;
        }