|
|
|
@@ -227,7 +227,7 @@ public class WxVtwoAmountGiftActivityServiceImpl extends ServiceImpl<WxVtwoAmoun |
|
|
|
|
|
|
|
@Override |
|
|
|
public void handleSpecialTopicActivity(TenantEntity tenantEntity, WxVtwoSpecialTopicActivity activity) { |
|
|
|
WxVtwoAmountGiftActivity amountGiftActivity = wxVtwoAmountGiftActivityMapper.selectById(activity.getId(), tenantEntity.getTenantId()); |
|
|
|
WxVtwoAmountGiftActivity amountGiftActivity = wxVtwoAmountGiftActivityMapper.selectById(activity.getActivityId(), tenantEntity.getTenantId()); |
|
|
|
if(amountGiftActivity == null){ |
|
|
|
throw new MallinkException(Result.ERROR,"未查询到活动"); |
|
|
|
} |
|
|
|
|