java110
2020-03-03 a3168891a0142a4f469aab56b89fb522648b052b
WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java
@@ -27,11 +27,10 @@
        //super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "configId", "inspectionRouteId不能为空");
        Assert.hasKeyAndValue(paramIn, "inspectionRouteId", "路线ID不能为空");
        Assert.hasKeyAndValue(paramIn, "routeName", "必填,请填写路线名称,字数100个以内");
        Assert.hasKeyAndValue(paramIn, "inspectionName", "必填,请选择巡点名称");
        Assert.hasKeyAndValue(paramIn, "machineQuantity", "无需填写,系统自动生成");
        Assert.hasKeyAndValue(paramIn, "checkQuantity", "必填,请输入巡检路线的检查项数量");
        Assert.hasKeyAndValue(paramIn, "seq", "必填,请选择巡点名称");
        Assert.hasKeyAndValue(paramIn, "communityId", "小区ID不能为空");
        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST__INSPECTIONROUTE);