Commit d9a3e5f8 by 徐高华

Merge branch 'feature/xgh/成长值202501' into 'master'

成长值调整code

See merge request !2475
parents a5bdf4c1 e4ffa10f
......@@ -93,7 +93,7 @@ public class RewardSender {
}
public RewardReturnBO sendGrowth(String enterpriseId, String memberId, Integer growthValue, String remark, String relationId, String oRelationId) throws BusinessException {
String ruleCode = GrowthRuleEnum.INVITE_ACTIVITY.getRuleCode();
String ruleCode = GrowthRuleEnum.PLAY_GAME.getRuleCode();
MemberGrowthChangeValueReq req = new MemberGrowthChangeValueReq();
req.setEnterpriseId(enterpriseId);
req.setMemberId(memberId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment