|
|
|
@@ -151,7 +151,8 @@ public class WxVtwoActivitySpecialTopicServiceImpl extends ServiceImpl<WxVtwoAct |
|
|
|
|
|
|
|
@Override |
|
|
|
public WxVtwoActivitySpecialTopic selectCreditOne(TenantEntity tenantEntity, Date orderDate) { |
|
|
|
WxVtwoActivitySpecialTopic specialTopic = wxVtwoActivitySpecialTopicMapper.selectCreditOne(tenantEntity.getTenantId(),EnumYesOrNo.YES.getCode(),orderDate); |
|
|
|
WxVtwoActivitySpecialTopic specialTopic = wxVtwoActivitySpecialTopicMapper.selectCreditOne(tenantEntity.getTenantId(),EnumYesOrNo.YES.getCode(), |
|
|
|
orderDate,EnumOfflineActivityStatus.ON_LINE.getCode()); |
|
|
|
if (specialTopic == null) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|