Commit 1e63743f authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 50078eba
......@@ -303,14 +303,13 @@ public class TSettleDomainServiceImpl extends ServiceImpl<TSettleDomainMapper, T
if (Common.isEmpty(domain.getServerItem())){
return ArchivesConstants.SETTLE_DOMAIN_SERVER_ITEM_NOT_EMPTY;
}
//fxj MVP1.7.12 倩倩说不需要了注释掉
/*if (Common.isEmpty(domain.getECity())
if (Common.isEmpty(domain.getECity())
|| Common.isEmpty(domain.getEProvince())){
return ArchivesConstants.SETTLE_DOMAIN_PROVINCE_NOT_EMPTY;
}*/
/*if ( Common.isEmpty(domain.getCreateType())){
}
if ( Common.isEmpty(domain.getCreateType())){
return "创建类型不可为空";
}*/
}
if (ArchivesConstants.CONTRACT_CREATE_TYPE.equals(domain.getCreateType())
&& (Common.isEmpty(domain.getBusinessPrimaryType())
|| Common.isEmpty(domain.getBusinessSecondType())
......
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