|
@@ -188,7 +188,6 @@ public class ExtendContentServiceImpl extends ServiceImpl<ExtendContentMapper, E
|
188
|
188
|
taExtendContentQueryWrapper.eq("status", 1);
|
189
|
189
|
taExtendContentQueryWrapper.eq("show_type", extendContent.getShowType());
|
190
|
190
|
taExtendContentQueryWrapper.eq("show_position", extendContent.getShowPosition());
|
191
|
|
- taExtendContentQueryWrapper.eq(StringUtils.isNotBlank(String.valueOf(extendContent.getIsHaveActive())), "is_have_active", extendContent.getIsHaveActive());
|
192
|
191
|
if (null != extendContent.getContentId()){
|
193
|
192
|
taExtendContentQueryWrapper.ne("content_id", extendContent.getContentId());
|
194
|
193
|
}
|