Commit 40ec7551 authored by fangxinjiang's avatar fangxinjiang

注释掉项目信息推送-省市限制-fxj

parent b61600c4
...@@ -303,10 +303,11 @@ public class TSettleDomainServiceImpl extends ServiceImpl<TSettleDomainMapper, T ...@@ -303,10 +303,11 @@ public class TSettleDomainServiceImpl extends ServiceImpl<TSettleDomainMapper, T
if (Common.isEmpty(domain.getServerItem())){ if (Common.isEmpty(domain.getServerItem())){
return ArchivesConstants.SETTLE_DOMAIN_SERVER_ITEM_NOT_EMPTY; return ArchivesConstants.SETTLE_DOMAIN_SERVER_ITEM_NOT_EMPTY;
} }
if (Common.isEmpty(domain.getECity()) //fxj MVP1.7.12 倩倩说不需要了注释掉
/*if (Common.isEmpty(domain.getECity())
|| Common.isEmpty(domain.getEProvince())){ || Common.isEmpty(domain.getEProvince())){
return ArchivesConstants.SETTLE_DOMAIN_PROVINCE_NOT_EMPTY; return ArchivesConstants.SETTLE_DOMAIN_PROVINCE_NOT_EMPTY;
} }*/
/*if ( Common.isEmpty(domain.getCreateType())){ /*if ( Common.isEmpty(domain.getCreateType())){
return "创建类型不可为空"; return "创建类型不可为空";
}*/ }*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment