字符串类型key

This commit is contained in:
wangw 2025-03-08 17:46:45 +08:00
parent a05437d3e7
commit 6a78961c3f
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ public class ShopActivateServiceImpl extends ServiceImpl<ShopActivateMapper, Sho
Map<String, Integer> couponMap = JSONObject.parseObject(couponJson, new TypeReference<>() {
});
List<ShopCoupon> list = couponService.queryChain()
.select(ShopCoupon::getId, ShopCoupon::getTitle, ShopCoupon::getLeftNumber)
.eq(ShopCoupon::getId, couponMap.keySet())
.list();
list.forEach(coupon -> {