service-front/src/main/java/com/java110/front/smo/ownerRepair/impl/AddOwnerRepairSMOImpl.javaold mode 100644 new mode 100755
@@ -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", "必填,请填写报修内容");