java110
2025-04-11 ce0071a111644b878d75f34fe189d14260f5c6c0
service-community/src/main/java/com/java110/community/cmd/repair/SaveRepairSettingCmd.java
@@ -61,7 +61,7 @@
        Assert.hasKeyAndValue(reqJson, "payFeeFlag", "请求报文中未包含收费情况");
        Assert.hasKeyAndValue(reqJson, "returnVisitFlag", "请求报文中未包含回访设置");
        Assert.hasKeyAndValue(reqJson, "doTime", "请求报文中未包含办理时长");
        Assert.hasKeyAndValue(reqJson, "warning", "请求报文中未包含超时预警");
        Assert.hasKeyAndValue(reqJson, "warningTime", "请求报文中未包含超时预警");
    }