|
@@ -137,7 +137,7 @@ public class MemberCouponServiceImpl extends ServiceImpl<MemberCouponMapper, Mem
|
|
List<Map<String, Object>> deviceList = deviceService.list(
|
|
List<Map<String, Object>> deviceList = deviceService.list(
|
|
new JHashMap<String, Object>()
|
|
new JHashMap<String, Object>()
|
|
.set("deviceId", deviceId)
|
|
.set("deviceId", deviceId)
|
|
- .set("actId", mercCoupon.getInt("actId"))
|
|
|
|
|
|
+ .set("actId", mercCoupon.getInt("id"))
|
|
.set("actType", "coupon")
|
|
.set("actType", "coupon")
|
|
);
|
|
);
|
|
if (!Emptys.check(deviceList)) {
|
|
if (!Emptys.check(deviceList)) {
|