Commit ed515b7a authored by jiaorz's avatar jiaorz

后台分公司筛选问题

parent 8972bb90
......@@ -418,6 +418,7 @@ public class BranchCompanyBiz extends BaseBiz<BranchCompanyMapper, BranchCompany
return vehicleBiz.dataCompany(dataZone, dataCompany);
}
@CacheClear(pre = RedisKey.BRANCH_COMPANY_CACHE_ALL)
public ObjectRestResponse delCompanyByBaseId(Integer id) {
Example example = new Example(BranchCompany.class);
example.createCriteria().andEqualTo("companyBaseId", id);
......
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