1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
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;
        }