zoujiajian 3 anni fa
parent
commit
97d7a177f2

+ 0 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpEventActionServiceImpl.java

@@ -153,7 +153,6 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
 	private void isJoinFixedCustomer(Long userId, String followId) {
 		SysConfig corpConfig = sysConfigService.getOne(Wrappers.lambdaQuery(SysConfig.class)
 				.eq(SysConfig::getSysKey, Constant.CORP_FIXED_CUSTOMER)
-				.eq(SysConfig::getSysValue, followId)
 				.last("limit 1"));
 		if (corpConfig != null) {
 			Optional.ofNullable(corpConfig.getSysValue()).ifPresent(value -> {