shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
service-front/src/main/java/com/java110/front/smo/mapping/impl/AddMappingSMOImpl.java
old mode 100644 new mode 100755
@@ -14,7 +14,6 @@
import org.springframework.web.client.RestTemplate;
/**
 * 添加小区服务实现类
 * add by wuxw 2019-06-30
@@ -32,10 +31,9 @@
        //Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
        Assert.hasKeyAndValue(paramIn, "domain", "必填,请填写域");
Assert.hasKeyAndValue(paramIn, "name", "必填,请填写名称");
Assert.hasKeyAndValue(paramIn, "key", "必填,请填写键");
Assert.hasKeyAndValue(paramIn, "value", "必填,请填写值");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写名称");
        Assert.hasKeyAndValue(paramIn, "key", "必填,请填写键");
        Assert.hasKeyAndValue(paramIn, "value", "必填,请填写值");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_MAPPING);