服务公司过滤删除的
This commit is contained in:
parent
44c89725ea
commit
d18402ba2e
@ -193,7 +193,7 @@ public class PsCompanyInfoServiceImpl implements IPsCompanyInfoService {
|
||||
lqw.exists(bo.getType() != 1, sql.toString());
|
||||
lqw.orderByAsc("CASE WHEN bus.min_end_date IS NULL THEN 1 ELSE 0 END, bus.min_end_date");
|
||||
lqw.orderByDesc("finish_date");
|
||||
|
||||
lqw.eq("com.del_flag", 0);
|
||||
// lqw.groupBy("com.id");
|
||||
Page<PsCompanyInfoVo> result = baseMapper.selectPageList2(pageQuery.build(), lqw);
|
||||
if (!result.getRecords().isEmpty()){
|
||||
|
Loading…
Reference in New Issue
Block a user