Commit 2c984854 authored by jiaorz's avatar jiaorz

公司列表添加删除过滤

parent 170f89c9
......@@ -216,7 +216,7 @@ public class BranchCompanyBiz extends BaseBiz<BranchCompanyMapper, BranchCompany
@Cache(key = RedisKey.BRANCH_COMPANY_CACHE_ALL)
public List<BranchCompany> getAll() {
Example example = new Example(BranchCompany.class);
example.createCriteria().andEqualTo("is_del", 0);
example.createCriteria().andEqualTo("isDel", 0);
return mapper.selectByExample(example);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment