92895
2020-11-23 3d85fd7de42ead48fd50a99ee3d5d29bbd403b3c
service-front/src/main/java/com/java110/front/smo/ownerRepair/impl/AddOwnerRepairSMOImpl.java
@@ -34,7 +34,6 @@
        Assert.hasKeyAndValue(paramIn, "repairType", "必填,请选择报修类型");
        Assert.hasKeyAndValue(paramIn, "repairName", "必填,请填写报修人名称");
        Assert.hasKeyAndValue(paramIn, "tel", "必填,请填写报修人手机号");
        Assert.hasKeyAndValue(paramIn, "roomId", "必填,请填写房屋ID");
        Assert.hasKeyAndValue(paramIn, "appointmentTime", "必填,请填写预约时间");
        Assert.hasKeyAndValue(paramIn, "context", "必填,请填写报修内容");