|
|
@@ -1106,10 +1106,10 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
return false;
|
|
|
}
|
|
|
if (userArchives==null||
|
|
|
- userArchives.getEnterpriseCount()==0||
|
|
|
- StringUtils.isBlank(userArchives.getInterviewDistribution())||
|
|
|
+ userArchives.getEnterpriseCount()==null||
|
|
|
StringUtils.isBlank(organizationIdentity.getIntendedProject())||
|
|
|
StringUtils.isBlank(userArchives.getChannelIndicators())||
|
|
|
+ StringUtils.isBlank(userArchives.getInterviewDistribution())||
|
|
|
StringUtils.isBlank(userArchives.getInterviewIdeas())){
|
|
|
return false;
|
|
|
}
|