Forráskód Böngészése

发起客户档案完善修改

anderx 1 éve%!(EXTRA string=óta)
szülő
commit
d81cd79207

+ 2 - 2
src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

@@ -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;
 			}