wuxw
2020-03-02 974e9bebe3f89a8aa87390fb84dff8ff3fa58db0
WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/DeleteInspectionRouteSMOImpl.java
@@ -29,7 +29,8 @@
        //super.validatePageInfo(pd);
        //Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
        Assert.hasKeyAndValue(paramIn, "configId", "inspectionRouteId不能为空");
        Assert.hasKeyAndValue(paramIn, "inspectionRouteId", "路线ID不能为空");
        Assert.hasKeyAndValue(paramIn, "communityId", "小区ID不能为空");
        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_INSPECTIONROUTE);