傅行帆 5 vuotta sitten
vanhempi
commit
7043b6dccc

+ 0
- 1
src/main/java/com/huiju/estateagents/service/impl/ExtendContentServiceImpl.java Näytä tiedosto

188
             taExtendContentQueryWrapper.eq("status", 1);
188
             taExtendContentQueryWrapper.eq("status", 1);
189
             taExtendContentQueryWrapper.eq("show_type", extendContent.getShowType());
189
             taExtendContentQueryWrapper.eq("show_type", extendContent.getShowType());
190
             taExtendContentQueryWrapper.eq("show_position", extendContent.getShowPosition());
190
             taExtendContentQueryWrapper.eq("show_position", extendContent.getShowPosition());
191
-            taExtendContentQueryWrapper.eq(StringUtils.isNotBlank(String.valueOf(extendContent.getIsHaveActive())), "is_have_active", extendContent.getIsHaveActive());
192
             if (null != extendContent.getContentId()){
191
             if (null != extendContent.getContentId()){
193
                 taExtendContentQueryWrapper.ne("content_id", extendContent.getContentId());
192
                 taExtendContentQueryWrapper.ne("content_id", extendContent.getContentId());
194
             }
193
             }