Browse Source

不等于空串

dev
yinzuomei 3 years ago
parent
commit
038b8c47ca
  1. 1
      epmet-module/oper-customize/oper-customize-server/src/main/java/com/epmet/service/impl/IcResiCategoryStatsConfigServiceImpl.java

1
epmet-module/oper-customize/oper-customize-server/src/main/java/com/epmet/service/impl/IcResiCategoryStatsConfigServiceImpl.java

@ -155,6 +155,7 @@ public class IcResiCategoryStatsConfigServiceImpl extends BaseServiceImpl<IcResi
wrapper.eq(IcResiCategoryStatsConfigEntity::getAutoMatching, NumConstant.ONE_STR); wrapper.eq(IcResiCategoryStatsConfigEntity::getAutoMatching, NumConstant.ONE_STR);
wrapper.eq(IcResiCategoryStatsConfigEntity::getColumnName, "IS_YLFN"); wrapper.eq(IcResiCategoryStatsConfigEntity::getColumnName, "IS_YLFN");
wrapper.isNotNull(IcResiCategoryStatsConfigEntity::getYlfnValue); wrapper.isNotNull(IcResiCategoryStatsConfigEntity::getYlfnValue);
wrapper.ne(IcResiCategoryStatsConfigEntity::getYlfnValue,StrConstant.EPMETY_STR);
List<IcResiCategoryStatsConfigEntity> list = baseDao.selectList(wrapper); List<IcResiCategoryStatsConfigEntity> list = baseDao.selectList(wrapper);
if(CollectionUtils.isEmpty(list)) { if(CollectionUtils.isEmpty(list)) {
return Collections.emptyList(); return Collections.emptyList();

Loading…
Cancel
Save