Commit 2d00ef3b authored by zhaobiyan's avatar zhaobiyan

雪花算法id 字符串类型返回

parent 6d752e16
......@@ -245,6 +245,7 @@ public class RewardRedeemServiceImpl extends AbstractService<RewardRedeemMapper,
}
@Override
@Transactional(rollbackFor = Exception.class)
public Boolean cancel(RewardRedeemIdReqVO req) {
//取消兑换 状态改为已取消 回退扣减的积分 ,如果存在已过期的积分,则直接过期
if (req.getId() == null) {
......
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