Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-07-07 11:56:09 +08:00

View File

@ -113,7 +113,7 @@ func (s *sRewardType) List(ctx context.Context, in *model.RewardTypeListIn) (out
}
if in.OperatorRole == consts.MerchantRoleCode || in.OperatorRole == consts.StoreRoleCode {
mod.Where("source", 2)
mod = mod.Where("source", 2)
}
// 其余过滤条件