fix : enum 查询问题
This commit is contained in:
parent
2da3b5a452
commit
04dbfed2cc
@ -52,8 +52,7 @@ public class SaasFeatureDaoImpl extends ServiceImpl<SaasFeatureMapper, SaasFeatu
|
||||
|
||||
@Override
|
||||
public List<SaasFeature> listByCode(String code) {
|
||||
return this.lambdaQuery().in(SaasFeature::getFeatureCode, code)
|
||||
.eq(BaseEntity::getIsDelete, TableIsDeleteEnum.NORMAL).list();
|
||||
return this.lambdaQuery().in(SaasFeature::getFeatureCode, code).list();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user