Commit 6711dab6 by 王祖波

更新状态

parent b9f9f848
...@@ -215,8 +215,8 @@ public class GroupChatActivityRewardLogServiceImpl implements GroupChatActivityR ...@@ -215,8 +215,8 @@ public class GroupChatActivityRewardLogServiceImpl implements GroupChatActivityR
if (rewardReturnBO != null) { if (rewardReturnBO != null) {
rewardDetailLog.setRewardBusinessId(rewardReturnBO.getRewardBusinessId()); rewardDetailLog.setRewardBusinessId(rewardReturnBO.getRewardBusinessId());
rewardDetailLog.setSuccessFlag(Constant.FLAG_TRUE); rewardDetailLog.setSuccessFlag(Constant.FLAG_TRUE);
groupChatActivityRewardDetailLogMapper.update(rewardDetailLog);
} }
groupChatActivityRewardDetailLogMapper.update(rewardDetailLog);
} }
} }
} }
......
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