wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
WebService/src/main/java/com/java110/web/smo/community/impl/EditCommunitySMOImpl.java
@@ -1,11 +1,11 @@
package com.java110.web.smo.community.impl;
import com.alibaba.fastjson.JSONObject;
import com.java110.common.constant.PrivilegeCodeConstant;
import com.java110.common.constant.ServiceConstant;
import com.java110.common.util.Assert;
import com.java110.utils.constant.PrivilegeCodeConstant;
import com.java110.utils.constant.ServiceConstant;
import com.java110.utils.util.Assert;
import com.java110.core.context.IPageData;
import com.java110.web.core.AbstractComponentSMO;
import com.java110.core.component.AbstractComponentSMO;
import com.java110.web.smo.community.IEditCommunitySMO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
@@ -29,10 +29,9 @@
        //super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "communityId", "小区ID不能为空");
Assert.hasKeyAndValue(paramIn, "name", "必填,请填写小区名称");
Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写小区名称");
        Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
        Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY);