12/29
This commit is contained in:
@@ -1489,6 +1489,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
|
|||||||
ResultBean rb=new ResultBean();
|
ResultBean rb=new ResultBean();
|
||||||
LpkGiftCard card=baseMapper.selectOne(new QueryWrapper<LpkGiftCard>().eq("sid",sid));
|
LpkGiftCard card=baseMapper.selectOne(new QueryWrapper<LpkGiftCard>().eq("sid",sid));
|
||||||
card.setIsTransfer("1");
|
card.setIsTransfer("1");
|
||||||
|
card.setIsItInvalid("1");//失效
|
||||||
baseMapper.updateById(card);
|
baseMapper.updateById(card);
|
||||||
return rb.success().setData("成功");
|
return rb.success().setData("成功");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user