Browse Source

不等于空串

master
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::getColumnName, "IS_YLFN");
wrapper.isNotNull(IcResiCategoryStatsConfigEntity::getYlfnValue);
wrapper.ne(IcResiCategoryStatsConfigEntity::getYlfnValue,StrConstant.EPMETY_STR);
List<IcResiCategoryStatsConfigEntity> list = baseDao.selectList(wrapper);
if(CollectionUtils.isEmpty(list)) {
return Collections.emptyList();

Loading…
Cancel
Save