公会-土耳其-公会成员收礼增加水晶-判断公会模式

This commit is contained in:
2025-08-20 17:55:24 +08:00
parent 37838aa909
commit e6582b0e57
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public class GuildMemberCrystalListener implements ApplicationListener<GiftMessa
Users receiver = usersService.getNotNullUsersByUid(receiverUid);
PartitionEnum partitionEnum = PartitionEnum.getByPartitionId(receiver.getPartitionId());
if (Constant.ClanMode.GUILD_POLICY2.equals(partitionEnum.getClanMode())) {
if (!Constant.ClanMode.GUILD_POLICY2.equals(partitionEnum.getClanMode())) {
return;
}

View File

@@ -29,7 +29,6 @@ public class GuildCrystalExchangeController extends BaseController {
private GuildCrystalExchangeService service;
@Authorization
@H5Authorization
@ApiOperation("获取配置")
@GetMapping(value = "/getConfig")
public BusiResult<GuildCrystalExchangeConfigVo> getConfig(HttpServletRequest request) {