|
|
@@ -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 -> {
|